/*
 * Customisations to the login view.
 */

.dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
select option[disabled]:first-child {
    display: none;
}
.form-checkbox{
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    display: block;
    float: left;
    margin-top: 0.2rem;
}
@media (max-width: 992px) {
    .dropdown-menu{
        width: 50%;
    }
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}
hr.solid {
    border-top: 3px solid #bbb;
}


.car-nav-bg {
background-image: linear-gradient(15deg, #09203f 0%, #537895 100%) !important;;

}
#input-error-password {
    background-color: yellow !important;
    color: red !important;
}

#input-error-password-confirm {
    background-color: yellow !important;
    color: red !important;
}
