/* LOGIN PAGE */
body {
	width: 100%;
	height: 100%;
	background-color: #242A45!important;
	font-family: SFPro;
}

.loginpage{
	text-align:center;
	color:#ffffff;
}

.page_back_arrow{
	position:absolute;
	top:20px;
	left:20px;
}

.loginlogo{
	width:100%;
	max-width:141px;
}

.athlete{
	width:60%;
	max-width:261px;
	
}

.img404{
	width:100%;
	max-width:500px;
}

.welcometxt {
  font-size: 14.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.login_links, .login_links a{
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #2e79f4;
}

.login_href, .login_href a{
	color: #2e79f4;
}

.login_href:hover, .login_href a:hover{
	color: #2e79f4;
}

.logintxt,
.logintxt:focus{
	text-align:left;
	color:#757ea3;
	font-size:16px;
	border-top: none;
	border-left: none;
	border-right: none;
    background: none;
    color: #eee;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0;
	-webkit-border-radius: 0; 
	border-bottom: 2px solid #757ea3;
	position: relative;
	z-index: 1;
	width:100%;
	max-width:350px;
	display:inline-block;
}

::-webkit-input-placeholder { /* Chrome */
  color: #757ea3!important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #757ea3!important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #757ea3!important;
  opacity: 1!important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #757ea3!important;
  opacity: 1!important;
}

.btn{
	border-radius:25px;
}

.terms_text{
  width: 100%;
  max-width: 211px;
  font-size: 11.5px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #757ea3;
  display: inline-block;
}
.terms_text a{
  color: #2e79f4;
}


.headertext {
  font-size: 24.5px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.subtext{
	font-size: 18.5px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #afb6d2;
	width: 100%;	
}

.headersubtextwhite{
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 240px;
	display: inline-block;
}


.subtext_create{
	max-width: 211px;
	display: inline-block;
}

.subtext_error{
	max-width: 290px;
	display: inline-block;
}

.subtext_exist{
	max-width: 316px;
	display: inline-block;
	font-size:18px;
}

.subtext_exist a{
	color: #2e79f4;
}

.subtext_check{
	max-width: 262px;
	display: inline-block;
}

.subtext_resend{
	max-width: 323px;
	display: inline-block;
	font-size: 16px;
}

.subtext_resend_foot{
	max-width: 350px;
	display: inline-block;
	font-size: 16px;
}


.vcenter {
	height:30vh;
}


.signup{
	width:100%;
	max-width:213px;
}

.resend{
	width:100%;
	max-width:212px;
}

.whitewtlogo{
	width:100%;
	max-width:220px;
}

.emailcheck{
	width:100%;
	max-width:285px;
}

.bluelogo{
	width:100%;
	max-width:109px;
}

.bluelogolanding{
	width:100%;
	max-width:88px;
}

.logotxt {
  font-family: SFPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top:10px;
}

.error_input{
	
}

.logintxt.error_input{
	border-bottom:2px solid #e04343;
}



/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: transparent;
  text-align:center;
}

.signature{
	color:#fff;
}

.signature a{
	color:#fff;
	text-decoration:none;
}