body, html {
    height: 100%;
}
.background-image{
    background-image: url('../../images/bg-image.jpg');
    /* Full height */
    min-height: 100%;
    
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.company-logo{
    width: 50%;
}
.user-image{
    width: 25%;
}
.login-form{
    /* position: relative;
    top: 10rem; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-form > div{
    background-color: #b3a8a840;
}
.fw-75{
    width: 75% !important;
}
.fm-5 {
    margin: 5rem 9rem !important;
}
