@font-face {
  font-family: 'IRANYekanX';
  src: url('https://ozvfa.com/font/IRANYekanXVF.woff2') format('woff2'),
       url('https://ozvfa.com/font/IRANYekanXVF.woff') format('woff');
  font-weight: 10 1000;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'IRANYekanX';
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
      height: 100vh;
}
a{
  text-decoration: none;
  color: rgb(0, 153, 255);
}
span{
  display: flex;
  color: #000000;
  gap: 4px;
  font-size: clamp(9px,2vw,13px);
    font-weight:600;
}
span a{
    font-size: clamp(9px,2vw,13px);

}
.erro{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.content,.contents{
  margin: auto;
  display: flex;
  gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  padding: 10px;
  background: rgb(0, 240, 0);
   font-family: 'IRANYekanX';
    font-weight: 600;
    font-size: 18px;
    color: white;
    text-align: center;
}
.contents{
  background: rgb(231, 0, 0);
}
.botda a{
 text-decoration: none;
           font-family: 'IRANYekanX';
    font-weight: 900;
        font-size: 16px;
    display: inline-block;
    background: black;
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.192);
    border-radius: 10px;
    color: white;
    padding: 5px;
}
form{
       width: 100%;
    max-width: 500px;
}
.sec{
  display: flex;
  width: 100%;
  gap: 10px;
  align-items: center;
  position: relative;
}
.sec img{
width: 20px;
position: absolute;
margin: 10px;
}
.plat{
    gap: 10px;
    display: flex;
    flex-direction: column;
    background: rgb(236, 236, 236);
    border-radius: 20px;
    padding: 30px;
    direction: rtl;
    text-align: center;
}
.olo{
  width: 100%;

}
.olo img{
  width: 50px;
  height: 50px;
}

.plat label{
    text-align: right;
    color: rgb(0, 0, 0);
    font-weight: 700;
}
.che{
  background: url(/pic/sleep.svg);
  background-position: center center;
  position: absolute;
  left: 0;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin: 10px;
  cursor: pointer;
}

.che.m{
  background: url(/pic/eye.svg);
  background-size: 20px;
}
.plat input::placeholder{
  color: rgb(0, 0, 0);
}
.plat input{
  width: 100%;
    outline: none;
  background: rgb(236, 236, 236);
  border: solid 2px rgba(155, 155, 155, 0.404);
  border-radius: 10px;
  padding: 10px;
  padding-right: 35px;
  padding-left: 35px;
    color: rgb(0, 0, 0);
  font-family: 'IRANYekanX';
font-weight: 600;
font-size: clamp(10px,2vw,15px);
}
input::placeholder{
  color: rgb(124, 124, 124);
}
.plat h2{
  color: rgb(0, 0, 0);
}
.cap-plat{
display: flex;
justify-content: center;
width: 100%;
box-sizing: border-box;
}
  .sabt{
    padding-top: 20px;
    justify-content: center;
  }
.plat button{
  cursor: pointer;
  color: rgb(255, 255, 255);
display: block;
 margin: 0 auto; 
  border: none;
  font-weight: 700;
  border-radius: 20px;
width: 40%;
  font-size: 15px;
background: rgb(0, 153, 255);
box-shadow:  8px 8px 30px rgba(0, 153, 255, 0.2);
padding: 10px;
  font-family: 'IRANYekanX';
}
input:focus{
    border: solid 2px rgba(110, 110, 110, 0.521);
}
@media (max-width: 645px) {
  .botda a{
    font-size: 13px;
  }
  .content,.contents{
    font-size: 15px;
    max-width: 300px;
  }
}
@media (max-width: 500px) {
      a{
        font-size: 13px;
  }
  .plat{
    padding: 18px;
  }
  .sec{
  gap: 5px;
}
   .plat input{
    font-size: 11px;
  }
  .plat button{
        font-size: 13px;
        padding: 5px;

  }
  .sec img{
    width: 16px;
  }
  .che{
    height: 16px;
    width: 16px;
    background-size: 16px;
  }
  .olo img{
    width: 40px;
    height: 40px;
  }
    .che.m{
    height: 16px;
    width: 16px;
    background-size: 16px;
  }
  .plat label{
    font-size: 13px;
}
  .cap-plat{
transform: scale(0.85);
}
}
@media (max-width: 300px) {
  .cap-plat{
transform: scale(0.65);
}
}