.form-check-input:checked {
    background-color: #223c81;
    border-color: #223c81;
}

.gradient-custom-2 {
    /* fallback for old browsers */
    background-image: url('/assets/images/crmbg.png');
    background-size: cover;
    background-position: center center;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.form-outline {
    display: flex;
    justify-content: start;
    align-items: start;
}

.login-heading {
    letter-spacing: 2px;
}

form .line {
    width: 8px;
    height: 50px;
    position: absolute;
    background-color: #223c81;
    color: #ffffff;
}

.vline {
    background: #fff;
    height: 5px;
    width: 50px;
}

.form-outline input {
    height: 50px;
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: 0.3rem;
        border-bottom-right-radius: 0.3rem;
    }
}
