

/* Start:/local/templates/aspro_next/components/bitrix/system.auth.form/main2.0/style.css?17386505951934*/
.auth-compact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 16px 0 30px;
}

.auth-compact__title {
	margin-bottom: 30px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: black;
}

.auth-compact .auth_wrapp {
	width: 350px;
	padding: 25px;
	background-color: #ffffff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.auth-compact .auth_wrapp .form-body {
	padding-bottom: 16px;
}

.auth-compact .auth_wrapp .form-footer {
	display: flex;
	flex-direction: column;
	padding-top: 16px;
	padding-bottom: 0;
}

.auth-compact .form-footer .register {
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	border-radius: 5px;
}

.auth-compact .form-group .col-md-12 {
	display: flex;
	flex-direction: column;
}

.auth-compact .input-filed label {
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 8px;
	padding-left: 5px;
}

.auth-compact .input-filed input {
	background-color: #ffffff;
}

.auth-compact .but-r .buttons {
	margin-top: 16px;
}

.auth-compact .but-r .buttons button[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: white;
	background-color: #303983;
	border-radius: 5px;
	border-color: #303983;
	transition: background-color 0.15s;
}

.auth-compact .but-r .buttons button[type="submit"]:hover {
	background-color: #244c8e;
}

@media screen and (max-width: 991px) {
	.auth-compact {
		padding: 0;
	}
}

@media screen and (max-width: 424px) {
	.auth-compact .auth_wrapp {
		width: 100%;
	}
}
/* End */
/* /local/templates/aspro_next/components/bitrix/system.auth.form/main2.0/style.css?17386505951934 */
