@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap');
body {
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin:0;
    padding:0;
}
div#body-background{
    position: absolute;
    width:100%;
    height: 100%;
    color: #fff;
    background-attachment: scroll;
    background: url('../../images/front-bg.jpg');
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
div.wrapper{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
div.contents{
    top: 25%;
    margin: 0 auto;
    position: relative;
    padding:20px;
}

h3.sys-name{
    padding-top:50px;
    font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    font-size:26px;
}
button#login-btn {
    padding: 10px 15px;
    line-height: 15px;
    letter-spacing: 2px;
    color: white;
    border: solid 2px #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    background: rgba(255,255,255,0.1);
}
button#login-btn:hover{
    background: rgba(255,255,255,0.25);
}
a.forgot-pass-link{
    color:#fff;
}
.seprator{
    color:#b58989;
}
div.container{
    background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) );
    border-radius: 5px;
    padding:30px 0;
}
@media(max-width:768px) {
    div.contents{
        top:10%;
    }
    div.container{
        padding:20px;
    }
    h3.sys-name{
        padding-top: 20px;
    }
}

footer.main-footer {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    background: #fbfbfbad;
    padding: 10px 0;
}
