

/* Start:/local/templates/mylerSkiResort/components/bitrix/system.auth.form/auth-myller/style.css?17023617883535*/
.field {
    margin-bottom: 20px;
}

.auth {
    margin: auto;
}

@font-face {
    font-family: 'Braind Yerevan';
    src: url('/local/templates/mylerSkiResort/fonts/BraindYerevan.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mardoto Regular';
    src: url('/local/templates/mylerSkiResort/fonts/Mardoto-Regular_1.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('/local/templates/mylerSkiResort/fonts/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.auth-wrap {
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: calc(100vh - 100px);
}

.auth__logo-link {
    display: block;
    /* height: 34px;
    margin-bottom: 190px;
    margin-left: 40px; */
}

.auth__logo-link img {
    width: 100%;
}

.auth__title {
    font-family: 'Braind Yerevan', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
    text-align: center;
}

.form-item {
    display: block;
    width: 100%;
    position: relative;
}

.eye,
.eye-off {
    position: absolute;
    bottom: 8px;
    right: 9px;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.eye.hide,
.eye-off.hide {
    display: none;
}

.eye img,
.eye-off img {
    width: 20px;
    height: 20px;
}

.form-item__input {
    outline: none;
    width: 100%;
    padding: 11px;
    background: transparent;
    border: 1px solid #C1C1C1;
    border-radius: 6px;
    transition: border-color 0.3s ease;
    color: #1A1F2F;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}

.form-item__name {
    display: flex;
    align-items: center;
    position: absolute;
    top: 13px;
    left: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #C1C1C1;
}

.form-item__input:focus+.form-item__name,
.js-input.changed+.form-item__name {
    font-size: 12px;
    transform: translate(-7px, -22px);
    transition: all 0.3s ease;
    background: white;
    padding: 0 3px;
    color: #1A1F2F;
}

.auth-form__link {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #2CA7B0;
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 24px;
}

.auth-form__button {
    width: 100%;
    display: block;
    background: #2CA7B0;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

.auth-form__button[disabled] {
    border: 1px solid #C1C1C1;
    background: #E0E0E0;
    pointer-events: none;
    padding: 11px 18px;
}

.alert {
    color: #B90000;
    font-size: 12px;
    padding: 2px;
}

.footer {
    font-family: 'OpenSans', Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.40);
    gap: 16px;
    padding: 10px 20px;
    margin-top: auto;
}

.footer__text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    color: #1A1F2F;
}

.footer__logo {
    width: 125px;
    height: 31px;
}
/* End */
/* /local/templates/mylerSkiResort/components/bitrix/system.auth.form/auth-myller/style.css?17023617883535 */
