@font-face {
  font-family: 'CustomFont';
  src: url('Vazir-Bold.woff') format('woff');
}

body {
  font-family: 'CustomFont', sans-serif;
}

.desktop {
  direction: rtl;
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, rgb(157, 11, 14) 0%, rgb(157, 11, 14) 100%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  justify-content: space-between;
}

.desktop .div {
  background-color: rgba(255, 255, 255, 1);
  background: linear-gradient(180deg, rgb(157, 11, 14) 0%, rgb(157, 11, 14) 100%);
  width: 100px;
  height: 1024px;
  position: relative;
  flex-grow: 1;
}

.desktop .screenshot {
  position: absolute;
  width: 402px;
  height: 1016px;
  top: 8px;
  left: 71px;
  object-fit: cover;
}

.desktop .text-wrapper {
  top: 121px;
  right: 50px;
  font-size: 35px;
  white-space: nowrap;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  direction: rtl;
}

.desktop .p {
  top: 200px;
  right: 50px;
  font-size: 25px;
  white-space: nowrap;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  direction: rtl;
}

.desktop .overlap-group {
  position: absolute;
  width: 212px;
  height: 179px;
  top: 269px;
  right: 50px;
}

.desktop .group {
  position: absolute;
  width: 212px;
  height: 179px;
  top: 0;
  left: 0;
}

.desktop .text-wrapper-2 {
  position: absolute;
  top: 0;
  left: 34px;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  direction: rtl;
}

.desktop .img {
  position: absolute;
  width: 210px;
  height: 140px;
  top: 39px;
  left: 0;
  object-fit: cover;
}

.desktop .group-2 {
  top: 486px;
  right: 50px;
  position: absolute;
  width: 212px;
  height: 179px;
}

.desktop .text-wrapper-3 {
  top: 0;
  left: 105px;
  font-size: 18px;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  direction: rtl;
}

.desktop .group-3 {
  top: 703px;
  right: 50px;
  position: absolute;
  width: 212px;
  height: 179px;
}

.desktop .text-wrapper-4 {
  top: 0;
  left: 85px;
  font-size: 18px;
  position: absolute;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0;
  line-height: normal;
  direction: rtl;
}

.desktop .group-4 {
  top: 269px;
  right: 280px;
  position: absolute;
  width: 212px;
  height: 179px;
}

.desktop .group-5 {
  top: 269px;
  right: 510px;
  position: absolute;
  width: 212px;
  height: 179px;
}
.desktop .group-6 {
  top: 269px;
  right: 740px;
  position: absolute;
  width: 212px;
  height: 179px;
}
.desktop .group-7 {
  top: 269px;
  right: 970px;
  position: absolute;
  width: 212px;
  height: 179px;
}


.login-form {
  width: 800px;
  margin-right: 80px;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
  padding: 20px;
}


.login-form form {
  width: 100%; 
}

.login-form h2 {
  text-align: right;
  color: white;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 35px;
}

.pp {
  text-align: right;
  color: white;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 35px;
}

.login-form .form-group {
  margin-bottom: 15px;
  text-align: right;
}

.login-form label {
  display: block;
  text-align: right;
  color: white;
  margin-bottom: 15px;
  font-weight: bold;
}

.login-form input {
  width: 300px;
  padding: 8px;
  background-color: #D9D9D9;
  border-style: none;
  border-radius: 20px;
  font-weight: bold;
  font-size: 15px;
}

.login-form button {
  width: 300px; 
  padding: 8px;
  margin-top: 25px;
  background-color: #2AA2D6;
  border-style: none;
  border-radius: 20px;
  font-weight: bold;
  color: white;
  font-size: 15px;
}

