html, body {
    min-height: 95%;
    height: 99%;
}

/*h2 { 
    margin: 0;
}*/
.logo-login {
    width: 95%;
}

.login-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(242,248,255,1);
    background: -moz-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(242,248,255,1)), color-stop(0%, rgba(182,212,255,1)), color-stop(38%, rgba(219,234,255,1)), color-stop(43%, rgba(224,237,255,1)), color-stop(62%, rgba(194,219,255,1)), color-stop(70%, rgba(182,212,255,1)), color-stop(100%, rgba(81,150,245,1)));
    background: -webkit-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    background: linear-gradient(135deg, rgba(242,248,255,1) 0%, rgba(182,212,255,1) 0%, rgba(219,234,255,1) 38%, rgba(224,237,255,1) 43%, rgba(194,219,255,1) 62%, rgba(182,212,255,1) 70%, rgba(81,150,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f8ff', endColorstr='#5196f5', GradientType=1 );Transform.Microsoft.gradient(startColorstr='#616b95', endColorstr='#95ecdc', GradientType=1);
    background-attachment: fixed;
    display: table;
}

.login-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.login {
    width: 400px;
    margin: 0 auto;
    display: block;
/ / -webkit-box-shadow: 0 px 0 px 5 px 0 px rgba(54, 55, 81, 0.8);
/ / -moz-box-shadow: 0 px 0 px 5 px 0 px rgba(54, 55, 81, 0.8);
/ / box-shadow: 0 px 0 px 5 px 0 px rgba(54, 55, 81, 0.8);
    text-align: left;
}

.registration {
    width: 50%;
    margin: 35px auto 50px auto;
    display: block;
/ / -webkit-box-shadow: 0 px 0 px 5 px 0 px rgba(54, 55, 81, 0.8);
/ / -moz-box-shadow: 0 px 0 px 5 px 0 px rgba(54, 55, 81, 0.8);
/ / box-shadow: 0 px 0 px 5 px 0 px rgba(54, 55, 81, 0.8);
    text-align: left;
}

.login-header {
    height: 126px;
    padding: 0 24px;
    background: rgba(255, 255, 255, 1);
/ / rgba(0, 56, 120, 0.95);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form-header {
    padding: 0 24px;
    background: rgba(255, 255, 255, 1);
/ / rgba(0, 56, 120, 0.95);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.login-logo {
    margin: 35px 0 0 0;
    color: #283d54;
    font-stretch: expanded;
    font-size: 31px;
    font-weight: 700;
    float: left;
}

.login-lang {
    position: absolute;
    top: 30px;
    right: 37px;
    width: 34px;
    height: 34px;
    margin: 0;
    float: right;
}

.login-lang .header-language {
    /*padding: 0;*/
    /*margin: 0 !important;*/
}

.header-language-login {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    margin-right: 20px;
    text-decoration: none;
    background-image: url("img/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10px 6px;
}

.login-lang .header-language .dropdown-sm {
    right: 0;
    left: auto;
}

.login-content, .login-footer {
    width: 100%;
    height: auto;
    padding: 0 24px;
    padding-bottom: 50px;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
/ / rgba(255, 255, 255, 0.95);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.registration .login-content {
    padding-bottom: 0;
}

.login-content h1 {
    margin: 0;
    padding: 20px 0;
    color: #403e65;
}

.login-content .input-container {
    margin: 0 0 24px 0;
}

.input-user-login {
    padding-left: 38px;
}

.input-login-bg {
    background: url(img/login_username.svg) no-repeat;
    background-size: 38px 22px;
    position: absolute;
    z-index: 9;
    width: 38px;
    height: 22px;
}

.input-user-password {
    padding-left: 38px;
}

.input-password-bg {
    margin-top: 7px;
    background: url(img/login_password.svg) no-repeat;
    background-size: 40px 15px;
    position: absolute;
    z-index: 10;
    width: 40px;
    height: 22px;
}

.login-forgot {
    float: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}

.login-button {
    margin: 0 0 24px 0;
    float: right;
}

.login-footer {
    height: 0;
    padding: 10px 24px 10px 24px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #52536b;
}

.login-bank {
    width: 100%;
    padding: 0px 0 20px 0;
    color: #ffffff;
}

.login {
    margin-top: 44px !important;
    padding-bottom: 44px !important;
}

@media all and (max-height: 533px) {
    .logo-login img {
        margin-top: 0 !important;
    }

    h1 {
        display: none;
    }

    .login-content {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .login {
        margin-top: 44px !important;
        padding-bottom: 44px !important;
    }
}

@media all and (max-width: 1024px) {
    .registration {
        width: 65%;
        margin: 35px auto 50px auto;
    }

    .logo-login {
        position: absolute;
        width: 100%;
        top: 15px !important;
        left: 0;
        height: 34px;
        z-index: 2;
    }

    .logo-login img {
        margin: 0 0 0 20px !important;
    }

    .login-lang {
        position: absolute;
        top: -7px;
        right: 40px;
        width: 34px;
        height: 34px;
        margin: 0 20px 0 0;
        float: right;
    }
}

@media all and (max-width: 768px) {
    .registration {
        width: 75%;
        margin: 35px auto 50px auto;
    }
}

@media all and (max-width: 640px) {
    .logo-login {
        top: 15px !important;
        left: 6px;
    }

    .registration {
        width: 93%;
        margin: 35px auto 50px auto;
    }

    .login-footer {
        padding: 10px 0 10px 20px !important;
    }

    .logo-login img {
        margin-top: 0 !important;
    }

    .login-lang {
        position: absolute;
        top: -6px;
        right: 32px;
        width: 34px;
        height: 34px;
        float: right;
    }
}

@media all and (max-width: 440px) {
    .login {
        width: 350px;
        margin: 10px auto;
    }

    .registration {
        width: 93%;
        margin: 35px auto 50px auto;
    }

    .login-forgot {
        height: auto;
        margin: 0 0 10px 0;
        float: none;
        display: block;
        line-height: normal;
    }

    .login-button {
        margin: 30px 0 24px 0;
        float: none;
    }

    .footer-call-local, .footer-call-ww {
        float: none;
    }

    .footer-call-local {
        margin: 0 0 10px 0;
    }
    .login-content {
        padding: 0 15px!important;
    }
}

@media all and (min-width: 321px) and (max-width: 360px) {
    #html_element {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 264px;
    }

    .registration {
        width: 93%;
        margin: 35px auto 50px 10px;
    }
    .login {
        width: 345px!important;
        margin: 10px auto;
        padding: 0 10px;
    }
}

@media all and (max-width: 320px) {
    #html_element {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        width: 230px;
    }

    .logo-login img {
        margin: 0 0 0 10px !important;
    }

    .registration {
        width: 93%;
        margin: 35px auto 50px 10px;
    }
    .login {
        width: 311px!important;
        margin: 10px auto;
    }
    .login-content {
        padding: 0 5px!important;
    }
}

@media (max-width: 975px) {
    .header-language {
        margin-left: -45px !important;
    }
}
