.form-login{
    display: grid;
}
.input-borda, .input-borda.cpf {
    border: 1px solid #2c3e75;
    border-radius: 0.375rem;
    padding-top: 12px;
    padding-bottom: 12px;
}
.input-borda.select {
    margin-bottom: 25px;
}
.option {
    display: flex;
    align-items: center;
}
.form-label.medium {
    color:#2c3e75;
}
.bw-select .form-label {
    background: #fff;
    padding: 0 4px;
}

.text-left.placeholder {
    background-color: transparent;
    color: #2c3e75;
    font-weight: 400;
}

.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%;
}

.sm\:w-1\/4{width:auto;}
