.login-container {
    width: 100%;  
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-image: url(../img/login_background.webp);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-panel-background{
    min-height: 100vh;
    background: white !important;
    box-shadow: -1px -1px 11px 0px #b1b1b1;
    position: relative;
}

.text-center{
    text-align: center;
}

.login-panel{
    position: relative;
    top: 48%;
    transform: translateY(-50%)
}

.btn_recuperarPass{
    margin-top: 1rem;
    border: 0;
    background: transparent;
    font-style: italic;
    color: #c4922c;
}
.btn_recuperarPass:focus{
    outline: none;
}

.btn_participar_aqui{
    margin-top: 1rem;
    border: 0;
    background: transparent;
    font-style: italic;
    color: #800000;
}
.btn_participar_aqui{
    outline: none;
}
#modalRecuperarPass .modal-body{
    padding: 2rem;
}
#modalRecuperarPass .form-control{
    border-color: #c4922c;
}
#modalRecuperarPass .form-control::placeholder{
    color: #c4922c;
}
#modalRecuperarPass .form-control:focus{
    box-shadow: 0 0 0 0.2rem rgba(196, 146, 44, 0.3);
}
#modalRecuperarPass .modal-footer{
    justify-content: flex-end;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 0.5em 0 0 !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
        font-size: 12px !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
}