.btn-100{
    width: 100%;
}

.btn-90{
    width: 90%;
}

.margin-top-16{
    margin-top: 16px;
}

.margin-bottom-16{
    margin-bottom: 16px;
}
.errors-div{
    display: none;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.warning-div{
    display: none;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.title-color{
    color: #2F4535;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.04em;
    text-align: center;
}

.background-texture{
    background: url(/assets/login/texture.jpeg);
    background-size: cover;
}

.title-verde{
    font-family: Playfair Display;
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.012em;
    text-align: center;
    color: #80BA8F;
    margin-bottom: 23px;
}

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

input:focus { background : #E8F0FE; }
