﻿.imagenfondoLogin {
    background-image: url('../css/images/ImagenLogin.png');
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: inline-block;
    text-align: center;
}

.TituloReset {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 75px;
}
.RojoWow {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #dc3545;
}
.cuadro {
    margin: 8px;
    border-radius: 10px;
    padding: 8px;
    margin-bottom: 32px;
    background: #ffffff;
    font-weight: 600;
}