.form-login{
    display: grid;
}
.titulo-login{
    color: rgb(155, 155, 155);
    text-align: center;
    font-weight: 500;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
}
.btn-login{
    padding: 10px 10px;
    background: linear-gradient(135deg, #2c3e75, #101d40);
    color: white;
    border: none;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    justify-self: center;
    width: 100%;
}

