html, body {
	margin: 0;
	padding: 0;
	min-height: 100vh;
}
body * {
	font-family: 'Spartan', sans-serif;
	color: #283339;
}
h1, h2, p {
	margin: 0;
}

/* styled checkbox */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: -2px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fafafa;
	border-radius: 2px;
	border: 1px solid #D4D6D7;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}
.checkbox-container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #283339;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* styled checkbox end */

.fs-14-5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
}
.fs-14-7 {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.fs-15-6 {
	font-size: 15px;
	font-weight: 600;
	line-height: 24px;
}
.fs-16-7 {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.btn {
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	padding: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #ffffff;
	border: none;
	border-radius: 50px;
	background-color: #FF8F00;
	width: 100%;
	box-sizing: border-box;
	cursor: pointer;
}
.btn:disabled {
	cursor: not-allowed;
}

.header {
	padding: 24px 50px;
}
.header nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header a {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
	color: #283339;
}
.header img {
	max-width: 210px;
}
.footer {
	background-color: #0E122A;
	padding: 30px 50px;
}
.footer span {
	color: #A8ACE3;
	font-weight: 600;
	font-size: 13px;
	line-height: 21px;
}

.page-wrapper {
	background: linear-gradient(0deg, #F3F3FB 0%, #FFFFFF 100%);
}
.page-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 170px);
	padding: 20px;
    box-sizing: border-box;
}
.page-content {
	max-width: 1296px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: #ffffff;
	border-radius: 48px;
	box-shadow: 0px 10px 20px 0px #93999C26;
	box-sizing: border-box;
}
.page-content a,
.page-content a:hover,
.page-content a:focus {
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	text-decoration: underline;
	color: #5058C8;
}
.page-title {
	font-size: 44px;
	font-weight: 700;
	line-height: 58px;
	text-align: center;
	letter-spacing: -0.02em;
}
.left-block-wrapper {
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	width: 50%;
}
.left-block-container {
	max-width: 400px;
	margin: 0 auto;
}
.right-block-wrapper {
	width: 50%;
}
.right-block-wrapper img {
	max-width: 100%;
}
.error-container .error-message,
.error-container .error-message a {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #ff0000;
	text-align: left;
}
.field-container .field-label {
	display: block;
	margin-bottom: 8px;
}
.field-container .field-input {
	border-radius: 14px;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #464646;
	padding: 15px;
	border: 1px solid #D4D6D7;
	display: block;
	box-sizing: border-box;
	background: #fafafa;
}

.field-container #passwordField.field-input {
	padding-right: 40px;
}

/* page sign in */
.field-container {
	position: relative;
	text-align: left;
}
.field-container .show-password-btn {
	position: absolute;
	width: 16px;
	height: 16px;
	bottom: 21px;
	right: 16px;
	background: url(../img/icon-eye.svg);
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.recaptcha-container {
	display: inline-block;
}
/* page sign in end */

/* confirm page */
.page-confirm.page-content {
    align-items: stretch;
}
.page-confirm .left-block-wrapper {
	display: flex;
}
.page-confirm .left-block-container {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-confirm .left-block-container>p {
	position: absolute;
	bottom: 0px;
}
.page-confirm .left-block-container>p>br {
	display: none;
}
.page-confirm .field-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    max-width: 240px;
    margin: 0 auto;
}
.page-confirm .field-container .field-input {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px 5px;
    height: 58px;
    width: 48px;
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
	text-align: center;
}
.page-confirm label {
	display: none;
}
#id_code {
	width: 0;
    height: 0;
    position: absolute;
    left: -99999999999px;
}
/* confirm page end */

/* page success */
.page-success.page-content {
	text-align: center;
	max-width: 600px;
}
.page-success .icon-success {
	width: 161px;
    margin: 0 auto;
    display: block;
}
/* page success end */

@media only screen and (max-width: 991px) {
	.page-content {
		border-radius: 24px;
		display: block;
	}
	.left-block-wrapper {
		width: 100%;
	}
	.right-block-wrapper {
		display: none;
	}
	.left-block-container {
		max-width: 100%;
		margin: 0 auto;
	}
	.page-confirm .left-block-container {
		justify-content: space-between;
		min-height: 60vh;
	}
	.page-confirm .left-block-container>p {
		position: initial;
	}
}
@media only screen and (max-width: 769px) {
	.page-confirm .left-block-container .page-description br {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.header {
		padding: 24px 20px;
	}
	.header img {
		max-width: 150px;
		margin-top: 5px;
	}
	.page-title {
		font-size: 36px;
		line-height: 48px;
	}
	.page-confirm .left-block-container>p>br {
		display: initial;
	}
}