@font-face {
    font-family: 'b koodak';
     src: url('../fonts/BKoodakBold.eot?#') format('eot')
       url('../fonts/BKoodakBold.woff') format('woff'),  
       url('../fonts/BKoodakBold.ttf') format('truetype'); 

} 

body {
   font-family: 'b koodak';
  src: url('../fonts/BKoodakBold.eot?#') format('eot')
       url('../fonts/BKoodakBold.woff') format('woff'),  
       url('../fonts/BKoodakBold.ttf') format('truetype'); 
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; 
  margin: 0;
  background-color: #f0f2f5; 
  font-family: Vazir, Tahoma, sans-serif; 
  direction: rtl; 
}

input, button, label, textarea, select {
  font-family: 'b koodak', sans-serif;
}


input::placeholder,
textarea::placeholder {
  font-family: 'b koodak', sans-serif;
  font-size: 14px; 
  color: #666;   
}

input::-webkit-input-placeholder { 
  font-family: 'b koodak', sans-serif;
}
input:-ms-input-placeholder { 
  font-family: 'b koodak', sans-serif;
}



input::placeholder {
  font-family: 'Vazir', sans-serif;
  font-size: 14px;
  color: #777; 
}

.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #ffffff; 
  padding: 40px;
  width: 400px;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15); 
}

.flex-column > label {
  color: #333333; 
  font-weight: 600;
}

.inputForm {
  border: 1.5px solid #cccccc;
  border-radius: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 15px; 
  transition: 0.2s ease-in-out;
  background-color: #f9f9f9; 
  box-sizing: border-box; 
}

.inputForm svg {
  flex-shrink: 0; 
}

.input {
  margin-right: 10px; 
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent; 
  font-size: 14px;
  box-sizing: border-box;
}

.input:focus {
  outline: none;
}

.inputForm:focus-within {
  border: 1.5px solid #2d79f3;
}

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.flex-row > div > label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
}

.span {
  font-size: 14px;
  margin-right: 5px;
  color: #2d79f3;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
}

.button-submit {
  margin: 20px 0 10px 0;
  background-color: #2d79f3; 
  border: none;
  color: white;
  font-size: 15px;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
  width: 100%;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.button-submit:hover {
  background-color: #1a5fc1; 
}

.p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  margin: 5px 0;
}

.btn {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  gap: 10px;
  border: 1px solid #cccccc;
  background-color: white;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  direction: ltr; 
}


.btn:hover {
  border: 1px solid #2d79f3;
}
