#body-login {
    background-color: #24ABE0;
    height: 100%;
    width: 100%;
}

#container-login {
    background-color: #ffffff;
    border-radius: 7%;
}

#titulo-formulario {
    font-weight: bold;
    text-align: center;
    font-size: x-large;
    color: #595959;
}

#logo-muni {
    height: 100%;
    width: 125px;
}

#form-login{
    margin: 2%;
}
#btn-login{
    font-weight: bold;
    text-align: center;
    font-size: large;
    background-color: #FFDD00;
    color: #ffffff;
}
