/* 
    Created on : 31-Oct-2023, 14:01:26
    Author     : Oceanlab
*/
#top-line{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 5px;
}

#banner{
    position: relative;
    background-image: url('../../../../img/site1.jpg');
    min-height: 99vh;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-overlay{
    background-color:rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.content{
    position: relative;
    top: 30px;
}

#logo-panel{
    width: 23%;
    margin: auto;
}

#form-login{
    width: 70%;
    margin: auto;
}

#footer{
    width: 100%;
    padding: 10px;
    text-align: center;
    position: fixed;
    bottom: 0px;
}

.mt-1{
    margin-top: 5px;
}

.mt-2{
    margin-top: 10px;
}

.mt-3{
    margin-top: 15px;
}

.mb-1{
    margin-bottom: 5px;
}

.mb-2{
    margin-bottom: 10px;
}

.mb-3{
    margin-bottom: 15px;
}

.pt-1{
    padding-top: 5px;
}

.pt-2{
    padding-top: 10px;
}

.pt-3{
    padding-top: 15px;
}

@media only screen and (max-width: 610px) {
    #logo-panel{
        width: 45%;
        margin: auto;
    }

    #form-login{
        width: 90%;
        margin: auto;
    }
}