.login-page, .register-page {
    background: url('../upload/images/bg.png')!important; 
    /* background: url('../css/bg-login.png') !important; */
    /* background-color: #0088cc !important; */
    /* -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
}

.login-box-body {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19); 
    border-radius: 1.25rem !important;
    /* background : #424242 !important; */
}
.login-box-dark {
    background : #424242 !important;
}
.form-control{
    border-radius: 4px !important;
}
a.link {
    color : #70b843;
}
a.link:hover {
    color : #79d63e;
}