body, input, button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

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

.logo {
    width: 250px;
}

.h1 {
    color: #616161;
}

.mensajes {
    display: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 12px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    color: #333;
}

.error {
    border: 2px solid #dc3545;
    background: #dc354530;
}

.exito {
    border: 2px solid #28a745;
    background: #28a74530;
}