/*
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;600;900&family=Roboto&display=swap');
*/

.login-logo{
    display: none;
}
body {
    background:  linear-gradient(rgba(204,227,16, 0.3), rgba(11,43,77, 0.3)),url(../../img/dhoch2_bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-container h3{
    font-weight: bolder;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.login-container{
    max-width: 520px;
}

.color-line{
    display: none;
    visibility: hidden;
}

.btn-success,.btn-success:hover,.btn-success:active,.btn-success:focus,.btn-success.active{
    background-color: #cce310;
    border-color: #cce310;
    color:#0b2b4d;
}

.login-container img{
    background-color: rgb(255,255,255);
    border-radius: 5px;
    padding: 15px;

}