/*@font-face {*/


/*  font-family: "Raleway";*/


/*  src: url(/fonts/Raleway-Regular.ttf?84abe14c9756256a4b91300ba3e4ec62);*/


/*  font-weight: normal;*/


/*}*/

html,
body {
    height: 100% !important;
}

body {
    font-family: "Raleway", sans-serif;
}

.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.login-page h1,
.login-page h3 {
    font-family: "Raleway", sans-serif;
}

.dbms-login-container {
    width: 100%;
    height: 100%;
}

.btn-login-container {
    display: flex;
    justify-content: center;
}

.btn-login-container>.btn {
    width: 155px;
    background-color: #0070B7;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .dbms-login-box {
        width: 100%;
        height: auto;
        background-color: #fff;
        box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
        padding: 10px 20px 20px;
    }
    .login-body .form-group.row {
        margin-right: 0px;
    }
    .login-body .form-group>label[class|=col] {
        padding-right: 0px !important;
    }
    .login-body .form-group>div[class|=col] {
        padding-right: 0px !important;
    }
    .login-logo-container {
        display: flex;
        justify-content: center;
    }
    .login-page {
        background-color: #fff;
    }
}

@media only screen and (min-width: 768px) {
    .dbms-login-box {
        width: 800px;
        height: 400px;
        background-color: white;
        box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
        background-repeat: no-repeat;
    }
    .left-side {
        padding: 10px;
    }
    .left-side h1 {
        color: white;
        font-size: 50px;
        text-align: center;
        margin-bottom: 0px;
    }
    .left-side h3 {
        font-size: 25px;
        color: white;
        text-align: center;
        margin-bottom: 0px;
    }
    .right-side {
        padding: 10px;
        padding-right: 20px;
    }
    .right-side .login-logo-container {
        display: flex;
        justify-content: center;
    }
    .right-side .login-logo-container .login-logo {
        width: 80%;
    }
}