.checkerror{
    border: 2px solid #83060dd0 !important; 
}
.checkok{
    border: 2px solid rgba(2, 101, 92, 0.71) !important;  
}
/*Passowrd page login*/
#id_password.checkerror{
    border-right: none !important;
}
#id_password.checkok{
    border-right: none !important;
}
#eye.checkerror{
    border-left: none !important;
}
#eye.checkok{
    border-left: none !important;
}
#eye{
    cursor: pointer;
}

/*Password page register*/
#id_password1.checkerror,#id_password1.checkok{
    border-right: none !important;
}
#id_password2.checkerror,#id_password2.checkok{
    border-right: none !important;
}
#eye1,#eye2{
    cursor: pointer;
}
#eye1.checkerror,#eye1.checkok{
    border-left: none !important;
}
#eye2.checkerror,#eye2.checkok{
    border-left: none !important;
}
.color_card_head{
    background-color: rgba(2, 101, 92, 0.71);
}
