.SingUp {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -500px;
  display: flex;
}
.SingUp .SignUp__style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.SingUp .SignUp__style .SignUp__close {
  padding-top: 5px;
  padding-bottom: 5px;
}
.SingUp .SignUp__style .SignUp__close img {
  height: 34px;
}
.SingUp .SignUp__title {
  color: #000;
  font-size: 34px;
  padding-top: 5px;
  padding-bottom: 20px;
  font-weight: 500;
}
.SingUp label {
  color: #000;
  font-size: 21px;
  margin-top: 8px;
}
.SingUp form {
  position: absolute;
  top: 0;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.Button {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.Button:hover {
  background-color: #45a049;
}

.wrapper {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
.scrollY {
  overflow-y: hidden;
}

.active form {
  top: 700px;
  opacity: 1;
}
.active form div label input {
  opacity: 1;
}