body{
	font-family: 'SFUIDisplay-Regular';
}
.progress-bar{
	background-color: #00A6C0 !important;
	background-image: none !important;
}
.progress-bars .text{
	font-family: 'SFUIDisplay-Semibold';
	font-size: 10px;
	color: #818181;
	line-height: 12px;
}
.progress-bars .text .title{
	color: #00A6C0;
}
.progress-bars .progress{
	height: 9px;
}
.error-login::-webkit-input-placeholder{
	color: #B01A1A !important;
}
.error-login::-moz-placeholder{
	color: #B01A1A !important;
}
.error-login:-ms-input-placeholder{
	color: #B01A1A !important;
}
.error-in-login::-webkit-input-placeholder{
	color: #B01A1A !important;
}
.error-in-login::-moz-placeholder{
	color: #B01A1A !important;
}
.error-in-login:-ms-input-placeholder {
    color: #B01A1A !important;
}
input[type="text"], input[type="password"], input[type="email"]{
	font-family: 'SFUIDisplay-Thin';
	font-size: 28px;
	line-height: 43px !important;
	color: #ffffff !important;
}
.custom-radio:checked + label::before {
	border: 2px solid #84EEFF;
}
.custom-radio + label::before {
	border: 2px solid #84EEFF;
	margin-top:-12px;
}
.password_lost_login a {
	color: #ffffff;
}
.info-login p span{
	font-family: 'SFUIDisplay-Semibold';
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 10px;
}
.text-remember h1{
	font-family: 'SFUIDisplay-Medium';
	font-size: 36px;
	color: #4C4C4C;
	text-align: center;
	line-height: 43px;
}
.text-remember p{
	font-size: 18px;
	text-align: center;
	line-height: 24px;
}

.text-remember a {
	font-family: "SFUIDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 24px;
}
.text-remember a:hover {
	color: inherit;
}
#login-wrap{
	background-image: transparent url("../images/backend/bg_login_big.png") no-repeat fixed center center;
	margin-top: 0px !important;
}

.login-container input[type=text],
.login-container input[type=password] {
	margin-bottom: 10px;
	text-align: center;
	height:43px;
	background-color:rgba(255,255,255,0.3);
	color:#ffffff;
	font-size: 22px;
	line-height: 43px !important;
	color: #ffffff !important;
	border:none;
	font-family: 'SFUIDisplay-Thin';
}

.ptxl, .pvxl, .paxl {
	padding-top: 60px !important;
}
.btn-login{
	width:100% !important;
	height:43px !important;
	font-size:22px;
	line-height:32px;
}

.login-container input,.login-container button{
	border-radius:0;
}
.login-container {
	margin-top:-15px;
	padding-top: 40px !important;
	padding-bottom: 30px !important;
	padding-left:0px !important;
	border:0px !important;
	text-align:center !important;
	margin:auto !important;
}
.centered{
	margin: 0 auto;
}
.text-center{
	text-align: center;
}
.remember-correct, .remember-incorrect, .login_caducat{
	display: block;
}
::-webkit-input-placeholder {
  	font-family: 'SFUIDisplay-Thin' !important;
	font-size: 36px !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 43px !important;
}
input:-moz-placeholder {
  	font-family: 'SFUIDisplay-Thin' !important;
	font-size: 36px !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 43px !important;
}
::-moz-placeholder {
  	font-family: 'SFUIDisplay-Thin' !important;
	font-size: 36px !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 43px !important;
}
:-ms-input-placeholder {
  	font-family: 'SFUIDisplay-Thin' !important;
	font-size: 36px !important;
	color: #ffffff !important;
	letter-spacing: 1px !important;
	line-height: 43px !important;
}
@media (max-width: 991px) {

	::-webkit-input-placeholder {
	  	font-family: 'SFUIDisplay-Thin' !important;
		font-size: 28px !important;
		color: #ffffff !important;
		letter-spacing: 1px !important;
		line-height: 43px !important;
	}
	input:-moz-placeholder {
	  	font-family: 'SFUIDisplay-Thin' !important;
		font-size: 28px !important;
		color: #ffffff !important;
		letter-spacing: 1px !important;
		line-height: 43px !important;
	}
	::-moz-placeholder {
	  	font-family: 'SFUIDisplay-Thin' !important;
		font-size: 28px !important;
		color: #ffffff !important;
		letter-spacing: 1px !important;
		line-height: 43px !important;
	}
	:-ms-input-placeholder {
	  	font-family: 'SFUIDisplay-Thin' !important;
		font-size: 28px !important;
		color: #ffffff !important;
		letter-spacing: 1px !important;
		line-height: 43px !important;
	}
}
/*.page-wrap{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}
.container-login{
	display: table-cell;
	vertical-align: middle;
}*/
.inner{
	margin-left: auto;
	margin-right: auto;
	/*margin-top: -30px;*/
}
.footer-login{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	font-family: 'SFUIDisplay-Regular' !important;
	padding: 1rem;
	text-align: center;
}
.footer-login span{
	font-family: 'SFUIDisplay-Regular' !important;
}
.password_lost_login a {
	font-family: SFUIDisplay-Regular;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	text-decoration: none !important;
}
.logo-login{
	/*margin-top:-40px;*/
	margin-bottom:40px;
}
.logo-profile{
	margin-top: 40px;
	margin-bottom:40px;
}
input::-webkit-input-placeholder {
	font-size:22px !important;
	color: #ffffff !important;
}
input:-moz-placeholder { /* Firefox 18- */
	font-size:22px !important;
	color: #ffffff !important;
}
input::-moz-placeholder {  /* Firefox 19+ */
	font-size:22px !important;
	color: #ffffff !important;
}
input:-ms-input-placeholder {
	font-size:22px !important;
	color: #ffffff !important;
}
