.text-error{
    color: red;
    font-size: 14px;
}

.password-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.fa-eye,.fa-eye-slash {
    color: #444654;
}
.sysbg{
    background-color: #444654;
    padding: 20px;
    color: white;
}
.navbar{
    padding-bottom: 5px;
}