@charset "utf-8";
/* CSS Document */
body {
	color:#28353e;
	margin: 0;
	padding: 0;
	font-family: "Open sans", sans-serif;
	}

div {box-sizing:border-box}

.clearfix:after {
	content: '';
	display: table;
	width: 100%;
	clear: both;
}


.login-bg {
	background-image: url(../img/login.png);
	float: right;
	width: 70%;
	background-repeat: no-repeat;
    background-size: cover;
	background-position-y: center;
	min-height: 920px;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.logo-login-blue {
	font-family: Gilroy-ExtraBold;
	font-size: 80px;
	line-height: 71px;
	color: #4168e9;
}

.description-login {
	font-size: 46.56px;
	margin-top: 56px;
	line-height: 52.67px;
	color: #4168e9;
}

.slogan {
	margin-top: 10%;
    margin-left: 10%;
}

.login-side {
	width: 30%;
	box-shadow: 3px 0px 5px rgba(40, 41, 50, .35);
	background-color: white;
	float: left;
	min-height: 920px;
}

.login {
	cursor: pointer;
	color: #28353e;
	float: left;
	width: 50%;
	text-align: center;
	font-weight: 700;
	font-size: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px;
	border-bottom: 3px solid #4168e9;
	border-right: 2px solid #efefef;
	border-left: 2px solid #efefef;
}

.Registration {
	cursor: pointer;
	float: left;
	width: 50%;
	text-align: center;
	font-weight: 400;
	font-size: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 4px;
	border-bottom: 2px solid #efefef;
	border-right: 2px solid #efefef;
	color: #d2d2d2;
	
}

.logo-login-side {	
	padding-top: 183px;
	padding-left: 151px;
	font-family: Gilroy-ExtraBold;
	font-size: 47px;
	line-height: 41px;
	color: #28353e;
	
	

}

.vhod-header {
	text-align: center;
	font-weight: 700;
	font-size: 22.78px;
	margin-top: 95px;
	color: #28353e;
}

.vhod-header-small {
	text-align: center;
	font-weight: 400;
	font-size: 13.68px;
	margin-top: 23px;
	color: #28353e;
}


input[type=text] {
  width: 314px;
  padding: 12px 10px;
  margin: 20px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #AFAFAF;
  font-size: 14px;
  color: #444;
	
}


.form1 {
	padding-right: 10px;
    margin-top: 50px;
    padding-left: 10px;
}

.forgot-pass a{
	font-size: 14px;
	color: #28353e;
}

.forgot-pass a:hover{
	font-size: 14px;
	color: #0045E8;
}

.forgot-pass {
padding-left: 10px;
	margin-top:40px;
}

.button-login {
	margin-top: 60px;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-left: 20%;
    margin-right: 20%;
    background-color: #4168e9;
    border-radius: 45px;
    color: white;
    font-size: 18px;
    text-align: center;
}

.button-login:hover{
box-shadow: 0px 8px 18px rgba(65, 104, 233, .50);
	transition: all 0.5s ease;
}

.forgot {
	margin-left: 90px;
	margin-top: 44px;
	font-size: 14px;
}
.forgot a{
	color: #4168e9;
}
.forgot a:hover{
	color: #28353e;
}

@media only screen and (max-width: 1400px) {
	.login-side,
	.login-bg {
		min-height: 730px;
	}
}

