html, body, h1, h2, h3, h4, h5, h6, div, p {
  margin: 0;
  padding: 0;
}
a{
  color: #307fc8;
  font-size: 16px;
}

body {
  font-family: ArialMT Arial-BoldMT ,'Segoe UI', SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.xl-banner {
  background: url("../img/sign/bg.jpg") no-repeat center;
  width: 100%;
  min-height: 100vh;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.xl-banner.xl-reset{
  padding-top: 8%;
}
.xl-banner .xl-signban{
  background: url("../img/bg.jpg") no-repeat center;
}

.xl-banner .container {
  padding-top: 77px;
}

.xl-sign {
  width: 45%;
  margin: auto;
  padding: 40px;
}

.xl-sign h1 {
  font-size: 48px;
  color: #fff;
  text-align: center;
}

.xl-sign-box {
  margin-top: 25px;
}
.xl-sign .p{
  font-size: 16px;
  margin: 20px 0;
  color: #fff;
  text-align: center;

}
.xl-sign .p a{
  font-size: 16px;
  margin: 15px auto;
  text-align: center;
  text-decoration: none;
}
.xl-box {
  position: relative;
}
.xl-input::placeholder{
color: rgba(255, 255, 255, 0.20);
}

.xl-input {
  font-weight: normal;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 29px;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

.xl-input.valid{
  background-color: transparent;
}

input {
  outline: none;
  border: none;
}

.xl-input:focus {
  border-color: transparent !important;
  border: none;
  color: #fff;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #0b84f5;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input100::after {
  content: '';
  background: url("../img/sign/email-white.png") no-repeat center;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.xl-input:focus + .focus-input100::before {
  width: 100%;

}

.xl-input:focus + .focus-input100::after {
  background: url("../img/sign/email-blue.png") no-repeat center;

}

.xl-pwd::after {
  background: url("../img/sign/password-white.png") no-repeat center;
}

.xl-input:focus + .xl-pwd::after {
  background: url("../img/sign/password-blue.png") no-repeat center;

}
.eror.error,.eror{
  color: rgba(255, 68, 65, 1);
  font-size: 14px;
  padding: 10px;
  text-align: center;
  position: relative;
  top:20px;
}
.eror.success{
  color: #4ad664;
  font-size: 14px;
  padding: 10px;
  text-align: center;
  position: relative;
  top:20px;
}
.form-group label.error{
  display: block;
  padding: 10px 20px;
  position: absolute;
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 68, 65, 1);
}

.form-group{
  position: relative;
}
.form-horizontal .xl-gr-buttom {
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.74);
  padding-bottom: 3px;
}
.form-horizontal .xl-gr-buttom.error {

  border-bottom: 1px solid  rgba(255, 68, 65, 1);
}
.form-horizontal .form-group{
  margin: auto;
}
.form-horizontal .xl-group {
  margin-top: 50px;
  margin-bottom: 25px;
}

#checkSign, #checkSign1 {
  display: none;
}


.form-horizontal .xl-bttom {
  border-bottom: none;
}

.xl-box label {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0;
  color: #ffffff;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  cursor: pointer;
}

.xl-box input:not(:checked) + label::before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 20px;
}

.xl-box input:checked + label::before {
  background: #fff url("../img/sign/choosed.png") no-repeat center;
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 20px;
}

.xl-link {
  margin-right: 0;
  margin-left: auto;
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}

.xl-link:hover {
  color: #0b84f5;
}

.xl-btn {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  background-color: rgba(13, 30, 55, 0.64);
  border-radius: 5px;
  height: 50px;
  border:none;
  font-size: 20px;
  color: #ffffff;
}

.xl-btn:hover {
  color: #ffffff;
  border:none;
  background-color: rgba(47, 151, 247, 1);
  transition: .3s;
}
.xl-btn:focus {
  color: #ffffff;
  background:url("../img/LOADING.gif") no-repeat center;
  background-size: cover;
  transition: .3s;
  border-radius: 5px;
  border:none;
}
.xl-signup:focus {
  color: #ffffff;
  background:url("../img/LOADING.gif") no-repeat center;
  background-size: cover;
  transition: .3s;
  border-radius: 5px;
  border:none;
}
.xl-link-box {
  text-align: center;
}

/*sign up*/

.xl-user:after {
  background: url("../img/user-white.png") no-repeat center;
}

.xl-input:focus + .xl-user::after {
  background: url("../img/user.png") no-repeat center;

}

.xl-box1 label {
  width: 100%;
  display: block;
}

.form-horizontal .xl-center {
  margin-bottom: 0;
  margin-top: 55px;
}

.font-size14 .xl-box1 label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #fff;
}

.xl-signup {
  background-color: #42a538;
  border-radius: 5px;
  font-size: 20px;
  width: 50%;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #ffffff;
  height: 50px;
  display: table;
  margin: 35px auto;
}

.xl-signup:hover {
  color: #fff;
  background-color: #26a51a;
  transition: .3s;
}
.xl-up-box{
  display: inline-block;
  vertical-align: top;
  width: 45%
}
.xl-up-box:first-child{
  margin-right: 3%;
}
label.xl-other{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
 line-height: 30px;
}
.xl-tel:after {
  background: url(../img/sign/ic-phone.png) no-repeat center;
}
.xl-input:focus + .xl-tel:after {
  background: url(../img/sign/ic-phone_12.png) no-repeat center;
}
.xl-input:focus + .xl-country:after {
  background: url(../img/sign/ic-country_57.png) no-repeat center;
}.xl-country:after {
  background: url(../img/sign/ic-country.png) no-repeat center;
}.xl-uri:after {
  background: url(../img/sign/ic-website.png) no-repeat center;
}
.xl-input:focus + .xl-uri:after {
  background: url(../img/sign/ic-website_78.png) no-repeat center;
}

@media  (min-width: 769px) and (max-width: 1199px){
  .xl-sign{
    width: 60%;
  }

}
@media (min-width: 768px) {
  .xl-sign{
    width: auto;
  }
  .xl-up-box{
    display: block;
    width: auto;
  }
  .xl-up-box:first-child{
    margin-right: 0;
  }
}
@media  (min-width: 1200px) {
  .xl-sign{
    width: 80%;
  }
  .xl-up-box{
    display: inline-block;
    vertical-align: top;
    width: 45%
  }
  .xl-up-box:first-child{
    margin-right: 3%;
  }
  .xl-sign.xl-in-box{
    width: 50%;
  }

}
.xl-dice{
  height: 1px;
  margin: 30px 0;
  background: #d9d9d9;
}
.div-p{
  margin: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.alert-validate:hover::before {
  visibility: visible;
  opacity: 1;
}
.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;
  font-family: 'Microsoft Yahei';
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.xl-icon-auth a{
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  margin-top: 0;
  background-image: url(../img/shares.svg);
  background-size: 300%;
  background-repeat: no-repeat;
  background-position-y: 0;
  -ms-background-position-y: -15px;
  cursor: pointer;
}
.xl-icon-auth{
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  letter-spacing: normal;
  color: #ffffff;
}
.xl-icon-auth div{
  display: inline-block;
  vertical-align: middle;
}

.xl-icon-auth a:hover{
  background-position-y: -30px;
}
.xl-icon-auth #google a{
  background-position-x: -60px;
}
.eror .alert{
  margin-bottom: 0!important;
}