.login-wrapper {
    min-height: 100%;
    position: relative;
    overflow: hidden;
    height: 100vh;
    background-color: #d3d8df;
}

.login-wrapper:before {
    content: '';
    display: table;
}

@media (max-width: 768px) {
    .login-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

.login-box, .register-box {
    width: 360px;
    margin: 7% auto;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-box-body, .register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg, .register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control:not(select) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label, .radio label {
    font-weight: 700;
    margin-left: -20px;
}

.checkbox label, .radio label {
    font-weight: 700;
    margin-left: -20px;
}

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    background: white;
    border: 1px solid #d2d6de;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #2079b2;
}

.btn.btn-flat {
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn-primary {
    background-color: #2079b2;
    border-color: #367fa9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.login-box-body a {
    color: #3c8dbc;
    text-decoration: none !important;
    font-size: 14px;
}

.alert.alert-danger {
    border-radius: 0;
}

