#hero-4{
  background-image: url("../images/img-signinsignup.png");
  min-height: 710px;
}
@media screen and (max-width: 991px){
  #hero-4{
    background-position: right top;
  }
}
.btn_send_verify_code{
  width: 60px;
  height: 48px;
  border-radius: 4px;
  background-color: #14c8c8;
  border: 0;
  color: white;
  width: 100%;
  cursor: pointer;
}
.btn_send_verify_code.-disabled{
  background-color: #b4b9be;
  cursor: not-allowed;
}
div.-remove-padding-right{
  padding-right: 0;
}
a.have_account{
  color: white;
  display: inline-block;
  margin-top: 15px;
}
a.have_account:hover{
  text-decoration: underline;
}
#input-doctor{
  padding: 0;
}
div.agreement_block{
  text-align: left;
  color: white;
  margin-bottom: 5px;
}
div.agreement_block label{
  cursor: pointer;
}
#check_agreement{
  position: relative;
  top: -2px;
  margin-right: 5px;
}
