.titulo{
    font-family: 'Ubuntu', sans-serif !important;

    background-color: #001f3e !important;
    color: white !important;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -6px 7px 4px gray !important;
    padding: 12px;
}
#subtitle
{
    text-align: right;
    position: relative;
    top: -45px;
    margin-bottom: -15px;
    font-weight: bold;
    left: -9px;
}



.formulario-acceder
{
color:  #001f3e !important;
    background-color: #e1e2e1 !important;
    margin-top: -16px;
    padding: 36px;
    box-shadow: 0px 7px 7px 4px gray !important;
    border-radius:  0px 0px 10px 10px;

}


#logo{

    width: 35%;
    border-radius: 20px;
    background: white;
    align-items: initial;

}
.formulario-acceder label
{
    font-weight: bold;
}
.boton{


    background-color: #ecb802 !important;
    color: #001f3e;
    border-radius: 10px;
    font-weight: bold;
}
