html{
	height: 100%;
}

body {
	height: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
}

.wrapper{
	height: 100%;
	display: flex;
	align-items: center;
}

a {
	text-decoration: none;
}

.login {
	/*	width: 946px;*/
	background: #FFFFFF;
	box-shadow: 0px 4px 250px rgba(93, 113, 219, 0.25);
	border-radius: 25px;
	margin: 0 auto;
}

.login__left-block {
	width: 40%;
	border-radius: 25px 0px 0px 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.login__left-block_blue {
	background: linear-gradient(113.51deg, #2636D2 37.14%, #53FFE8 88.42%);
}

.login__left-block_orange{
	background: linear-gradient(113.51deg, #FF146A 37.14%, #FFC93E 88.42%);
}

.login__left-block_yellow{
	background: linear-gradient(113.51deg, #FDD501 37.14%, #FF7009 88.42%);
}

.login__img {
	max-width: 90%;
}

.login__right-block {
	padding: 52px 57px 37px;
	width: 60%;
}

.login__title {
	font-family: 'BebasNeue', sans-serif;
	line-height: 45px;
	font-size: 48px;
	letter-spacing: 0.03em;
	color: #000000;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 63px;
}

.login__input {
	background-color: #ffffff;
	border-radius: 50px;
	border: 0;
	width: 99%;
	position: absolute;
	top: 1px;
	bottom: 1px;
	right: 1px;
	left: 1px;
	padding: 6px 37px;
	font-size: 24px;
}

.login__input-block label{
	display: none!important;
}
.error{
	-webkit-box-shadow: 4px 5px 5px 0 #FFB5B5;
	box-shadow: 4px 5px 5px 0 #FFB5B5;
}

.login__input-block {
	position: relative;
	border-image: 10 repeating-linear-gradient(45deg, #A7CECC, transparent, transparent);
	border: solid 1px transparent;
	border-radius: 50px;
	background-image: linear-gradient(white, white), radial-gradient(circle at bottom left, #B700BB, #F2691C);
	background-origin: border-box;
	background-clip: content-box, border-box;
	width: 100%;
	height: 56px;
	position: relative;
	margin-top: 22px;
}

.login__input-block:after {
	display: block;
	position: absolute;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;
	top: -16px;
	left: 36px;
	padding: 5px;
	color: #B2B2B2;
	font-size: 16px;
}

.login__input-block_mail:after {
	content: 'E-mail';
}

.login__input-block_password:after {
	content: 'Пароль';
}

.login__input-block_name:after {
	content: 'ФИО';
}

.login__input-block_phone:after {
	content: 'Телефон';
}

.login__submit-block {
	margin-top: 40px;
}

.login__submit {
	border: 0;
	background: linear-gradient(48.86deg, #B700BB 4.78%, #D4336E 47.67%, #F2691C 93.01%);
	border-radius: 50px;
	color: #ffffff;
	height: 50px;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.login .widget-form-privacy {
	display: none;
}

.login__submit_entry {
	width: 180px;
}

.login__submit_reg {
	width: 278px;
}

.login__submit_password{
	width: 100%;
}

.login__nets {
	float: right;
	margin-top: -50px;
}

.login__hr {
	opacity: 0.1;
	border: 1px solid #000000;
	margin-top: 47px;
	margin-bottom: 30px;
}

.login__hr_password{
	margin-top: 65px;
}

.login__footer {
	display: flex;
	justify-content: space-between;
}

.login__link_grey {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	font-size: 16px;
	color: #C8C8C8;
}

.login__link_blue {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	font-size: 16px;
	color: #6586F9;
	padding-bottom: 8px;
	border-bottom: 1px solid #829cf7;

}
