	.additional-container{
		background: url('/media/ats/images/enter-background.png') no-repeat;
		background-size: 100%;
		height: 826px;
	}
	.enter-login-form{
	position: relative;
		width: 500px;
		background: white;
		text-align: center;
		top: 10%;

	}
	.reglog{	
		position: relative;
	}
	h1.title{
		font-weight: normal;
		margin: 0;
		margin-top: 10px;
	}
	.reglog #id_username, .reglog #id_password,
	#id_username_reset, #id_email{
		width: 80%;
		height: 40px;
	}
	.reglog #id_captcha_1{
		width: 50%;
		height: 35px;
	}
	.reglog ul li{
		list-style: none;
	}
	.reglog ul li label{
		width: 152px;
	}
	.reglog .captcha{
		display: inline-block;
		height: 40px;
		position: relative;
		top: 15px;
		padding-right: 10px;
		background-size: 100%;
		width: 140px;
	}
	/*.reglog .field{
		width: 80%;
		text-align: center;
		margin: 0 auto;
	}*/
	.reglog .blue_border p{
		position: absolute;
		left: 50%;
		bottom: -10px;
		margin-left: -124px;
	}
	.reglog input.bt-blue2, .reglog input#button_reglog{
		border: 1px solid #F88900;
		background: #F88900;
		background: linear-gradient(#FFA900, #CF7500);
		border-radius: 25px;
		COLOR: WHITE;
		padding: 15px;
		width: 200px;
		text-transform: uppercase;
		margin: 20px;
		margin-bottom: 35px;
		outline: none;
		cursor: pointer;
		position: relative;
		border: 10px solid rgba(227,235,241,1);
		border-radius: 30px;
	}
	.field-required-label {
		color: red;
	}
	.ugc ol{
		margin: 0 ;
	}
	.ugc ol li{
		color: #75C6FD;
		
	}
	/*h1.title:after{
		content: ' в кабинет';
	}*/
	/*input.bt-blue2:before{
		position: absolute;
		border: 6px solid black;
		border-radius: 25px;
		display: inline-block;
		height: 100px;
		width: 100px;
		content: '';
		z-index:12;
	}*/
	.reglog label,
	.reglog .blue_border p{
		text-align: left;
		font-size: 15px;
		font-family: "OpenSans";
		color: rgb( 94, 100, 108 );
		padding-top: 5px;
		padding-bottom: 5px;
		display: inline-block;
	}
	.title + .ugc p{
		text-align: left;
		font-size: 15px;
		font-family: "OpenSans";
		color: rgb( 94, 100, 108 );
		padding: 5px;
		
		display: inline-block;
	}
	.reglog a{
		color: #75C6FD;
		text-decoration: none;
		padding-top: 10px;
		display: inline-block;
	}
	.reglog a:hover{
		text-decoration: underline;
	}
	.enter-login-form{
		border: 10px solid rgba(227,235,241,1);
		border-radius: 25px;
	}
	