html,
body{
    height: 100%;    
    width: 100%;
    min-height:100%;
    background-image: url(/static/image/user_bg.jpg);
    background-size: cover;
    background-position: center top;   
}
a, a.visited {
    color: #387bac;
    text-decoration: none;
}
.site-bl {
    overflow-y: auto;
    height:100%;
    min-height:100%;
    display:flex;
    justify-content: center!important;
    align-items: center!important;
    
}
.user-form-container {
    display:flex;
    justify-content: center!important;
    align-items: center!important;
    padding:20px;
    background-color: rgba(255, 255, 255, 1.0);
    flex-direction: column!important;
    width:95%;
    border-radius: 15px;
}
@media (min-width: 768px) {
    .user-form-container {
        width:475px;
        padding:30px 50px;
    }    
}
.user-form-container h2{
    font-size: 1.2rem;
    color:#e17f00;
}
.form-styled {
    width:100%;
}
.alert-danger {
    border-radius: 0;
    background-color: #ff3636!important;
    font-size: 0.8rem;
    color:#fff;
    font-weight: 500;
}
.fs-75 {
    font-size: 0.7511rem;
}
.fs-85 {
    font-size: 0.8511rem;
}