body {
    /*background: #b0f2c2;*/
    background-image: url(../images/fondo/fondo_planea.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #EAF4ED;

}

.card_login {
    color: #fff;
}

.password-wrapper {
    position: relative;
}

.toggle-button {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 12px;
    cursor: pointer;
}

.eye-icon {
    width: 20px;
    height: 20px;
    color: #000;
}