body {
  margin: 0;
  /* font-family: 'Vazir', sans-serif; */
  background: #61aadc;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
  font-family: IranSans;
}

.container {
  width: 90%;
  max-width: 1100px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  display: flex;
  overflow: hidden;
}

.left-section {
  background: #d6f0fb;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.platform-logos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  background: white;
  padding: 50px;
  border-radius: 100%;
  box-shadow: 0 0 20px rgba(0,0,0,0.05);
  
}

.platform-logos img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.right-section {
  flex: 1;
  padding: 60px 40px;
  background: linear-gradient(to bottom, #dad9f3, #cbd7ff);
  text-align: center;
}

.right-section h2 {
  margin-bottom: 30px;
  color: #333;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
  width: 90%;
  font-family: IranSans;
}

.form-group input {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  background: #f7f8fa;
}

.form-group .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888;
}

.options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-bottom: 25px;
}

button[type="submit"] {
  width: 100%;
  background-color: #5f39dc;
  border: none;
  color: white;
  padding: 12px;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

button:hover {
  background-color: #4023a0;
}

.register-link {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.error-msg {
  margin-top: 15px;
  color: red;
  display: none;
}
@font-face {
    font-family: IranSans;
    src: url(../fonts/IRANSANS/woff2/IRANSansWeb.woff2) format(woff2);
}
.textinput{
    font-family: IranSans;
}

.logoimg{
    margin: 10px 0 5px 0;
    width: 35px;
  height: 35px;
}

