.signpanel-wrapper {
  background-image: url("/assets/images/bg-login.png");
  background-position: center;
  background-size: cover;
  padding: 80px;
}
.signbox::after {
  background-image: none;
  width: 0;
}
.wrapper-signbox {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 50px;
  color: #fff;
}
.text-brand {
  background: linear-gradient(91.97deg, #f6f6f6 7.99%, #ca1604 97.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.signbox-v2 .signbox-body a:hover {
    color: #5c9dfe;
}
.signbox-body {
    background: no-repeat;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px 20px;
}
.signup .btn-success
 {
    background: #5c9dfe;
    border-radius: 100px;
    width: 100%;
    color: #fff;
    font-size: 17px;
    border-color: transparent;
    margin: 0 auto;
    padding: 13px 0;
}
.wrapper-signbox a,
.wrapper-signbox label {
  color: #000;
}
.wrapper-signbox 
.btn-success {
  background: #5c9dfe;
  border-radius: 100px;
  width: 100%;
  color: #fff;
  font-size: 17px;
  border-color: transparent;
  margin: 0 auto;
  padding: 13px 0;
}
.btn-success:hover {
  background: #dcecfe;
  border-color: #dcecfe;
  color: #000;
}
.big .signbox::after {
  width: 0px;
}
.big .signbox.signup {
  justify-content: center;
  max-width: 800px;
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .signbox-body button {
    width: 100%;
  }
  .wrapper-signbox {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .wrapper-signbox .left img {
    width: 100%;
    max-width: 200px;
  }
  .wrapper-signbox .tit-signbox {
    font-size: 28px;
  }
  .wrapper-signbox .subtit-signbox {
    font-size: 18px;
    font-weight: 400;
  }
}
