body {
    background-image: url('../../images/login_bg_new.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo {
    width: 200px;
    /* height: 200px; */
}
.login-container {
    width: 350px;
    margin: 50px auto;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    
}

/* Colors Starts */
.bg-ustf-darkblue { background-color: #0D3880; }
.text-ustf-darkblue { color: #0D3880; }
/* Colors Ends */