.nocos-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
label {
  margin: 0;
}
.no-dec {
  text-decoration: none !important;
}
.form-control {
  display: inline-block;
}
button.btn.btn-primary {
  background: linear-gradient(to bottom, #2a66d3 0%, #0a368a 100%);
}
button.btn.btn-primary:hover {
  background: #2a66d3;
}
.flex {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.flexchild2 {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.clearFlex {
  -webkit-flex: inherit !important;
  -moz-box-flex: inherit !important;
  -ms-flex: inherit !important;
  flex: inherit !important;
}
.container .logo {
  height: 170px;
  padding-top: 62px;
}
.container .logo .logo-img {
  position: relative;
  width: 289px;
  height: 72px;
  right: 8px;
}
.container .main {
  padding-top: 48px;
}
.container .main h2 {
  font-size: 24px;
  color: #1577e4;
  font-weight: 400;
}
.container .main h2 span {
  font-size: 14px;
  letter-spacing: 2px;
  color: #666;
  font-weight: 400;
}
.container .main h2 span em {
  font-style: normal;
  color: red;
}
.container .main .instructions-title {
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: 30px;
}
.container .main .verification-wrapper {
  width: 446px;
}
.container .main .verification-wrapper ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
}
.container .main .verification-wrapper ul li {
  height: 43px;
  padding: 0 1px;
  overflow: hidden;
}
.container .main .verification-wrapper ul li:first-child {
  border-bottom: 1px solid #ccc;
  line-height: 50px;
  border-right: 1px solid #ccc;
  -webkit-flex: 0 0 140px;
  -moz-box-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}
.container .main .verification-wrapper ul li.select {
  border-top: 3px solid #1577e4;
  border-right: 1px solid #ccc;
  line-height: 38px;
}
.container .main .verification-wrapper ul li.no-select {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #f4f4f4;
  line-height: 42px;
}
.container .main .verification-wrapper ul li.email,
.container .main .verification-wrapper ul li.phone {
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.container .main form {
  padding: 0 15px;
}
.container .main form .email-ver .form-title {
  width: 300px;
}
.container .main form .email-ver .form-title label {
  font-size: 18px;
  font-weight: 400;
  margin: 50px 0 10px;
}
.container .main form .email-ver .form-title div {
  padding-right: 30px;
  position: relative;
}
.container .main form .email-ver .check {
  margin-top: 25px;
  height: 24px;
  font-size: 0;
}
.container .main form .email-ver .check label {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 5px;
}
.container .main form .email-ver .check div {
  font-size: 14px;
  padding: 0 9px;
  height: 100%;
  display: inline-block;
}
.container .main form .email-ver .check div input {
  height: 100%;
  width: 70px;
  padding: 0 5px;
  border-radius: 0;
}
.container .main form .email-ver .check div i{
	left: 95px;
  top: -5px;
}
.container .main form .email-ver .sub {
  height: 42px;
  margin-top: 37px;
}
.container .main form .email-ver .sub button {
  height: 100%;
  width: 125px;
}
.container .main form .phone-ver .form-title {
  width: 365px;
}
.container .main form .phone-ver .form-title label {
  font-size: 18px;
  font-weight: 400;
  margin: 50px 0 10px;
}

.container .main form .phone-ver .form-title div label {
  padding: 0;
  line-height: 34px;
  font-size: 14px;
  margin: 0;
}
.container .main form .phone-ver .check {
  margin-top: 25px;
  height: 30px;
  font-size: 0;
}
.container .main form .phone-ver .check label {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 5px;
}
.container .main form .phone-ver .check div {
  width: 88px;
  font-size: 14px;
  margin-left: 18px;
  margin-right: 20px;
  height: 100%;
  display: inline-block;
}
.container .main form .phone-ver .check div i{
	left: 110px;
	top: -2px;
}
.container .main form .phone-ver .check div input {
  height: 100%;
  width: 88px;
  border-radius: 0;
  padding-right: 30px;
}
.container .main form .phone-ver .check button {
  height: 100%;
  width: 128px;
  vertical-align: top;
  line-height: 0;
}
.container .main form .phone-ver .sub{
	height: 42px;
	margin-top: 37px;
}
.container .main form .phone-ver .sub button{
	height: 100%;
	width: 125px;
}
@media (max-width: 768px) {
  .container .logo {
    height: inherit;
  }
  .container .logo .logo-img {
    width: inherit;
    height: inherit;
    right: 0;
  }
  .container .main .verification-wrapper {
    width: inherit;
  }
  .container .main form .phone-ver .form-title{
    width: auto;
  }
  .container .main form .phone-ver .form-title div input {
    display: block;
  }
  .container .main form .phone-ver .check div {
    margin: 0 5px;
  }
  .container .main form .phone-ver .check button {
    width: 120px;
    vertical-align: top;
    line-height: 0;
  }
  .phone-resetPsd{
  	margin-top:0px;
  }
  
}
.change {
  display: none;
}


@media only screen and (max-width: 768px){
.main hr{display:none;}
.container .main h2{font-size:18px;margin-bottom:15px;} 
.main h4{padding-bottom:10px;border-bottom:1px solid #ddd;}
.main h4 > img{width:25px!important;}
.container .main .instructions-title{margin-top:0;margin-bottom:10px;line-height: 1.5;}
.container .main .instructions-title:last-child{margin-bottom:0;}
.container .main h2 span{top:0;}

}

