*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: def;
    text-decoration: none;
    font-size: 14px;
}
@font-face {
    font-family: def;
    src: url(../../fonts/Vazir-Light.ttf);
}
a , a:hover{
    color: aliceblue;
    text-decoration: none;
    text-shadow: 2px 2px 5px black;
}
body{
    width: 100%;
    height: 100vh;
    background-image: url(../image/log-admin.jpg);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}
section{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .return{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 1rem 0rem 2rem ;

}
section .msg{
    width: 40%;
    margin: 2rem;
    text-align: center;
}
.log_form{
    width: 35%;
    padding: 2rem;
    margin-top: 10rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    background-color: transparent;
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 15px white;
}
.sing_form{
    width: 35%;
    padding: 2rem;
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
    background-color: transparent;
    backdrop-filter: blur(20px);
    box-shadow: 0px 0px 15px white;
}
.titr{
    width: 100%;
    text-align: center;
    padding: 1rem;
    color: aliceblue;
}
form{
    padding: .5rem;
    width: 100%;
}
form .form_row{
    margin: 1rem;
    color: aliceblue;
    display: flex;
    align-items: center;
}
.form_row input{
    margin-top: .5rem;
    padding:1rem;
    margin-right: 1rem;
    width: 90%;
    outline: none;
    border: none;
    border-radius: 30px;
}
.form_row .iamge_input{
    background-color: darkseagreen;
    cursor: pointer;
}
.submit{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3rem;


}
.submit button{
    margin-bottom: 1rem;
    padding: .5rem 2rem;

}

/* upload file style button */
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
  }
  .upload{
    margin-top: .5rem;
    padding:1rem;
    margin-right: 1rem;
    width: 90%;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    color: aliceblue;
    background-color: rgb(118, 95, 252);

  }
  .upload-btn-wrapper:hover .upload{
    background-color: rgb(84, 61, 214);
    color: aliceblue;
  }
  .upload-btn-wrapper input[type=file] {
    width: 90%;
    position: absolute;
    cursor: pointer;
    padding: 1rem;
    left: 0;
    top: 0;
    opacity: 0;
  }
@media only screen and (max-width:1200px) {
      .log_form {
        width: 50%;
    }
      .sing_form {
        width: 50%;
    }
    
}
@media only screen and (max-width:800px) {
      .log_form {
        width: 60%;
    }
      .sing_form {
        width: 60%;
    }
    
}
@media only screen and (max-width:580px) {
      .log_form {
        width: 75%;
    }
      .sing_form {
        width: 75%;
    }
}
@media only screen and (max-width:460px) {
    .log_form {
        width: 85%;
        }
    .log_form form {
           padding: .5rem;
        }
    .log_form {
           padding: .5rem;
        }
    .sing_form {
        width: 85%;
        }
    .sing_form form {
           padding: .5rem;
        }
    .sing_form {
           padding: .5rem;
        }
    
  }