/* .wrap-login-page {
    background: url('../images/Lichtflecken-oben-top-left.png') no-repeat top -496px left -420px/ 1232px 1046px,
    url('../images/Lichtflecken-oben-bottom-right.png') no-repeat bottom -500px right -427px/ 1187px 1113px,
    url('../images/global-top.png') no-repeat top -205px right -101px/ 636px,
    var(--cl-blue-sk-2);
    font-family: var(--stry-regular);
    font-size: 17px;
} */
.wrap-login-page {
    /* background:  url('../images/global-top.png') no-repeat top -205px right -101px/ 636px; */
    font-size: 17px;
    background-color: var(--cl-new-bg);
}
.wrap-login-form {
    min-height: 100vh;
    padding: 20vh 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logo-col {
    width: 411px;
    max-width: 50%;
    padding: 0 48px;
    text-align: center;
}
.logo-col img {
    width: 300px;
    max-width: 100%;
}
.form-col {
    width: 411px;
    max-width: 50%;
    border-left: 2px solid #34b190;
    padding: 7px 56px;
    text-align: left;
}
.wrap-login-form input {
    background-color: #fff;
    color:  var(--cl-new-black);
    border: 1px solid  var(--cl-new-success);
    outline: none;
    box-shadow: none;
    padding: 16px 20px 16px;
    line-height: 1em;
    border-radius: 10px;
    width: 297px;
    max-width: 100%;
    display: block;
}
.wrap-login-form ::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}
.wrap-login-form :-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}
.wrap-login-form ::placeholder {
    opacity: 1;
    color: inherit;
}
.wrap-login-form a {
    color: var(--cl-white-sk);
    font-size: 15px;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 5px;
    margin-left: 6px;
    text-decoration: underline;
}
.wrap-login-form .form-group {
    margin-bottom: 27px;
    position: relative;
}
.wrap-login-form .form-group .icon-show {
    position: absolute;
    top: 8px;
    right: 19px;
}
.wrap-login-form .form-group .icon-show::before {
    content: "\f078";
    font-family: 'FontAwesome';
    line-height: 36px;
    color: var(--cl-gray-sk);
}
.wrap-login-form .form-group:last-child {
    margin: 0;
}
.wrap-login-form input[type="submit"] {
    background-color: var(--cl-white-sk);
    color: var(--cl-black-cl);
    transition: 0.3s;
}
.wrap-login-form input[type="submit"]:hover {
    background-color: transparent;
    color: var(--cl-white-sk);
}
.loading-login .top-logo {
    padding-top: 48px;
    padding-left: 94px;
}
.loading-login .inner-progress {
    height: calc( 100vh - 78px);
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.loading-login h2 {
    margin-bottom: 40px;
}
.loading-login .progress {
    display: flex;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background: url(../images/global-top.png) no-repeat bottom -172px left -158px/ 636px,
    url(../images/bg-login-loading.png) no-repeat center/cover,
    var(--cl-blue-sk-2);
}
.loading-login .wrap-bar {
    position: relative;
    width: 297px;
    height: 33px;
    border-radius: 10px;
    border: 1px solid var(--cl-white-sk);
    overflow: hidden;
    margin-bottom: 6px;
}
.loading-login .bar {
    position: absolute;
    top: -1px;
    width: calc(100% + 30px);
    background-color: var(--cl-white-sk);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    height: 33px;
    transform: translateX(calc(-100% + 25px));
}

#remember{
    accent-color: var(--cl-new-success);
}
