﻿/*BEGIN: fixed styles*/

body.authent-scope-2020 {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: var(--bg-color);
    background-size: cover;
    height: 100%;
}

.authent-scope-2020 * {
    box-sizing: border-box;
}

.authent-scope-2020 .horizontal-center-div {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.authent-scope-2020 .vertical-center-div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
}

.authent-scope-2020 .logic-div {
    text-align: center;
    height: 100%;
    background-color: var(--content-bg-color);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
    float: left;
    border-radius: 4px;
    display: block;
    padding-left: 60px;
    padding-right: 60px;
    display: table;
}

.authent-scope-2020 .logic-div > form {
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}

.authent-scope-2020 .title-div {
    margin-bottom: 30px;
    font-size: 34px;
    color: var(--main-txt-color);
}

    .authent-scope-2020 .choose-lang-div {
        display: inline-block;
    }

    .authent-scope-2020 .lang-div {
        display: inline-block;
        font-size: 14px;
        color: var(--input-label-color);
        padding-bottom: 11px;
        cursor: pointer;
        margin-right: 20px;
    }

    .authent-scope-2020 .lang-div.selected {
        border-bottom: solid 4px #2EB336;
        color: #2EB336;
        font-weight: 500;
    }

    .authent-scope-2020 .lang-div:hover {
        font-weight: 500;
    }

    .authent-scope-2020 .lang-div:last-child {
        margin-right: 0;
    }

.authent-scope-2020 .registration-info-div {
    margin-top: 30px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: var(--main-txt-color);
}

    .authent-scope-2020 .field-div {
        margin-top: 25px;
        text-align: left;
    }

    .authent-scope-2020 .field-label {
        margin-bottom: 10px;
        display: inline-block;
    }

.authent-scope-2020 .email-input,
.authent-scope-2020 .name-input,
.authent-scope-2020 .password-input {
    height: 40px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid var(--icon-border);
    filter: none; /*Removes yellow background in Firefox*/
}


    .authent-scope-2020 .email-input:focus,
    .authent-scope-2020 .name-input:focus,
    .authent-scope-2020 .password-input:focus {
        border-color: #2EB336;
    }


    .authent-scope-2020 .error-div {
        line-height: 40px;
        color: #FF6A6A;
        font-size: 14px;
        font-weight: 500;
        text-align: right;
    }

.authent-scope-2020 input:-webkit-autofill,
.authent-scope-2020 input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px var(--input-bg-color) inset;
    color: var(--main-txt-color) !important;
    -webkit-text-fill-color: var(--main-txt-color) !important;
}

    .authent-scope-2020 .auto-login-div,
    .authent-scope-2020 .agreement-div {
        text-align: left;
        margin-top: 29px;
    }

    .authent-scope-2020 .auto-login-checkbox,
    .authent-scope-2020 .agreement-checkbox {
        height: initial !important;
        margin-right: 15px;
    }

.authent-scope-2020 .auto-login-label,
.authent-scope-2020 .agreement-label {
    font-size: 14px;
    font-weight: 700;
    color: var(--main-txt-color);
    margin-left: 10px;
    cursor: pointer;
}

    .authent-scope-2020 .auto-login-label.selected {
        color: #2EB336;
    }

    .authent-scope-2020 .related-links-div {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: left;
    }

    .authent-scope-2020 .related-link {
        font-size: 14px;
        color: var(--input-label-color);
        outline: 0;
    }

    .authent-scope-2020 .related-link:hover {
        color: #2EB336;
    }

    .authent-scope-2020 .terms-checkbox,
    .authent-scope-2020 .terms-span {
        vertical-align: middle;
    }

    .authent-scope-2020 .terms-link {
        font-size: 14px;
    }

    .authent-scope-2020 .log-in-button,
    .authent-scope-2020 .confirm-button {
        width: 100%;
    }

    .authent-scope-2020 .branding-div {
        display: block;
        height: 100%;
        background-image: url(/Resources/Internal/Images/2020/logo_page_photo_winter.webp);
        background-repeat: no-repeat;
        margin-left: 30px;
        float: left;
        border-radius: 5px;
        position: relative;
    }

    .authent-scope-2020 .tagline-div {
        position: absolute;
        color: #fff;
/*        left: 50px;
        top: 50px;*/
        font-size: 36px;
        text-align: left;
        letter-spacing: 0px;
        line-height: 46px;
    }

.authent-scope-2020 .logo-div {
    position: absolute;
    background-color: var(--content-bg-color);
    height: 56px;
    width: 195px;
    bottom: 39px;
    right: 0px;
    background-image: url(/Resources/Internal/Images/2020/360_logo_kp.svg);
    background-repeat: no-repeat;
    background-position: 22px 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.authent-scope-2020 .mobile-logo-div {
    height: 56px;
    background-image: url(/Resources/Internal/Images/2020/360_logo_kp.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;
}

/*END: fixed styles*/

/*BEGIN: responsive styles*/

    body.authent-scope-2020 {
        background-image: none;
    }

    .authent-scope-2020 .logic-div {
        width: 100%;
    }

    .authent-scope-2020 .branding-div {
        display: none;
    }

    @media (min-width: 440px) {

        .authent-scope-2020 .logic-div {
            width: 440px;
        }

    }

    @media (min-width: 768px) {

        .authent-scope-2020 .branding-div {
            display: block;
            width: 35vw;
            max-width: 690px;
            max-height: 652px;
        }

        .authent-scope-2020 .logic-div {
            max-height: 652px;
        }

        body.authent-scope-2020 {
            zoom: 90%;
        }

        .authent-scope-2020 .mobile-logo-div {
            display: none;
        }

    }

    @media (min-width: 1440px) {

        body.authent-scope-2020 {
            background-image: url(/Resources/Internal/Images/2020/login_page_background.svg);
        }

    }

    @media (min-width: 1680px) {

        .authent-scope-2020 .vertical-center-div {
            /*margin-top: 214px;*/
        }

    }

/*END: responsive styles*/




/*Suur desktop - kuni 1680px, margin vasak/parem serv 60 ja lehe sees 36 

Keskmine desktop - 1680-1440px, margin servades 30 ja lehe sees 20 

Väike desktop - 1440-1024, margin servades 30 ja lehe sees 20 

Tahvel - 1024-768px, margin servades 30 ja lehe sees 20 

Mobiil - 768-320px, margin servades 15 ja lehe sees 15*/