

/* Start:/local/templates/listmet_header/auth.css?17872023412251*/
.login-form__label {
    margin-bottom: 15px;
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #555D64;
    text-align: left;
}

.login-form__input {
    margin-bottom: 0;
    font-family: "GothamPro", sans-serif;
    padding-left: 15px;
    width: 100%;
    height: 50px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #8FACCC;
    background-color: #fff;
    border: 1px solid #C7D4E3;
}

.contacts-form__input-container {
    margin-bottom: 40px;
}

.contacts-form__input-container:last-of-type {
    margin-bottom: 0;
}

.login__forgot-password {
    display: block;
    margin-top: 20px;
}

.login__block {
    padding: 87px 100px 107px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #DADADA;
}

.login__caption {
    margin-bottom: 45px;
}

.login__type {
    margin-bottom: 55px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #555D64;
}

.register__type {
    margin: 25px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #555D64;
}

.login__descriptor {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #616974;
}

.login-form__button {
    margin-top: 75px;
    width: 270px;
    height: 50px;
}

.login-form__register-button {
    margin-top: 30px;
    width: 320px;
    height: 50px;
}

.login__forgot-password {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #2C6FAB;
    transition: .3s;
}

.login__forgot-password:hover {
    color: #2C6FAB;
}

.login {
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .login__block {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .login {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .register__type {
        font-size: 22px;
    }

    .login-form__button {
        margin-left: auto;
        margin-right: auto;
    }
}
/* End */
/* /local/templates/listmet_header/auth.css?17872023412251 */
