.signUp{
  width: 100%;
  background: url(../images/sign-in-bg.png), linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 32.53%);
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: calc(100vh - 181px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.mpw-navbar {
  box-shadow: 0 4px 10px rgb(119 119 119 / 15%)
}

ul.modal-form {
  list-style: none;
  padding: 0
}

.email-text,
.name-text,
.pass-text,
.phone-text {
  padding: 0;
  margin-bottom: 20px
}

#navbar ul li a {
  font-size: 14px !important
}



.formWraper {
  width: 100%;
  padding: 60px 100px;
  margin:0 auto;
  margin-left: 320px;
}

.formWraper form {
  max-width: 400px;
  width: 100%;
  margin: 0 auto
}

.formWraper h1 {
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  font-family: "Gt walsheim pro", sans-serif;
  padding-bottom: 10px;
  margin: 0;
  font-weight: 700;
}

.formWraper p {
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  font-family: "Gt walsheim pro", sans-serif;
  color: #000
}

li.login-bx {
  display: none
}

.modal-form input {
  background: #f6f6f6 !important;
  border-radius: 100px;
  outline: 0;
  padding-left:60px;
  padding-top: 13px;
  padding-bottom: 13px
}

.form-body {
  padding: 0
}
.inputGroup{
  position: relative;
}
.inputGroup label{
  position:absolute;
  left: 15%;
  top: 16px;
  color: #979797;
  font-weight: 400;
  font-family: CircularStd;
  transition: all ease .3s;
}
label.focused {
  color: #117BD4;
  font-size: 12px;
  line-height: 14px;
  padding: 5px;
  top: -10px;
  background: #fff;
  left: 40px;
}
.modal-btn.type2.submitDialog {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 100px;
}
.modal-btn.type2.submitDialog:hover {
  background-color: #0490c3;
}
.button-submit {
  float: left;
}
.loginView:hover{
  text-decoration: underline;
}
.forgot{
  color: red!important;
}
.footer ul li a {
  text-transform: capitalize;
}
@keyframes fadeInUp {
    from {
      transform: translate3d(0, 40px, 0)
    }

    to {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }

  @-webkit-keyframes fadeInUp {
    from {
      transform: translate3d(0, 40px, 0)
    }

    to {
      transform: translate3d(0, 0, 0);
      opacity: 1
    }
  }

  .animated {
    animation-duration: 10s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
  }

  .animatedFadeInUp {
    opacity: 0
  }

  .fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
  }

@media (max-width:1660px) {
  .formWraper {
    padding: 40px;
    margin-left:100px;
  }

}

@media (max-width:1366px) {
  .input-bg::before {
    left: 20px
  }
  .pas-bg::before {
    left: 20px
  }
}

@media (max-width:1200px) {
  .formWraper h1{
    font-size: 30px;
    line-height: 36px;
  }
  .formWraper{
    margin-left: 0;
  }
  .signUp{
    justify-content: end;
  }
}

@media (max-width:991px) {

  .formWraper {
    padding: 40px 10px
  }
  .signUp{
    background-size: 400px 77vh;
  }
}

@media (max-width:767px) {

  .signUp {
    min-height: calc(100vh - 187px);
    justify-content: center;
    background: none;
  }

}
@media (max-width:575px) {

  .signUp {
    min-height: calc(100vh - 426px);
  }
  .formWraper h1 {
    font-size: 24px;
    line-height: 30px;
}

}

@media (max-width:360px) {
  .formWraper h1 {
    font-size: 28px;
    line-height: 32px
  }
  .formWraper p {
    font-size: 16px;
    line-height: 18px
  }
  .formWraper {
    padding: 60px 20px
  }
}
