#signUp {
  display: flex;
  height: 100vh;
}

#signUp .signUp-left {
  height: 100%;
  width: 50%;
  position: relative;
}

#signUp .signUp-left .signUp-img {
  height: 100%;
  width: 100%;
}

#signUp .signUp-left .logoImg {
  position: absolute;
  left: 6.1458vw;
  top: 2.6042vw;
  width: 7.3958vw;
  height: 2.5521vw;
}

#signUp .signUp-right {
  flex: 1;
  padding: 4.1667vw 8% 4.5833vw 6%;
  height: 100%;
  overflow: auto;
}
#signUp .signUp-right .form-password .input-group{
  display: block;
}
#signUp .signUp-right .form-password .input-group input{
  width: 100%;
}
#signUp .signUp-back {
  display: flex;
  gap: 0.4167vw;
  align-items: center;
  margin-bottom: 4.1667vw;
  width: fit-content;
}

#signUp .signUp-back .iconfont {
  font-size: 1.25vw;
}

#signUp .signUp-right .signUp-title {
  display: flex;
  align-items: center;
  margin-bottom: 1.25vw;
  justify-content: flex-start;
  gap: 0.8333vw;
}

#signUp .signUp-right .signUp-desc {
  overflow: hidden;
  color: #231815;
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 1.25vw 0 4.1667vw;
}

#signUp .signUp-right .signUp-title h1 {
  color: #231815;
  font-family: Montserrat;
  font-size: 3.125vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin-right: 0.8333vw;
}

#signUp .signUp-right .signUp-title img {
  width: 9.2708vw;
  height: 3.2292vw;
}

#signUp .modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  height: -webkit-fill-available;
}

#signUp .modal-content {
  border-radius: 1.25vw;
}

#signUp .modal-header {
  border-bottom: none;
  padding: 0.7813vw 1.25vw 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#signUp .modal-body {
  padding: 1.3021vw 4.1667vw 2.0833vw;
  text-align: center;
  color: #231815;
}

#signUp .modal-body img {
  width: 4.1667vw;
  height: 4.1667vw;
}

#signUp .modal-body h3 {
  margin: 0.8333vw 0;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}

#signUp .modal-body p {
  text-align: center;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

#signUp .modal-footer {
  border-top: none;
  align-items: center;
  justify-content: center;
  gap: 2.0833vw;
  padding-top: 0;
  padding-bottom: 4.1667vw;
}

#signUp .modal-footer .notNow {
  padding: 0.4167vw 2.0833vw;
  border: 0.0521vw solid #231815;
  border-radius: 1.25vw;
  color: #231815;
  text-align: center;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin: 0;
}

#signUp .modal-footer .notNow:hover {
  background: #3A66FB;
  border: 0.0521vw solid #3A66FB;
  color: #FFF;
}

#signUp .modal-footer .notNow:hover+.confirm {
  border: 0.0521vw solid #231815;
  color: #231815;
  background: #FFF;
}

#signUp .modal-footer .confirm {
  margin: 0;
  padding: 0.4167vw 2.0833vw;
  border-radius: 1.25vw;
  background: #3A66FB;
  border: 0.0521vw solid #3A66FB;
  color: #FFF;
  text-align: center;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  position: relative;
}

#signUp .modal-footer .confirm::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 2.6042vw;
}

#signUp .modal-footer .confirm:hover::before {
  opacity: 1;
}


#signUP .customForm .form-control {
  font-size: 0.7292vw;
}

#signUP .customForm .verification .input-remind {
  display: none;
}

@media screen and (max-width: 1440px) {
  #signUp .signUp-right {
    padding: 5.5556vw;
  }

  #signUp .signUp-right .signUp-title {
    justify-content: center;
    margin-bottom: 0;
  }

  #signUp .signUp-right .signUp-title h1 {
    font-size: 2.7778vw;
    margin-right: 0;
    text-wrap: nowrap;
  }

  #signUp .signUp-right .signUp-desc {
    padding-top: 2.7778vw;
  }

  .customForm label {
    gap: 0.2778vw;
    flex-wrap: wrap;
  }

  .customForm label .input-prompt {
    padding-left: 0.2778vw;
  }
}

@media screen and (max-width: 768px) {
  #signUp .signUp-left {
    display: none;
  }

  #signUp .signUp-right {
    padding: 10.6667vw 6.4vw 20.8vw;
  }

  #signUp .signUp-back {
    font-size: 3.7333vw;
    line-height: 150%;
  }

  #signUp .signUp-back .iconfont {
    font-size: 6.4vw;
  }

  #signUp .signUp-right .signUp-title img {
    width: 47.666vw;
    height: 16.5333vw;
  }

  #signUp .signUp-right .signUp-title h1 {
    display: none;
  }

  #signUp .signUp-right .signUp-title {
    margin-bottom: 0;
    justify-content: center;
  }

  #signUp .signUp-right .signUp-desc {
    font-size: 3.7333vw;
    padding: 6.4vw 0 10.6667vw;
  }

  .customForm .email-box .form-control {
    width: calc(100% - 25.6vw);
  }

  .customForm .email-box .verify {
    width: 25.6vw;
    padding: 0;
  }

  .customForm .verification .input-prompt {
    display: none;
  }

  #signUP .customForm .verification .input-remind {
    display: block;
  }

  .customForm label {
    gap: 1.0667vw;
  }

  .customForm .btn-primary {
    width: 100%;
    font-size: 3.2vw;
  }

  .customForm .btn-primary:hover {
    color: #231815;
    border: 0.2667vw solid #231815;
    background: #fff;
  }

  .customForm .btn-primary:not(:disabled):not(.disabled).active,
  .customForm .btn-primary:not(:disabled):not(.disabled):active,
  .customForm .show>.btn-primary.dropdown-toggle {
    color: #231815;
    border: 0.2667vw solid #231815;
    background: #fff;
    background-color: #fff;
    border-color: #231815;
  }

  #signUp .modal-dialog{
    margin: 6.4vw;
  }

  #signUp .modal-content{
    border-radius: 4.2666vw;
  }

  #signUp .modal-header{
    padding: 6.4vw 6.4vw 0;
  }

  #signUp .modal-header .close{
    width: 6.4vw;
    height: 6.4vw;
    font-size: 12.4vw;
    line-height: 6.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #231815;
    opacity: 1;
  }

  #signUp .modal-body{
    padding: 4.2666vw 10.6667vw 0;
  }

  #signUp .modal-body img{
    width: 21.3333vw;
    height: 21.3333vw;
  }

  #signUp .modal-body h3{
    font-size: 6.4vw;
    margin: 4.2666vw 0;
  }

  #signUp .modal-body p{
    font-size: 3.7333vw;
  }

  #signUp .modal-footer{
    gap: 4.2666vw;
    padding: 10.6667vw
  }

  #signUp .modal-footer .notNow,
  #signUp .modal-footer .confirm{
    width: 100%;
    font-size: 3.2vw;
    border-radius: 6.4vw;
    padding: 2.1333vw 6.4vw;
  }
}