.centrado-login {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.centrado-login .card {
    border-radius: 15px;
    overflow: hidden;
}

.centrado-login .card-header {
    background-color: unset;
    border-bottom: unset;
}


.centrado-login .form-control {
    border: unset !important;
    border-bottom: 1px solid #e1e1e1 !important;
    border-radius: 0px !important;
}

.logo-main {
    width: 300px;
}

i.ojo-login {
    position: absolute;
    font-size: 1.2em;
    color: #6c6969;
    right: 5px;
    top: 5px;
    transition: all 300ms ease;
}

i.ojo-login:hover {
    color: #575050;
}

.centrado-login .button-login {
    background-color: rgba(0, 114, 204, 1);
    color: white;
    font-weight: bold;
    border-radius: 15px !important;
}