html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
}

.left-side {
    background-image: url('/login.jpeg');
    background-size: cover;
    height: 100vh;
}

.divider {
    width: 240px;
    font-size: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}

    .divider::before, .divider::after {
        flex: 1;
        content: '';
        padding: 1px;
        background-color: rgba(0, 0, 0, 0.13);
        margin: 5px;
    }

.manage-form .md-3 {
    padding: 0 4px;
}

.manage-form.validation-summary-errors ul {
    list-style-type: none;
    padding: 4px;
    /*display: none;
    content: '';*/
}

.manage-form .sso {
}

.manage-form .no-sso {
}
