﻿.no-padding {
    padding: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}

.full-height {
    height: 100vh;
}

#zavod-logo {
    display: none;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}


.help-page .login-form-wrapper {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.help-page .login-form-wrapper .form-group input{
    display:none;
}

.buttons{
    margin-top:25px;
}

.back-button {
    border: none;
    color: white;
    padding: 12px 35px;
    background: rgba(0, 0, 0, 0.35);
    outline:none;
}

.back-button i{
    margin-right:10px;
}

    .back-button:hover {
        background: rgba(0, 0, 0, 0.45);
    }

.active-viber-button {
    border: none;
    padding: 12px 35px;
    margin-left: 20px;
    background: #665CAC;
    color: white;
    outline: none;
}
    .active-viber-button:hover {
        background: #756cb4;
    }

    .active-viber-button i {
        margin-left: 10px;
    }

.help-page .product-logo-wrapper {
    opacity: 0;
    pointer-events:none;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.help-page .qr-wrapper {
    /*display: none;*/
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.help-page.login-body {
    background-image: linear-gradient(108deg, #f0f2f7 40%, #0c4e96 2%) !important;
}

.login-body {
    height: 100vh;
    background-image: linear-gradient(108deg, #f0f2f7 50%, #0c4e96 50%);
    position: relative;
}

    .login-body .login-background-image {
        position: absolute;
        right: 0;
        opacity: 0.2;
        cursor: default;
        pointer-events: none;
        bottom: 0;
        left: 50%;
        width: 50%;
    }

.help-page .help {
    opacity: 1;
    pointer-events:all;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.help {
    opacity: 0;
    pointer-events:none;
    color: white;
    flex-direction: column;
    top: 10%;
    position: absolute;
    right: 100px;
    left: -60px;
    transition: all 0.4s ease-in-out !important;
}

.viber-icon-container{
    width:100%;
    margin-bottom: -25px;
}

.login-form-wrapper {
    background-color: rgba(240, 244, 249, 0.30);
    backdrop-filter: blur(73px);
    border-radius: 20px;
    padding: 30px 40px;
    max-width: 400px;
    margin: 0 auto;
    margin-top: calc(45% - 70px);
    -webkit-box-shadow: 2px 1px 24px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 1px 24px 1px rgba(0,0,0,0.15);
    box-shadow: 2px 1px 24px 1px rgba(0,0,0,0.15);
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

    .login-form-wrapper h3 {
        font-family: 'Lato';
    }

    .login-form-wrapper span {
        display: block;
        padding-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Lato';
    }

        .login-form-wrapper span.small {
            font-size: 14px;
        }

    .login-form-wrapper input.form-control {
        font-size: 16px;
        color: rgba(169,169,169,1) !important;
        padding: 10px 15px;
        height: auto;
        background-color: #fff;
        box-shadow: none !important;
        text-shadow: none !important;
        border-color: transparent;
        line-height: 28px;
        letter-spacing: 1px;
        font-family: 'Lato';
    }

    .login-form-wrapper input[type="password"].form-control {
        color: #0c4e97 !important;
        letter-spacing: 7px;
        font-size: 26px;
    }

    .login-form-wrapper input[type="password"]::placeholder {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .login-form-wrapper input:-webkit-autofill::first-line {
        font-size: 16px;
    }


    .login-form-wrapper .btn {
        font-family: 'Lato';
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Lato';
        text-transform: uppercase;
        line-height: 28px;
        letter-spacing: 1px;
        padding: 10px 15px;
        box-shadow: none !important;
        text-shadow: none !important;
        transition: 0.5s ease all;
        outline: none !important;
    }

        .login-form-wrapper .btn.btn-primary {
            background: linear-gradient(to left, #0c4e97 50%, rgba(255, 255, 255, 0.45) 50%) right;
            background-size: 200%;
        }

            .login-form-wrapper .btn.btn-primary i {
                float: right;
                padding-top: 6px;
                color: #0c4e97 !important;
            }

            .login-form-wrapper .btn.btn-primary:hover, .login-form-wrapper .btn.btn-primary:focus, .login-form-wrapper .btn.btn-primary:active {
                background-position: left;
                color: #0c4e97;
            }

        .login-form-wrapper .btn.btn-secondary {
            background: linear-gradient(to left, rgba(255, 255, 255, 0.45) 50%, #0c4e97 50%) right;
            background-size: 200%;
            border: 1px solid #0c4e97;
            color: #0c4e97;
        }

            .login-form-wrapper .btn.btn-secondary i {
                float: right;
                padding-top: 6px;
                color: transparent !important;
                transition-delay: 0.1s;
            }

            .login-form-wrapper .btn.btn-secondary:hover, .login-form-wrapper .btn.btn-secondary:focus, .login-form-wrapper .btn.btn-secondary:active {
                background-position: left;
                color: #fff;
            }

                .login-form-wrapper .btn.btn-secondary:hover i, .login-form-wrapper .btn.btn-secondary:focus i, .login-form-wrapper .btn.btn-secondary:active i {
                    color: #fff !important;
                    transition-delay: 0.4s;
                }

    .login-form-wrapper .form-group:first-of-type {
        margin-top: 30px;
    }

    .login-form-wrapper a {
        font-size: 14px;
        font-weight: 300;
        font-family: 'Lato';
        text-decoration: none !important;
        transition: 0.3s ease all;
        color: #fff;
        text-align: right;
        display: block;
    }

        .login-form-wrapper a:hover, .login-form-wrapper a:active, .login-form-wrapper a:focus {
            color: #d2e7ff;
        }

.checkbox-wrapper {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Lato';
}

    .checkbox-wrapper input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

.checkbox-wrapper:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-wrapper input:checked ~ .checkmark {
    background-color: #0c4e97;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-wrapper .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

.product-logo-wrapper {
    transform: scale(0.90);
    top: 35%;
    display: block;
    position: absolute;
    user-select: none;
    right: 0;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;

}

    .product-logo-wrapper h1 {
        display: inline-block;
        position: relative;
        font-size: 70px;
        text-transform: uppercase;
        color: #fff;
        user-select: none;
        font-weight: 700;
        float: right;
        padding-right: 80px;
    }

.qr-wrapper {
    position: absolute;
    display: block;
    background-color: #fff;
    border-radius: 10px;
    max-width: 250px;
    overflow: hidden;
    padding: 10px;
    margin-right: 80px;
    margin-left: auto;
    top: 70%;
    right: 0;
    width: 100%;
    height: 120px;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
    transition: opacity 0.8s ease-in-out;
}

    .qr-wrapper img {
        padding: 5px;
        width: 100px;
        height: 100px;
        display: inline-block;
        float: left;
        user-select: none;
    }

    .qr-wrapper span {
        display: inline-block;
        float: right;
        max-width: 120px;
        position: absolute;
        font-weight: 300;
        font-family: 'Lato';
        font-size: 14px;
        margin-top: 6px;
        margin-left: 8px;
    }

#login-disclaimer {
    position: absolute;
    top: 25%;
    left: 100px;
}

.disclaimer-item {
    margin-bottom: 30px;
}

    .disclaimer-item > div {
        vertical-align: top;
        user-select: none;
    }

    .disclaimer-item svg, .disclaimer-item path {
        user-select: none;
    }

    .disclaimer-item span {
        width: calc(100% - 60px);
        display: inline-block;
        padding-left: 20px;
        vertical-align: top;
        font-weight: 300;
        font-family: 'Lato';
    }


.validation-summary-errors ul {
    padding-left: 0px;
}

.validation-summary-errors li {
    list-style: none;
    font-weight: 300;
    font-family: 'Lato';
    font-size: 16px;
    color: #ef2c28;
}


@media screen and (max-width: 1500px) {
    .product-logo-wrapper {
        transform: scale(0.65);
    }
}

@media screen and (max-width: 1300px) {
    .product-logo-wrapper {
        transform: scale(0.5);
        right: -100px;
    }
}

@media screen and (min-width: 1200px) {
    .logo-zavod-small-screen {
        display: none !important;
    }

    #zavod-logo {
        display: block !important;
    }
}

@media screen and (min-width: 1500px) {
    .qr-wrapper {
        max-width: 350px !important;
        height: auto !important;
    }

        .qr-wrapper img {
            width: 150px !important;
            height: 150px !important;
            padding: 8px;
        }

        .qr-wrapper span {
            font-size: 18px !important;
            margin-top: 10px !important;
        }
}
