body{
    background-color: #fcfcfc;
}

.content-container {
    background-color: #ffff;
    border-radius: 5% ;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    padding: 20px;
    
    
}
.login_titel{
    
        font-size: 20px;
        font-weight: bold;
        background: linear-gradient(to right, #DDC087 80%,#AB7C14 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      
}
.div_titel_l{
    border-top-right-radius: 25%;
    border-bottom-right-radius: 25%;
    border: 2px;
    border-color:  #C98D0D2f;
    border-style: solid;
}

.div_titel_r{
    border-top-left-radius: 25%;
    border-bottom-left-radius: 25%;
    border: 2px;
    border-color: #C98D0D2f;
    border-style: solid;
}

.div_titel_a{
    background: #C98D0D2f;
    color: #C98D0D;
}

.btn-grad {
    background-image: linear-gradient(to right, #DDC087 100%,#AB7C14 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
  }

  .btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }

.error{
   color:rgba(214, 48, 49, 0.7)
}
.input_input {
    border: none;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    padding-right: 90px;
    width: 100%;
}
.input_label {
    position: relative;
    border-left: 1px solid #2d3436;
    padding: 10px;
    color: #2d3436;

}
.input-box {
position: relative;
}
.card_text {
    max-width: 300px;
    direction: rtl;
    text-align: justify;
    /* hyphens: auto; */
    margin-bottom: 20px;
    font-size: 15px;
}
.bold-word {
    font-weight: bold;
}
.li_hint{
    color: lightskyblue;
}
.li_error{
    color: lightcoral;
}
.input_continer{
    display: flex;
    flex-direction: column;
}

.button-clear {
    border: none;
    background-color: transparent;
    margin-bottom: 20px;
}
.counter {
    text-align: center;
    margin-top: 20px;
}