/*
 * Copyright (c) 2018. Space LLC
 */

body {
	min-height: 100% !important;
	height: 100vh !important;
	font-size: 16px !important;
}

.auth-page {
	max-width: 470px;
	margin: 0px auto;
	padding: 20px 0px;
	height: 100%;
	white-space: nowrap;
	text-align: center;
	display: table;
}

.auth-page-wrapper {
	display: table-cell;
	margin: 24px;
	white-space: normal;
	vertical-align: middle;
}

.auth-page-form {
	max-width: 470px;
	padding: 30px 55px 37px;
	border-radius: 8px;
	box-sizing: border-box;
	background: var(--authPageFormBg, rgba(38, 68, 162, 0.78));
}

@media (max-width: 700px) {
	.auth-page-form {
		max-width: 100vw;
	}
}

.auth-page-logo {
	text-align: center;
	margin: 0 auto 5px;
	max-width: 57px;
	max-height: 57px;
}

.auth-page-errormsg {
	width: 100%;
	border: 1px solid #000000;
	color: #ffffff !important;;
	background-color: #000000;
	text-align: center;
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.auth-page-errormsg__wrapper {
	padding: 15px 0;
	letter-spacing: 1px;
	font-size: 16px !important;
}

.auth-page-help-link {
	text-align: center;
	margin-top: 45px;
}

.auth-page-input {
	padding: 0 10px;
	margin: 29px 0 0 0 !important;
	border: 0;
	border-bottom: 1px solid var(--authPageInputBorderColor, rgba(255, 255, 255, 0.3));
	background: none;
	font-size: 24px !important;
	font-weight: 400;
	letter-spacing: 2px !important;
	color: var(--authPageInputColor, #ffffff) !important;;
	text-align: center;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	border-radius: 0 !important;
}

.auth-page-input::-webkit-input-placeholder {
	font-size: 12px !important;
}

.auth-page-input::-webkit-input-placeholder, .auth-page-inputs__item span, .auth-page-input:-ms-input-placeholder, .auth-page-input::-moz-placeholder, .auth-page-input:-moz-placeholder {
	color: var(--authPageAltColorPlaceHolder,#eeeeee);
}

.auth-page-btn {
	position: relative;
	padding: 10px 67px 11px;
	margin: 10px 0 0 0 !important;
	border: 0;
	background: #ffe8c7;
	border-radius: 100px;
	font-size: 18px !important;;
	color: #000000;
	cursor: pointer !important;;
}

.auth-page-btn:hover {
	color: #000000;
}

.auth-page-help-link {
	text-align: center;
	margin-top: 45px;
}

.auth-page-help-link a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	margin: 0 6px;
	opacity: 0.7;
	font-weight: 300 !important;
}

.auth-page-help-link a:hover {
	color: #0a0a0a !important;
	opacity: 1;
}

.auth-page-recovery__text {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	text-align: center;
	margin-top: 20px;
}

.auth-page-recovery-form {
	background: #ffffff;
	border-radius: 0;
}

.auth-page-recovery-form .auth-page-btn {
	background: #f4846b;
	color: #ffffff;
}

.auth-page-recovery-form .auth-page-help-link a {
	color: #4e94ea;
}

.auth-page-recovery-form .auth-page-input {
	margin-top: 15px;
	border-bottom: 1px solid #111111;
	color: #000000;
}

.auth-page-recovery__text {
	font-size: 16px;
}

.auth-page-captcha {
	text-align: center;
	margin-top: 30px;
	transform: scale(0.8);
}

.auth-page-help-link a:hover {
	color: #ffffff !important;
}

.auth-page-terms-link {
	padding: 30px 0px 0px 0px;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.auth-page-terms-link a {
	color: inherit !important;
	opacity: 1;
	text-decoration: underline;
}

.auth-page-terms-link a:hover {
	text-decoration: none;
	opacity: 1;
}

.welcome {
	height: auto !important;
	min-height: 100vh !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.auth-page-inputs__item {
	position: relative;
}

.auth-page-inputs__item span {
	position: absolute;
	top: 38px;
	left: 0px;
	font-size: 10px;
	color: #ffffff;
	opacity: 0;
	transition: 0.5s ease;
}

.auth-page-input:focus + span {
	opacity: 1;
}

.isMobile.mobileAdapted.html {
	max-width: 100vw !important;
}

.isMobile.mobileAdapted body.module-account {
	max-width: 100vw !important;
}

.isMobile.mobileAdapted .welcome {
	max-width: 100% !important;
}

.isMobile.mobileAdapted .auth-page {
	margin: 0 0px !important;
}

.isMobile.mobileAdapted #nprogress .bar {
	height: 5px !important;
}

.auth-invitor {
	margin-top: 15px;
	font-weight: bold;
	font-size: 16px;
}

.auth-invitor-image {
	border-radius: 50%;
	margin: 15px 0;
}

.auth-invitor-img {
	border: 1px solid #eeeeee;
	width: 120px;
	border-radius: 50%;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}
