body{min-width: 1050px !important;}
.ubet-register{
  border-radius: 0;
}
.ubet-register-title {
    height: 46px;
    line-height: 46px;
    text-align: left;
    padding-left: 24px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #733e00;
    text-transform: capitalize;
    color: white;
    position: relative;
    background-color: #A15A00;
}
.ubet-registration {
    padding-top: 5px;
}

.ubet-register-content input {
  width: 45%;
  margin: 20px 0px 0px;
  box-sizing: border-box;
  border: 1px #ccc solid;
  padding: 0 10px;
  height: 30px;
  line-height: 25px;
  font-size:14px;
  margin-left: 20px;
  color: #000; 
  font-weight: bold;
}
.ubet-register-content h2{
  font-size: 18px;
  color: #a15a00;
  line-height: 42px;
  height:42px;
  background-color:#D3D3C7;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #a15a00;
  font-weight: 500;
  text-align: center;
}
.ubet-register-content .input{
    font-size: 16px;
    letter-spacing: 1px;
    color: #a15a00;
    margin-left: 24px;
}

.input span{
    font-size: 12px;
    color: #a15a00;
}
.input select{
    font-size: 14px;
    color: #999;
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 20px 0px -20px;
  padding-left:5px;
}
.input select, .input select option{color:#000; font-weight: bold;}
.input button{
  color: #fff;
  background-color: #a15a00;
  padding:0 15px 0 15px;
  width:auto;
  height: 34px;
}
.ubet-register-content input[type="checkbox"]{
  width: 18px;
  height: 18px;
  font-size: 14px;
  color: #a15a00;
  line-height: 24px;
}
.btn-center{
    text-align: center;
}
.ch-center{
  text-align: center;
}


.ubet-register-content .term .sumbit{margin-left: 195px;}
.ubet-register-content .term .sumbit button{width:644px;font-weight: bold;font-size: 20px;padding:6px;background-color: #a65a00; color: #fff;font-size: 14px;}
.ubet-register-content .box-in-form .reg{background:url(../images/reg.png) no-repeat;width: 33px;background-size: contain;display: inline-block;height: 34px}
.ubet-register-content .box-in-form .dep{background:url(../images/dsit.png)no-repeat;width: 33px;background-size: contain;display: inline-block;height: 34px}
.ubet-register-content .box-in-form .play{background:url(../images/py.png)no-repeat;width: 33px;background-size: contain;display: inline-block;height: 34px}
.member-item {flex-grow: 1;flex-basis: 0%;display: inline-block;width: 24%; margin-bottom: 43px;text-align: center;}
.member-item span {padding: 0 3.3rem;color: #000 !important;font-size: 12px;display: block;text-align: center;}
.err_img{
  background-image: url(../images/field-error-desktop.png) !important;
  padding: 0px 10px!important;
  background-repeat: no-repeat!important;
  background-position: center right -5px!important;
  border:1px red solid!important;
}
.suc_img{
  background-image: url(../images/field-valid.png) !important;
  padding: 0px 10px!important;
  background-repeat: no-repeat!important;
  background-position: center right -5px!important;
  border:1px #ccc solid!important;
}
.show_pw{
      -webkit-mask: url(../images/icon-visibility.svg) no-repeat center;
    background: #b0b3b5;
    height: 20px;
    position: absolute;
    right: 230px;
    cursor: pointer;
    top: 25px;
    width: 25px;
}