* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  background-color: black;
  background-image: url('../m1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
@font-face {
  font-family: yekan;
  src: url("../font2/YekanBakh-Fat.woff") format("woff");
}
@font-face {
  font-family: yekan-mdiom;
  src: url("../font2/YekanBakh-Light.woff2") format("woff2");
}
@font-face {
  font-family: yekan1;
  src: url("../font2/YekanBakh-Light.ttf") format("woff2");
}

.container {
  width: 360px;
  height: 500px;
  margin: 8% auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  opacity: 0.9;
  box-shadow: 0 -1px 10px -1px #272525;
}
#label {
  color: #999;
}
h2 {
  margin-right: 100px;
  margin-bottom: 60px;
  font-family: yekan;
}
#checkbox {
  position: absolute;
  right: -125px;
  margin-top: 25px;
}
#span {
  position: absolute;
  margin-top: 20px;
  margin-right: 25px;
  font-family: yekan-mdiom;
}

.plus {
  position: absolute;
  right: 10px;
  top: 195px;
  cursor: pointer;
}
#num1 {
  padding-right: 25px;
}
#i {
  top: -10px;
}
.container form {
  width: 280px;
  position: absolute;
  top: 100px;
  left: 40px;
  transition: 0.5s;
}
form input {
  width: 100%;
  padding: 10px 5px;
  margin: 5px 0;
  border: 0px;
  border-bottom: 1px solid #999;
  outline: none;
  font-family: yekan1;
}
::placeholder {
  color: #777;
}
.btn-box {
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
form #Next1 {
  width: 110px;
  height: 35px;
  margin-top: 100px;
  margin-right: 80px;

  background: linear-gradient(to right, #1b2e4e, #825ee6);
  border-radius: 30px;
  border: 0px;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-family: yekan;
}

#Form4 {
  left: 450px;
}

.step-row {
  width: 360px;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  box-shadow: 0 -1px 10px -1px #272525;
  position: relative;
  font-family: yekan-mdiom;
}
.step-col {
  width: 90px;
  text-align: center;
  color: #978f8f;
  position: relative;
  font-family: yekan;
}
