﻿
.login {
    width: 50%;
    left: 300px;
    margin-top: 20px;
    background: #15284B;
    color: white;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .9;
}

login:hover {
    background: #42738D;
    color: white;
}

/************************************************/


.labelLogin {
    margin-top: 20px;
    background: #004868;
    color: white;
    padding: 10px 0;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .9;
    
}

/*#ac1f23; rojo*/
/*#004564; azul*/
/*#15284B; azul anterior*/