input:invalid:required {
    border: 1px solid #ff3131;
}
.input_invalid {
    border: 1px solid #ff3131!important;
}
.pass_invalid {
    color: #ff3131!important;
}

.pass_valid {
    color: #000000!important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    background: #5A675B;
    border: 91px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background: #5A675B;
}
::-webkit-scrollbar-thumb:active {
    background: #5A675B;
}
::-webkit-scrollbar-track {
    background: #adadad;
    border: 0px none #ffffff;
    border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
    background: #5A675B;
}
::-webkit-scrollbar-track:active {
    background: #5A675B;
}
::-webkit-scrollbar-corner {
    background: transparent;
}