﻿.login-main {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
}

.login-main-with-news {
    height: calc(100% - 315px);
}

.login-main .container {
    align-items: center;
    justify-content: center;
}

.login .login-main .container {
    max-width: 900px;
}

.userRegister .login-main .container {
    max-width: 600px;
}

.login-form-content {
    position: relative;
    width: 100%;
}

.login-form .form-group {
    width: 100%;
}

    .login-form--vertical .form-inline input[type="text"],
    .login-form--vertical .form-inline input[type="password"],
    .login-form .form-group input[type="text"],
    .login-form .form-group input[type="password"] {
        width: 100%;
        font-family: ClearSans-Thin, Arial, Verdana, Helvetica, sans-serif;
        height: 40px;
        font-size: 16px;
    }

.login-form--vertical .form-inline > .row {
    margin-top: 6px;
}

.login-form--vertical {
    position: absolute;
    left: 66px;
    height: 380px;
    width: 350px;
    top: 50%;
    margin-top: -176px;
}

.login__button-main {
    font-size: 22px;
    font-family: ClearSans-Thin, Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
    background-color: #3c3c3b;
    border-radius: 8px;
    width: 100px;
    padding: 0;
    text-align: center;
    height: 40px;
    color: #ffffff;
}

    .login__button-main:hover {
        color: #ffffff;
    }

    .login__button-main:focus {
        color: #ffffff;
    }

    .login__button-main span {
        position: relative;
        bottom: 1px;
        padding-left: 6px;
        font-size: 20px;
    }

.login-form .btn.btn-link {
    text-decoration: none;
    outline: none;
    font-size: 12px;
    margin: 0;
}

.login-form--vertical .login__button-main {
    height: 90px;
    margin-top: -90px;
}

.login-form--vertical .btn.btn-link {
    padding: 0;
}

.login-form--vertical .btn.btn-link,
.login-form .btn.btn-link {
    text-decoration: none;
    outline: none;
    font-size: 14px;
    margin: 0;
}

.login-form .btn.btn-link {
    padding: 10px 0px;
}

.login-form__title {
    font-family: Glober-Thin, Arial, Verdana, Helvetica, sans-serif;
}

.login-form__title-2 {
    font-family: Glober-SemiBold, Arial, Verdana, Helvetica, sans-serif;
}

.login-form__title,
.login-form__title-2 {
    margin-top: 4px;
}

.login-form__title--left {
    float: left;
}

.login-form__title--border {
    padding-right: 8px;
    margin-right: 12px;
}

.login-form__title--space {
    margin-right: 4px;
}

.login-img--logo--login {
    width: 380px;
    height: 80px;
    background-size: auto !important;
    display: inline-block;
    float: left;
    position: relative;
    bottom: 6px;
    left: 15px;
    background-position: 0% 50% !important;
}

.login-form .login-img--logo {
}

.login__separator {
    display: inline-block;
    width: 1px;
    height: 29px;
    background: #808080;
    float: left;
    margin-right: 11px;
}

    .login__separator ~ h3 {
        position: relative;
        top: 4px;
    }

.login__anonymous_access {
    text-align: right;
}

    .login__anonymous_access span {
        font-size: 13px;
        display: inline-block;
        position: relative;
        bottom: 14px;
        left: 4px;
    }

.switch-anonymous {
    position: relative;
    width: 40px;
    height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    display: inline-block;
    left: 9px;
}

    .switch-anonymous.disabled {
        float: right;
        pointer-events: none;
        opacity: 0.9;
    }

.switch-anonymous-checkbox {
    display: none;
}

.switch-anonymous-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 25px;
    padding: 0;
    line-height: 16px;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    background-color: #FFF;
    transition: background-color 0.3s ease-in;
}

.content__addNote .switch-anonymous-label {
    height: 14px;
}

.switch-anonymous-label:before {
    content: "";
    display: block;
    width: 25px;
    margin: 0px;
    background: #CCCCCC;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-radius: 16px;
    transition: all 0.3s ease-in 0s;
}

.switch-anonymous-checkbox:checked + .switch-anonymous-label {
    background-color: #FFF;
}

    .switch-anonymous-checkbox:checked + .switch-anonymous-label:before {
        right: 0px;
    }

.login-title-product {
    height: 76px;
}

    .login-title-product label {
        font-size: 36px;
        color: #808080;
        font-style: normal;
        font-weight: normal;
        position: relative;
        top: 20px;
        left: 16px;
    }

        .login-title-product label.bold {
            font-family: Glober-SemiBold;
            color: #808080;
        }

        .login-title-product label.thin {
            font-family: Glober-Thin;
            font-weight: bold;
            color: #808080;
        }

.login-col--right {
    text-align: right;
}

.login-button--margin {
    left: 6px;
}

.login-news-hide {
    display: none;
}

.login-change-password {
    width: 100%;
    margin-left: 0px;
}

    .login-change-password > div p {
        position: absolute;
    }

    .login-change-password > div > div p {
        position: absolute;
    }

@media (max-height: 200) {
    .login-news {
        display: none;
    }
}

.btn_provider {
    height: 30px;
    width: 120px;
    display: inline-block;
    margin: auto;
    margin: 2px;
    text-decoration: none;
    text-align: center;
    background-color: white;
    color: black;
    font-family: ClearSans-Regular,Arial,Verdana,Helvetica,sans-serif;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    border: 1px #f2f2f2 solid;
}

    .btn_provider:hover, .btn_provider:focus {
        text-decoration: none;
        color: black;
    }

.icon_provider {
    width: 20px;
    height: 20px;
}

.text_provider {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 26px;
}

.mt-5 {
    margin-top: 15px;
}

.mt-3 {
    margin-top: 3px;
}

.container__bottons_auth {
    display: inline-block;
    white-space: nowrap;
}

.login__externalauth_content {
    white-space: nowrap;
    padding: 0 15px;
}

.login__text_auth {
    top: -8px;
    position: relative;
    margin-right: 5px
}