

/* Start:/local/templates/maytoni_b2b/components/bitrix/system.auth.authorize/.default/style.css?1767955184877*/
.m-auth {
	width: min(800px, 100%);
	margin: 40px auto;
	display: grid;
	grid-template-columns: 320px auto;
	gap: 20px;
}
.m-auth-form-group {
	margin-bottom: 25px;
}
.m-auth-form-input {
	display: block;
	padding: 10px 0;
	width: 100%;
	border: none;
	border-bottom: 1px solid #b9b9b9;
	transition: .25s linear;
}
.m-auth-form-input:focus {
	outline: none;
	border-bottom-color: #000;
}
.m-auth-form-submit-box .btn {
	width: 100%;
	text-align: left;
}
.m-auth-desc {
	padding-left: 80px;
}
.m-auth-desc-list {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.m-auth-forgot-password {
	margin-top: 20px;
}
.m-auth-forgot-password-link {
	text-decoration: underline;
	transition: .25s linear;
}
.m-auth-forgot-password-link:hover {
	text-decoration: none;
}

@media (max-width: 767px) {
	.m-auth { 
		grid-template-columns: 1fr;
	}

	.m-auth-desc {
		display: none;
	}
}
/* End */
/* /local/templates/maytoni_b2b/components/bitrix/system.auth.authorize/.default/style.css?1767955184877 */
