.register-link{
	background-color: #E31E24;
	margin-bottom: 10px;
}

.bottom-line{
	height: 10px;
	background-color: #E31E24;
	margin-top: 10px;
}


.login-form{
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	transform: translateY(-50%);	
}

.login-form .inp-place{
	width: 250px;
	text-align: right;
}

.login-form  .r-row{
	width: 390px;
}
