body{
    background-image:url(/img/top-bg.jpg);
}
#logo_overlay {
    position: fixed;
    top: 50px;
    left: 50%;
    background-image: url(/img/logo-overlay.png);
    width: 1530px;
    height: 756px;
    margin-left: -765px;
    z-index: -1;
}
#black_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index:-2;
    /*opacity: 0.5;*/
    opacity: 0;
    transition: opacity 1s;
}
.login-card{
    margin-top: 100px;
    border: 1px solid black;
    border-radius: 15px;
    -webkit-box-shadow: rgb(200 200 200 / 70%) 0 4px 10px -1px;
    box-shadow: rgb(200 200 200 / 70%) 0 4px 10px -1px;
    background-color: white;
    min-width:400px;
    width: 524px;
}
.login-icon{
    font-size:1.3rem;
}
.sls-logo-header{
    padding-left:50px!important;
    padding-right:60px!important;
}
/* signup styles */
.input-group .form-floating input{
    border-top-left-radius:0;
    border-bottom-left-radius:0;
}