

/* Start:/local/templates/gofromir/components/bitrix/system.auth.authorize/flat/style.css?1781547226359*/
.password-hidden {
	position: relative;
}

.custom-hidden {
	position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    display: inline-block;
    width: 25px;
    height: 22px;
    background: url(/images/eye.png) 0 0 no-repeat; 
}
.custom-hidden.view {
	background: url(/images/eye-closed.png) 0 0 no-repeat;
}

/* End */


/* Start:/personal/style.css?17815472237227*/
.bx-authform {
	background: #F5F5F5;
	padding: 44px 0px;
}

.bx-authform .container {
	background: #FFFFFF;
	border-radius: 32px;
	padding: 24px;
	display: flex;
	gap: 40px;
}

.authform_img {
	background: #102D69;
	padding: 41px 117px 134px;
	border-radius: 24px;
	position: relative;
}

.registration .authform_img {
	padding: 114px 54px 200px;
}

.authform_img > div {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

.authform_img > div > div {
	font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF80;
	margin-bottom: 5px;
}

.authform_img > div > a {
	font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
}

.bx-title {
	font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
	margin-bottom: 20px;
}

.authform_block {
	width: 100%;
}

.btn-primary {
	display: block;
    background: #3DB845;
    padding: 16px 32px;
    border-radius: 14px;
    color: #FFFFFF;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
}

.auth_register_url {
	color: #3DB845;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.auth_register_url_btn {
	color: #3DB845;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
	background: #F5F5F5;
    border-radius: 8px;
    width: 100%;
    padding: 12px 0px;
    text-align: center;
}

.auth_first_one {
	font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.authorize .auth_first_one {
	margin-top: 24px;
}

.changepasswd .auth_first_one {
	margin-bottom: 16px;
}

.registration form > .auth_first_one {
	margin-bottom: 16px;
}

.registration .bx-authform-link-container .auth_first_one {
	margin-right: -8px;
}

.bx-authform-link-container {
	display: flex;
	align-items: center;
	gap: 16px;
}

.bx-authform-link-container + .bx-authform-link-container {
	margin-top: 16px;
}

.authform_hr {
	display: flex;
    gap: 20px;
	align-items: center;
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
	color: #8C8C8C;
	margin-bottom: 16px;
}

.authform_hr div {
    background: #E6E6E6;
	height: 1px;
	width: -webkit-fill-available;
}

.custom-checkbox {
	margin-bottom: 24px;
}

.auth_forgot_password_2 {
	position: absolute;
    top: 0px;
    right: 0px;
	color: #3DB845;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.bx-authform-note-container {
	font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
	color: #8C8C8C;
	margin-bottom: 16px;
}

.forgotpasswd .bx-authform-note-container {
	margin-top: 24px;
    margin-bottom: 0px;
}

.bx-authform-label-container {
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.registration .bx-authform-label-container {
	margin-bottom: 8px;
}

.forgotpasswd .bx-authform-label-container {
	margin-bottom: 16px;
}

.bx-authform-starrequired {
	margin-left: 8px;
	font-family: Open Sans;
    font-weight: 400;
    color: #FB1100;
}

.auth_first_one .bx-authform-starrequired {
	margin-right: 8px;
	margin-left: 0px;
}

.bx-captcha {
	margin-bottom: 8px;
}

.bx-captcha img {
	display: block;
}

[name="captcha_word"] {
	width: calc(50% - 15px);
	margin-bottom: 16px;
}

.alert-danger {
	margin-bottom: 20px;
	font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #FB1100;
}

.alert-success {
	padding: 16px 37px;
	border-radius: 16px;
	background: #3DB8451A;
	font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
	color: #3DB845;
	margin-bottom: 16px;
}

.order__form-group {
	position: relative;
}

#bx_register_resend_link {
	display: flex;
    align-items: center;
}

#bx_register_resend_link:before {
	content: url('/local/templates/gofromir/assets/images_new/bx_register_resend_link.svg');
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.order__form-group .custom-input__field {
	line-height: 24.8px;
    padding: 10px 24px;
	border-radius: 8px;
}

@media screen and (max-width:1199px) {
	.bx-authform {
		padding: 24px 15px;
	}
	
	.bx-authform .container {
		flex-wrap: wrap;
		gap: 24px;
	}
	
	.authform_img {
		padding: 16px 54px 75px;
		display: none;
	}
	
	.authform_img img {
		max-width: 100%;
	}
	
	.authform_img > div {
		bottom: 16px;
		left: 24px;
	}
	
	.authform_img > div > div {
	    font-size: 10px;
		line-height: 20px;
		margin-bottom: 0px;
	}
	
	.authform_img > div > a {
		font-size: 12px;
	}
	
	.bx-title {
		font-size: 16px;
		line-height: 19.2px;
		margin-bottom: 8px;
	}
	
	.authform_hr {
		margin-bottom: 8px;
		font-size: 12px;
	}
	
	.bx-authform .order__form-group-title {
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 0px;
	}
	
	.bx-authform .custom-input__field {
		padding: 8px 16px;
		border-radius: 8px;
		border-width: 1px;
		font-family: Inter;
		font-size: 12px;
		font-weight: 500;
		line-height: 26.4px;
	}
	
	.bx-authform .order__form-group {
		margin-bottom: 8px;
	}
	
	.bx-authform .custom-checkbox {
		font-family: Montserrat;
		font-size: 12px;
		font-weight: 600;
		margin-bottom: 8px;
	}
	
	.btn-primary {
		padding: 14px 24px;
		font-size: 12px;
		line-height: 16.8px;
	}
	
	.auth_first_one {
		font-size: 12px;
		font-weight: 500;
		line-height: 20px;
	}
	
	.authorize .auth_first_one {
		margin-top: 16px;
		margin-bottom: 8px;
	}
	
	.registration form > .auth_first_one {
		margin-bottom: 8px;
	}
	
	.auth_register_url {
		font-size: 12px;
		line-height: 20px;
	}
	
	.bx-authform .custom-input__help-block {
		position: static;
		font-family: Montserrat;
		font-size: 10px;
		line-height: 24px;
		margin-top: 0px;
	}
	
	.auth_forgot_password_2 {
		font-size: 12px;
	}
	
	.registration .authform_img {
		padding: 16px 54px 75px;
	}
	
	.bx-authform-note-container {
		font-size: 10px;
		line-height: 28px;
		margin-bottom: 8px;
		line-height: 16px;
	}
	
	.bx-authform-label-container {
		font-size: 12px;
		line-height: 20px;
	}
	
	[name="captcha_word"] {
		width: 100%;
		margin-bottom: 8px;
	}
	
	.bx-authform-link-container {
		gap: 8px;
	}
	
	.registration .bx-authform-link-container .auth_first_one {
		margin-right: 0px;
	}
	
	.forgotpasswd .bx-authform-label-container {
		margin-bottom: 8px;
	}
	
	.alert-success {
		margin-bottom: 8px;
		padding: 16px;
		font-size: 11px;
		line-height: 16px;
	}
	
	.bx-authform-link-container + .bx-authform-link-container {
		margin-top: 8px;
	}
	
	.auth_register_url_btn {
		padding: 10px 0px;
	}
}

@media screen and (max-width:767px) {
	.registration .order__form-groups:nth-of-type(1) .order__form-group:last-child .order__form-group-title {
		display: none;
	}
}

@media screen and (max-width: 600px ) {
	
    .authform_img {
        display: block;
    }
}


/* End */
/* /local/templates/gofromir/components/bitrix/system.auth.authorize/flat/style.css?1781547226359 */
/* /personal/style.css?17815472237227 */
