.bg{
	display:none
}
.login__form-wrapper .login__form{
	background:#212737;
	color:#fff
}
.login__title,.login__input-label{
	color:#fff
}
.login__title{
	display:block;
	text-align:center;
	width:100%;
	font-size:35px
}
.login__button{
	background:#62D3B7;
	color:#1A1F2C;
	font-weight:600;
	font-size:18px
}
.login__input{
	background:inherit;
	outline:none;
	border-color:#fff
}
.login__form-wrapper a{
	color:#62D3B7
}
.login__form-wrapper{
	max-width:350px;
	margin:100px 5px 15px 5px
}
.login__form{
	padding:20px 25px
}
.login__text-container{
	position:relative;
	z-index:2;
	display:block;
	margin-top:0;
	color:#fff
}
.login__text-container,.login__text-container .login__link{
	font-size:15px
}
.login__fieldset{
	margin-bottom:20px
}
.login__container{
	position:relative
}
.login__form-wrapper{
	position:relative;
}
.logologin{
	position:absolute;
	top:-100px;
	left:0;
	right:0;
	height:100px;
	background:url("/img/new/fullogo.png") no-repeat center / 70% auto;
	z-index:1
}
.login__error-message{
	padding-top:65px;
	font-size:14px;
	color:#FF5A5A
}
.login__container{
	display:block
}
.login__form-wrapper{
	margin:0 auto;
	margin-top:170px;
	padding-bottom:20px
}
body{
	overflow-x:hidden;
	overflow-y:auto;
	background:#1A1F2C
}
.boxaccept input,.boxaccept label{
	display:inline-block;
	font-size:13px
}
.boxaccept input{
	position:relative;
	top:2px
}
.boxaccept label{
	padding-left:8px
}
.optitext{
	display:block;
	margin-top:6px;
	color:#bfc5db
}
.listcitys{
	display:none;
	position:absolute;
	top:120%;
	left:0;
	right:0;
	height:150px;
	border-radius:10px;
	background:#363f59;
	z-index:2;
	box-shadow:0 5px 10px rgba(0,0,0,.3);
	padding:5px;
	box-sizing:border-box;
	overflow:auto;
	font-size:14px;
	font-weight:500
}
.listcitys div{
	padding:8px 15px;
	cursor:pointer
}
.listcitys div:hover{
	background:rgba(256,256,256,.1);
	border-radius:10px
}