
h1 {
	font-size: 19px;
	margin: 0 0 16px;
}

.field {
	width: 407px;
	margin: 0 0 16px;
}

.field a.forgot-password, .field a.register {
	font-weight: 500;
	font-size: 17px;
	text-decoration: none;
}
.field a.forgot-password {
	margin-right: 20px;
}

.form_description {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	font-size: 17px;
	max-width: calc(100% - 270px);
	text-align: right;
}
.form_description a {
	font-weight: 600;
	text-decoration: none;
}

.confirm_phone_desc {
	padding: 5px 0 0 20px;
	color: #00BA3F;
	margin: 0 0 16px;
}
#registerform .confirm_phone_desc {
	padding: 0;
	margin: 0;
}
#registerform #block_confirm_code .field {
	width: 100%;
}


.w_auto {
	width: auto;
}

.field.radio > .label {
	margin-right: 30px;
	width: 185px;
}
.field.radio .input label {
	margin-right: 20px;
}

#registerform .column.first, #registerform .row3 .field {
	width: calc((100% - 100px) / 3);
}
#registerform .field {
	width: 100%;
}
#registerform .column.n2 {
	width: calc((100% - 100px) / 3 * 2 + 50px);
}
#registerform .column2 .field {
	width: calc((100% - 50px) / 2);
}
#registerform .column2 .field .description {
	margin: 0;
}

@media (max-width: 1023px) {
	h1 {
		font-size: 14px;
	}

}/* @media (max-width: 1023px) */


@media (max-width: 767px) {
	h1 {
		font-size: 12px;
	}
	
	
	.form_description {
		position: static;
		font-size: 12px;
		max-width: 100%;
		text-align: left;
	}
	.field, .flex{
		flex-wrap: wrap;
	}
	#registerform .flex > * {
		width: 100% !important;
	}
	.field .label{
		display: block;
		width: 100% !important;
	}

}/* @media (max-width: 767px) */


@media (max-width: 479px) {
	.field {
	    width: auto;
	}
	.input label{
		display: block;
	}
	.input label + label{
		margin-top: 15px;
	}
	.field a.forgot-password, .field a.register {
		font-size: 12px;
	}
	.field.forgot_register {
	    display: flex;
	    justify-content: space-between;
	}
}/* @media (max-width: 479px) */

/* Login page: card-based layout, keeps the existing WordPress form behaviour. */
.sampa24-login-page {
	padding: 44px 0 84px;
}
.sampa24-login-page__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(310px, .92fr);
	gap: 28px;
	align-items: stretch;
}
.sampa24-login-page__form,
.sampa24-login-page__aside {
	border: 1px solid #CFE5FF;
	border-radius: 22px;
}
.sampa24-login-page__form {
	padding: 38px;
	background: #F4F9FF;
}
.sampa24-login-page__intro {
	margin-bottom: 26px;
}
.sampa24-login-page__eyebrow {
	display: block;
	margin-bottom: 10px;
	color: #F85112;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .09em;
	text-transform: uppercase;
}
.sampa24-login-page h1,
.sampa24-login-page h2 {
	margin: 0;
	color: #152D45;
	font-size: clamp(28px, 3vw, 42px);
	font-weight: 800;
	line-height: 1.1;
}
.sampa24-login-page__intro p {
	margin: 12px 0 0;
	color: #6B86A4;
	font-size: 16px;
	line-height: 1.5;
}
.sampa24-login-form-card.blue_bg {
	position: relative;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.sampa24-login-form-card h2 {
	margin-bottom: 22px;
	font-size: 22px;
}
.sampa24-login-form-card .field {
	width: 100%;
	margin-bottom: 17px;
}
.sampa24-login-form-card .field .label {
	margin-bottom: 8px;
	color: #496986;
	font-size: 13px;
	font-weight: 700;
}
.sampa24-login-form-card input[type="text"],
.sampa24-login-form-card input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	padding: 0 16px;
	border: 1px solid #CFE5FF;
	border-radius: 12px;
	background: #fff;
	color: #152D45;
	font: inherit;
}
.sampa24-login-form-card .forgot_register {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin: 5px 0 22px;
}
.sampa24-login-form-card .field a.forgot-password,
.sampa24-login-form-card .field a.register {
	margin: 0;
	color: #315E8C;
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.sampa24-login-form-card #wp-submit {
	min-width: 180px;
	height: 52px;
	border: 1px solid #F85112;
	border-radius: 14px;
	background: #F85112;
	box-shadow: 0 8px 16px rgba(248, 81, 18, .16);
	font-family: inherit;
	font-weight: 800;
}
.sampa24-login-form-card .form_description {
	position: static;
	max-width: none;
	margin: 18px 0 0;
	color: #6B86A4;
	font-size: 13px;
	line-height: 1.45;
	text-align: left;
}
.sampa24-login-form-card .form_description a {
	color: #315E8C;
}
.sampa24-login-page__aside {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 42px;
	background: #152D45;
	color: #fff;
}
.sampa24-login-page__aside h2 {
	color: #fff;
	font-size: clamp(25px, 2.5vw, 36px);
}
.sampa24-login-page__aside .sampa24-login-page__eyebrow { color: #FFB290; }
.sampa24-login-page__benefits {
	padding: 0;
	margin: 28px 0;
	list-style: none;
}
.sampa24-login-page__benefits li {
	display: grid;
	grid-template-columns: 35px 1fr;
	gap: 12px;
	align-items: center;
	padding: 13px 0;
	border-top: 1px solid rgba(207, 229, 255, .25);
	font-size: 15px;
	line-height: 1.45;
}
.sampa24-login-page__benefits li:last-child { border-bottom: 1px solid rgba(207, 229, 255, .25); }
.sampa24-login-page__benefits span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #F85112;
	font-size: 10px;
	font-weight: 800;
}
.sampa24-login-page__support {
	margin: 0;
	color: #CFE5FF;
	font-size: 13px;
	line-height: 1.45;
}
.sampa24-login-page__support a { color: #fff; font-weight: 700; }

@media (max-width: 767px) {
	.sampa24-login-page { padding: 22px 0 48px; }
	.sampa24-login-page__layout { grid-template-columns: 1fr; gap: 16px; }
	.sampa24-login-page__form, .sampa24-login-page__aside { padding: 26px 20px; border-radius: 18px; }
	.sampa24-login-page__aside { order: 2; }
	.sampa24-login-form-card #wp-submit { width: 100%; }
}

