/* Minification failed. Returning unminified contents.
(1,2): run-time error CSS1030: Expected identifier, found ' '
(1,2): run-time error CSS1019: Unexpected token, found ' '
 */
. /*background-img {
    background: url("/img/login/astar_hq_bg.png") no-repeat;
}
*/
.login-container-bg {
    width: 100%;
    height: 100%;
    position: relative;
}

.foreground-svg,
.background-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
}


.background-svg {
    background-image: url('/img/login/login_black_bg.svg');
    z-index: 0;
}

.foreground-svg {
    background-image: url('/img/login/login_green_fg.svg');
    background-repeat: no-repeat;
}

.background-container {
    background: #FFF !important;
    height: 450px;
    flex-shrink: 0;
    border-radius: 10px
}

.login-inputs {
    padding-top: 0px !important
}

.login-container {
    height: 100% !important;
}

    .login-container .login-input-container .login-button {
        background-color: #00BB7E !important;
        color: #474747 !important;
        cursor: pointer;
        border: none
    }

.login-logo {
    background: url(/img/verve/logo_new_login.svg) no-repeat;
    height: 100px;
    margin: 50px 80px;
}

.welcome-text {
    color: #fff;
    font-size: 18px;
}

.forgot-password a {
    color: #979797 !important;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 30px;
}

