@import 'style.css';
@import 'animate.css';

#register-wrapper-bg{
	background-color: #F2F2F2;
	padding: 15px 0;
	margin: 15px 0;
}

#register-wrapper{
	width: 1000px;
	margin: 0 auto;

}

#register-ok-button{
	width: 120px;
	padding: 10px 0;
	background-color: #6DAE04;
	text-align: center;
	color: white;
	cursor: pointer;
	margin: 10px auto;
}
/*
#login-ok-restore{
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 200px;
	padding: 10px 0;
	background-color: #6E6E6E;
	text-align: center;
	color: white;
	cursor: pointer;

}
*/
#register-ok-button:hover , #login-ok-restore:hover{
	background-color: #78B418;
}


#registration-wrapper input{
	height: 30px;
	width: 300px;
	border: 1px solid #DCDCDC;
	color: #B5CAAD;
	font-size: 16px;
	padding: 0 5px;
	
}

#registration-wrapper input:focus{
	font-weight: bold;
}

.register-input{
	color: #6E6E6E;
	margin: 10px;
	position: relative;
}

.register-status{
	position: absolute;
	font-size: 14px;
	margin-left: 10px;
	
}

/*Тело регистрации*/

#registration-wrapper{
	width: 800px;
	border: 1px solid #DCDCDC;
	margin: 0 auto;
	text-align: center;
	position: relative;
	min-height: 400px;
}

#register-title{
	text-align: center;
	font-size: 18px;
	color: #6E6E6E;
	margin: 10px 0 30px 0;
}

.register_necessary{
	color: red;
}

#register-city{
	height: 30px;
	width: 311px;
	color: #6E6E6E;

}

#register-ok{
	color: #B5CAAD;
	margin-top: 20%;
	font-size: 18px;
	font-weight: bold;
}

.servis_check{
	width: 30px;
}

/*Анимация*/
/*
#login-load{
	display: none;
	position: absolute;
	top: 172px;
	left: 61%;
}

#login-status{
	display: none;
}

#login-status-yes{
	margin-top: 150px;
	font-size: 16px;
	color: #B5CAAD;
}*/