
.col-left {
    /*background-image: url("../images/backlogin.jpg");*/
    background-color: midnightblue;
    background-size: cover;
    background-position: center;
}

.col-left-logo {
    display: flex;
    flex-direction: column;
    color: white;
    align-content: center;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.col-left-logo img {
    max-width:200px;
}

.col-right {
    background-color: white;
}

.logo {
    /* fill: #cccccc; */
    /* filter: invert(0.7); */
    height: 50px;
    max-width: 100%;
}

.font-size-h1 {
    font-size: 32px;
}

.login-box label {
    font-size:15px;
}

.login-box input, .login-box select {
    height: 50px;
    font-size: 15px;
    border-radius: 0.42rem;
    background-color: #f2f2f4;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
    border: 1px solid #E5EAEE;
}
.login-box .form-control:focus {
    border-color: #ccc;
}
.login-box input {
    padding: 16px 20px;
}

.login-box input:focus {
    background-color: #e9e8ed;
}

@media (max-width: 991px) {
    .col-left {
        height: 200px;
    }
    .login-box {
        margin: 0px auto 100px auto !important;
    }
    .login-logo {
        margin-bottom: 25px !important;
    }
    .logo {
        height: 40px;
    }
    .sitename {
        font-size: 26px;
    }
}

@media (min-width: 992px) {
    .col-left, .col-right {
        height: 100vh;
    }
    .login-box {
         margin: 20% auto 0 auto !important;
    }
}