.cardlogin{
    width: 500px;    
    max-width: 90%;
    margin: 20px;
    border-radius: 20px;
    background: rgb(0, 0, 35);
    color: #fff;
}

.alerta{
    top: 50px;
    width: 50%;
    background: #ff6f6f;
    color: #fff;
    border-radius: 15px;    
}

.boton{
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18pt;
}

.cabecera{
    width: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgb(0, 0, 35);
    width: 100%;
    color: #fff;
}

.form-group label{
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.form-group label i{
    font-size: 16pt;
    margin-right: 10px;    
}