

/* Main Content----- */
#global-loader {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50000;
    display: none;
}

#popup {
    background: #fe6b1f;
    border-radius: 5px;
    color: #fff;
    display: none;
    height: 30px;
    position: absolute;
    width: auto
}

#copy {
    background: none;
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 8px 25px
}

 .login-bg {
        background: #dff4df;
    }

    /* Main Title + Labels + Links */
    .login-text {
        color: #0f5132;
    }

    /* Icon Box (Left side of inputs) */
    .login-icon-box {
        background: #0f5132;
        color: #ffffff;
    }

    /* Login Button */
    .login-btn {
        background: #0f5132;
        color: #ffffff;
    }

    .login-btn:hover {
        background: #0c4027;
        color: #ffffff;
    }