.titulo{
    /* H1 */
    font-family: 'Quiza Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */

    /* Olive green */
    color: #6E6F38;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.input{
    /* Frame 1732 */


    width: 391px;
    height: 47px;

    /* Neutral 00 */

    background: #FFFFFF;
    border-radius: 8px;

    /* Inside auto layout */

    flex: none;
    order: 0;
    flex-grow: 0;
}

.pass{
    /* ¿Olvidaste tu contraseña? */
    width: 160px;
    height: 18px;

    /* H4 */

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    display: flex;
    align-items: center;

    /* Olive green */
    color: #6E6F38;

    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.boton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 53px;
    gap: 8px;
    color: white;
    width: 391px;
    height: 41px;

    /* Olive green */

    background: #6E6F38;
    border-radius: 20px;
    border-color: unset;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}
.img{
    width: 155px;
    height: 144px;
}

.footer {
    margin: auto;
    font-family: 'Poppins';
}

.footer .item {
    text-align: center;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #dfdfd3;
    padding: 8px;
    background: #6e6f38;
    cursor: pointer;
    /*border: 1px solid #9a9a9a;*/
}

.footer .item:hover, .footer .item.active {
    color: #6e6f38;
    background: white;
}

.footer .item:first-child {
    color: #fff;
    cursor: default;
    font-family: 'Poppins';
}

.footer .item:first-child:hover {
    color: #fff;
    background: #6e6f38;
    font-family: 'Poppins';
}

.auth-wrapper {
    min-height: 95vh;
}
