/* LOGIN */

.logo-login {
    padding: 5px 0 0px;
    display: inline-block !important;
}

.card-login {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 810px;
    max-height: 585px;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 1px 6px 32px 0 rgba(75, 81, 91, 0.11);
    border-radius: 0.25rem;
}

.bienvenida {
    color: #032844;
    font-family: 'Nunito';
    font-size: 18px;
    text-align: center;
}

.input-login {
    width: 100%;
    min-height: 32px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 27px;
    color: #c1c1c1;
    background-color: #f2f2f2;
    background-image: none;
    border-radius: 35px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1.2px solid #c1c1c1;
    text-align: left;
}

.input-login:focus {
    color: #00b4d3;
    background-color: #fff;
    border-color: #a1cbef;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.recovery-password {
    color: #032844;
    font-family: 'Nunito';
    font-size: 18px;
    text-align: center;
}

.recovery-password:hover {
    color: #00b4d3;
}