﻿@charset "UTF-8";

@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/graphik/Graphik-Regular-Web.eot');
    src: url('/assets/fonts/graphik/Graphik-Regular-Web.eot#iefix') format('embedded-opentype'), url('/assets/fonts/graphik/Graphik-Regular-Web.woff2') format('woff2'), url('/assets/fonts/graphik/Graphik-Regular-Web.woff') format('woff'), url('/assets/fonts/graphik/Graphik-Regular-Web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/graphik/Graphik-Regular-Web.eot');
    src: url('/assets/fonts/graphik/Graphik-Regular-Web.eot#iefix') format('embedded-opentype'), url('/assets/fonts/graphik/Graphik-Regular-Web.woff2') format('woff2'), url('/assets/fonts/graphik/Graphik-Regular-Web.woff') format('woff'), url('/assets/fonts/graphik/Graphik-Regular-Web.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/graphik/Graphik-Medium-Web.eot');
    src: url('/assets/fonts/graphik/Graphik-Medium-Web.eot#iefix') format('embedded-opentype'), url('/assets/fonts/graphik/Graphik-Medium-Web.woff2') format('woff2'), url('/assets/fonts/graphik/Graphik-Medium-Web.woff') format('woff'), url('/assets/fonts/graphik/Graphik-Medium-Web.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Graphik';
    src: url('/assets/fonts/graphik/Graphik-Medium-Web.eot');
    src: url('/assets/fonts/graphik/Graphik-Medium-Web.eot#iefix') format('embedded-opentype'), url('/assets/fonts/graphik/Graphik-Medium-Web.woff2') format('woff2'), url('/assets/fonts/graphik/Graphik-Medium-Web.woff') format('woff'), url('/assets/fonts/graphik/Graphik-Medium-Web.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Graphik", sans-serif;
}

body {
    height: 100vh;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    background: #F8F9FA;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased;
}

.preview {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    background-color: rgba(235, 242, 249, 1);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.lkkk-bg {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/lkkk-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.lkkk-logo {
    z-index: 1;
    position: absolute;
    top: 75px;
    left: 60px;
}

.lkkk-logo__img {
    max-width: 170px;
    max-height: 38px;
}

    .lkkk-logo__img.svg {
        height: 38px;
        width: auto;
    }

.container {
    width: 770px;
    min-width: 770px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.auth-form-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.auth-form {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 92px 200px 97px 200px;
    width: 100%;
    height: auto;
    box-shadow: 0 4px 100px 0 rgba(42,76,134,0.23);
    margin-bottom: 60px;
}

    .auth-form:last-of-type {
        margin-bottom: 0px;
    }

.auth-form__title {
    color: #282828;
    font-size: 28px;
    letter-spacing: -0.68px;
    line-height: 34px;
    margin-bottom: 28px;
    font-weight: normal;
    text-align: center;
    margin-left: -100px;
    margin-right: -100px;
}

    .auth-form__title.is-email,
    .auth-form__title.is-block,
    .auth-form__title.is-success,
    .auth-form__title.is-not-found,
    .auth-form__title.is-work {
        margin-left: 0px;
        margin-right: 0px;
        white-space: nowrap;
        position: relative;
        text-align: left;
    }

        .auth-form__title.is-email:before {
            content: " ";
            position: absolute;
            display: block;
            width: 50px;
            height: 50px;
            background: url(/assets/images/enduser-mode/email.svg);
            top: 50%;
            margin-top: -25px;
            left: -70px;
        }

        .auth-form__title.is-block:before {
            content: " ";
            position: absolute;
            display: block;
            width: 50px;
            height: 50px;
            background: url(/assets/images/enduser-mode/block.svg);
            top: 50%;
            margin-top: -25px;
            left: -70px;
        }

        .auth-form__title.is-success:before {
            content: " ";
            position: absolute;
            display: block;
            width: 50px;
            height: 50px;
            background: url(/assets/images/enduser-mode/success.svg);
            top: 50%;
            margin-top: -25px;
            left: -70px;
        }

        .auth-form__title.is-not-found:before {
            content: " ";
            position: absolute;
            display: block;
            width: 50px;
            height: 50px;
            background: url(/assets/images/enduser-mode/not-found.svg);
            top: 50%;
            margin-top: -25px;
            left: -70px;
        }

        .auth-form__title.is-work:before {
            content: " ";
            position: absolute;
            display: block;
            width: 52px;
            height: 52px;
            background: url(/assets/images/enduser-mode/work.svg);
            top: 50%;
            margin-top: -26px;
            left: -71px;
        }

.auth-form__text {
    color: #1D1D1D;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

    .auth-form__text:last-child {
        margin-bottom: 0px;
    }

.auth-form__text-mini {
    color: #1D1D1D;
    font-size: 13px;
    line-height: 18px;
}

    .auth-form__text-mini a,
    .auth-form__text-mini a:hover,
    .auth-form__text-mini a:active,
    .auth-form__text-mini a:visited {
        color: #2777C8;
        text-decoration: none;
    }

.auth-form__text-button,
.auth-form__text-button:active {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    color: #2777C8;
}

.auth-form__text .auth-form__text-mini {
}

.auth-form__input-wrap {
    position: relative;
    margin-bottom: 20px;
}

    .auth-form__input-wrap:last-child {
        margin-bottom: 0px;
    }

    .auth-form__input-wrap.is-error .auth-form__input {
        border-color: #E30613;
    }

    .auth-form__input-wrap.is-error .auth-form__error {
        display: block;
    }

    .auth-form__input-wrap.is-valid .auth-form__input {
        border-color: #1AAE86;
    }

    .auth-form__input-wrap.is-valid .auth-form__valid {
        display: block;
    }

.auth-form__input {
    width: 100%;
    height: 70px;
    border: 1px solid #D7DDE4;
    border-radius: 3px;
    background-color: transparent !important;
    box-shadow: inset 0 3px 7px 0 #E8EBF0;
    color: #282828;
    font-size: 18px;
    line-height: 18px;
    padding: 34px 30px 18px;
    position: relative;
}

    .auth-form__input:-webkit-autofill {
        animation-name: onAutoFillStart;
        /*transition: background-color 50000s ease-in-out 0s;*/
    }

    /*.auth-form__input:not(:-webkit-autofill) {
        animation-name: onAutoFillCancel;
    }*/

    @keyframes onAutoFillStart {
        from {}
        to {}
    }

    /*@keyframes onAutoFillCancel {
        from {}
        to {}
    }*/

    .auth-form__input:focus {
        outline: none;
    }

input[type="password"] {
    -webkit-text-security: square !important;
}

.auth-form__placeholder {
    position: absolute;
    left: 30px;
    top: 27px;
    color: #93A1B3;
    font-size: 18px;
    line-height: 18px;
    transition: all .3s ease;
    pointer-events: none;
}

.auth-form__input:focus + .auth-form__placeholder,
.auth-form__input.checked + .auth-form__placeholder
/* .auth-form__input:valid + .auth-form__placeholder*/ {
    font-size: 13px;
    line-height: 13px;
    top: 18px;
}

.auth-form__error,
.auth-form__valid {
    display: none;
    position: absolute;
    border-radius: 3px;
    font-size: 13px;
    line-height: 13px;
    padding: 4px 10px;
    left: 15px;
    top: 100%;
    max-width: 91%;
    margin-top: -11px;
    z-index: 2;
}

.auth-form__error {
    background-color: #FCE6E7;
    color: #E30613;
}

.auth-form__valid {
    color: #1AAE86;
    background-color: #DCF2EC;
}

.auth-form__button {
    width: 100%;
    height: 50px;
    color: #ffffff;
    background-color: rgba(21,141,235,1);
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
}

    .auth-form__button:hover {
        background-color: #0080e4;
    }

    .auth-form__button[disabled],
    .auth-form__button[disabled]:hover {
        background-color: rgba(21,141,235,.5);
        cursor: default;
    }

.auth-form__bottom-wrap {
    margin-top: 30px;
}

.auth-form__bottom-link,
.auth-form__bottom-link:hover,
.auth-form__bottom-link:active,
.auth-form__bottom-link:visited {
    color: #2777C8;
    font-size: 16px;
    letter-spacing: -0.7px;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}

    .auth-form__bottom-link:after {
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0px;
        right: 0px;
        height: 1px;
        background-color: #2777C8;
    }

    .auth-form__bottom-link:hover:after {
        background-color: transparent;
    }