* {
    direction: rtl;
    text-align: right;
}

p, span, h3, h5, h6, del {
    margin: 0;
}

a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
}

a:hover {
    color: #000;
}

.line_hover:after {
    content: "";
    width: 0;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    right: 0;
    transition: width 1s; 
}

.line_hover:hover:after {
    width: 100%;
}
.box{
    margin-top: 6rem;
}
.div_wrapper, #page_wrapper {
    border-radius: 35px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

#page_wrapper {
    background-color: #f4f1ec;
}

.title {
    margin-bottom: 20px;
    text-align: center;
}

.alert {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: red;
}

.show-password {
    position: relative;
}

.show-password i {
    position: absolute;
    right: 93%;
    top: 70%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

.confirm_button {
    padding: 10px 20px;
  border: none;
  background-color: #23262c;
  color: #fff;
  border-radius: 35px;
  cursor: pointer;
}

.confirm_button:hover {
    background-color: #717171;
}
