@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

input {
	color: black;
}

span {
	color: black;
}

.top-header {
	color: black;
	overflow: hidden;
	max-width: 390px;
	background: #fff;
	padding: 30px;
	border-radius: 5px;
}

.form-control option {
     color: black;
}

.top-header .title {
	width: 50%;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.top-header  .move-css {
	position: relative;
	display: flex;
	height: 50px;
	width: 100%;
	overflow: hidden;
	margin: 30px 0 10px 0;
	justify-content: space-between;
	border: 1px solid lightgrey;
	border-radius: 5px;
}

.move-css .slide {
	height: 100%;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	line-height: 48px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.6s ease;
}

.move-css label.signup {
	color: #000;
}

.move-css .tab-tbd {
	position: absolute;
	height: 100%;
	width: 50%;
	left: 0;
	z-index: 0;
	border-radius: 5px;
	background: #0097a7;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
	display: none;
}

#signup:checked~.tab-tbd {
	left: 50%;
}

#signup:checked~label.signup {
	color: #fff;
	cursor: default;
	user-select: none;
}

#signup:checked~label.login {
	color: #000;
}

#login:checked~label.signup {
	color: #000;
}

#login:checked~label.login {
	cursor: default;
	user-select: none;
}

.top-header  .inside {
	width: 100%;
	overflow: hidden;
}

.inside .holder {
	display: flex;
	width: 200%;
}

.inside .holder form {
	width: 50%;
	transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.holder form .field {
	height: 50px;
	width: 100%;
	margin-top: 20px;
}

.holder form .field input {
	height: 100%;
	width: 100%;
	outline: none;
	padding-left: 15px;
	border-radius: 5px;
	border: 1px solid lightgrey;
	border-bottom-width: 2px;
	font-size: 17px;
	transition: all 0.3s ease;
}

.holder form .field input:focus {
	border-color: #0097a7;
	/* box-shadow: inset 0 0 3px #fb6aae; */
}

.holder form .field input::placeholder {
	color: #999;
	transition: all 0.3s ease;
}

form .field input:focus::placeholder {
	color: #b3b3b3;
}

.holder form .pass-link {
	margin-top: 5px;
}

.holder form .signup-link {
	text-align: center;
	margin-top: 30px;
}

.holder form .pass-link a, .holder form .signup-link a {
	color: #0097a7;
	text-decoration: none;
}

.holder form .pass-link a:hover, .holder form .signup-link a:hover {
	text-decoration: underline;
}

form .btn {
	height: 80px;
	width: 80%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

form .btn .btn-layer {
	height: 100%;
	width: 300%;
	position: absolute;
	left: -100%;
	background: #0097a7;
	border-radius: 5px;
	transition: all 0.4s ease;
}

form .btn:hover .btn-layer {
	background: #108184;
}

form .btn input[type="submit"] {
	height: 100%;
	width: 100%;
	z-index: 1;
	position: relative;
	background: none;
	border: none;
	color: #fff;
	padding-left: 0;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	cursor: pointer;
}

.or-thing {
	display: block;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	font-size: 20px;
}

.or-thing>span {
	position: relative;
	display: inline-block;
}

.or-thing>span:before, .or-thing>span:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 9999px;
	/* Here is the modification */
	border-top: 4px double #0097a7;
}

.or-thing>span:before {
	right: 100%;
	margin-right: 15px;
}

.or-thing>span:after {
	left: 100%;
	margin-left: 15px;
}

span.label {
	font-family: serif;
	font-weight: normal;
}

span.icon {
	display: inline-block;
	vertical-align: middle;
	width: 42px;
	height: 42px;
}

span.buttonText {
	display: inline-block;
	vertical-align: middle;
	padding-left: 42px;
	padding-right: 42px;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.abcRioButton {
	width: 240px !important;
	height: 60px !important;
}

.abcRioButtonBlue {
	background-color: #0097a7 !important;
	border-radius: 7px;
}

.abcRioButtonContentWrapper {
	padding:10px;
}

.abcRioButtonIcon {
	display: none;
}

.abcRioButtonContents > span {
	color: white;
	margin-top: 5vh;
}




.field {
	width: 60% !important;
}


#tag {
	-moz-user-select: none;
	user-select: none;
	width: 25% !important;
}


#competitions {
	display: none;
	flex-direction: column;
}

#competitions-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#nav-box a:hover {
	cursor: pointer;
}

#content {
	min-height: 50vh;
}

select {
	cursor: pointer!important;
}

@media only screen and (max-width:1218px) {
	.tooltip-btn {
		display: none;
	}
}