﻿html, body {
    height: 100%;
}

.login-container {
    max-width: 100%;
}

.form-signin {
    margin-top: 40px;
}

.col-login-background {
    background: url("/newstyle/images/login/background.svg") no-repeat center center;
    background-color: #f0f3fe;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.register-text {
    font-weight: 500;
    font-size: 16px;
    color: rgba(0, 22, 54, 0.87);
}

.title-name-login {
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    color: rgba(0, 22, 54, 0.87);
    line-height: 1;
}

.title-name-login2,
.title-help{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #001636;
}

.title-name-login2 {
    padding-top: 16px;
    line-height: 1;
}

.help-info{
    bottom: 30px;
}

.login-form-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form .btn-signing {
    background-color: #445FE8 !important;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    height: 56px;
    box-shadow: 0px 3px 1px -2px rgba(0, 22, 54, 0.2), 0px 2px 2px rgba(0, 22, 54, 0.14), 0px 1px 5px rgba(0, 22, 54, 0.12);
    border-radius: 6px;
}

.info-text-16 a {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #445FE8;
}

.floating_label {
    position: absolute;
    pointer-events: none;
    top: 12px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    z-index: 4;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: rgba(0, 22, 54, 0.54);
    margin-left: 12px;
    padding-left: 5px;
    padding-right: 5px;
    background: #ffffff;
    border-radius: 4px;
}

.toggle-pass-button {
    position: absolute;
    cursor: pointer;
    right:8px;
}

.closed-eye {
    background: url("/newstyle/images/profile/eyeclosed.svg");
    width: 22px;
    height: 19px;
    top: 14px;
}

.opened-eye {
    background: url("/newstyle/images/profile/eye.svg");
    width: 22px;
    height: 16px;
    top: 15px;
}

.control-focused + .floating_label,
:not(.control-empty) + .floating_label {
    top: -10px;
    font-size: 12px;
    color: rgba(0, 22, 54, 0.54);
}

.dx-field-value:not(.dx-switch):not(.dx-checkbox):not(.dx-button), .dx-field-value-static {
    width: 100% !important;
}

.login-form-container .form-control {
    height: 46px;
}

input:-internal-autofill-selected {
    background-color: #FFFFFF !important;
}

.form_tex_aprov {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0, 22, 54, 0.87);
}

.title-name-logo {
    display: none;
}

.login-title-img {
    text-align: center;
    margin-top: 54px;
}

.btn-use-browser {
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #445FE8;
    outline: none;
    text-decoration: none;
    margin-top: 40px;
}

.btn-use-browser:hover {
    text-decoration: underline;
    cursor:pointer;
}

    .btn-use-browser:focus {
        outline: none;
        box-shadow: none;
    }


@media (min-width: 768px) and (max-width: 1799px) {

    .login-form-container .form-content {
        width: 75%;
    }
}

@media (min-width: 1800px) {

    .login-form-container .form-content {
        width: 50%;
    }
}

/*For mobile version*/
@media (max-width: 768px) {
    .login-container {
        overflow-y: auto !important;
    }

    .col-login-background {
        display: none;
    }

    .w-50 {
        width: 80% !important;
    }

    .title-name-login {
        text-align: center;
        font-size: 28px;
    }

    .form-signin {
        margin-top: 30px;
    }

    .title-name-logo {
        text-align: center;
        display: inherit;
        line-height: 1;
        width: 100%;
        margin-top: 30px;
    }

    .style-endocs {
        font-weight: bold;
        font-size: 22px;
        color: #001636;
    }

    .style-cloud {
        font-weight: bold;
        font-size: 15px;
        color: #445FE8;
    }

    .style-mobile {
        font-weight: bold;
        font-size: 12px;
        color: #B4BCCC;
        white-space: pre-wrap;
    }

    .form_tex_aprov {
        font-size: 12px;
        padding-top: 10px !important;
    }

    .login-form-container {
        align-items: inherit;
        margin-top: 50px;
    }

    .info-text-16 {
        text-align: center;
    }
    .modal-promt-container {
        padding: 0 70px;
    }    
}

.loader-ring {
    font-size: 10px;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #7061fa;
    background: -moz-linear-gradient(left, #7061fa 10%, rgba(112,97,250, 0) 42%);
    background: -webkit-linear-gradient(left, #7061fa 10%, rgba(112,97,250, 0) 42%);
    background: -o-linear-gradient(left, #7061fa 10%, rgba(112,97,250, 0) 42%);
    background: -ms-linear-gradient(left, #7061fa 10%, rgba(112,97,250, 0) 42%);
    background: linear-gradient(to right, #7061fa 10%, rgba(112,97,250, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 30px;
}

    .loader-ring:before {
        width: 50%;
        height: 50%;
        background: #7061fa;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader-ring:after {
        background: #FFFFFF;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.alert-info-text {
    margin: 10px 0px;
}
