


body {
    background-color: #f0f3f9;
}

.login-logo{
    width: 90%;
    display:block;
    margin:auto;
    padding-bottom: 30px;
}

.login-logo img{
    max-width: 100%;
    max-height:100%;
    padding-bottom: 5px;
}

.navbar-brand img{
    max-height: 50px !important;
    max-width: 150px !important;
}

.modal-content .switch {
    width: 3em !important;
    height: 1.5em !important;
}

.modal.modal-xl .modal-dialog {
    width: 90%;
}

.modal-xl .modal-body {
    overflow-y: auto;
}
