#passwor_error_message{
    background-color:  var(--red);
    color: white;
    font-family: "Roboto", sans-serif;
    white-space: nowrap;
    width: min-content;
    padding: 10px;
    border-radius: 10px;
    display: none;
}