@charset "utf-8";
@import url(init.css);
@import url(pub.css);
@import url(public.css);
@import url(../fonts/simple-line-icons/css/simple-line-icons.css);


.forgot{
    margin: 3rem auto;
    margin-bottom: 0;
    background: url(../image/reg.jpg) no-repeat;
    height: 64rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.forgot > div {
    flex: 1;
    display: inline-block;    
}



.forgot img {
    width: 20rem;
    height: auto;
    margin-top: 1rem;
    border-radius: 1rem;
}



.forgot .wx{
    margin-left: 1.6rem;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 3rem;
    line-height: 2;
    
}

.wx >p , .forgot-form>p{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
}

.forgot-form{
    margin-top: 3rem;
    margin-right: 1.6rem;
}

.rigistion-form {

    background: #fbfbfb none repeat scroll 0 0;
    box-shadow: -1px 2px 5px 2px rgba(0, 0, 0, 0.07);
    padding: 1rem 3rem 3rem 3rem;
}

.single-input > input , .send-verify , .submit-verify{
    border: 0.1rem solid #27ae61;
    border-radius: 0.3rem;
    height: 3rem;
    line-height: 3rem;
    
}

.width30{
    padding:  .5rem 1rem;
    font-size: 1.8rem;
    width: 30rem;
}

.width20{
    padding:  .5rem 1rem;
    font-size: 1.8rem;
    width: 20rem;
}

.reg-form-title{
    font-size: 1.6rem;
    color: #3c3c3c;
    margin-top: 1.5rem;
}

.send-verify{
    color: #fff;
    background-color: #27ae61;
    font-size: 1.4rem;
    padding: .5rem 1rem;
    outline: none;
    height: 4.2rem;
    margin-left: 1rem;
    box-sizing: border-box;
    cursor: pointer;

}

.submit-verify{
    box-sizing: border-box;
    width: 15rem;
    padding: 0 2rem;
    height: 3.8rem;
    outline: none;
    color: #fff;
    font-size: 1.6rem;
    background-color: #27ae61;
    margin-top: 2rem;
    cursor: pointer;
    
}



@media screen and (max-width: 768px){ 
    .forgot{        
        height: 90rem;
        display: block;    
    }
    
    .forgot > div {
        flex: 1;
    }

    
  }
  
  
  @media screen and (min-width: 769px) and (max-width:992px){ 
    .forgot{        
        height: 90rem;
        display: block;    
    }
    
    .forgot > div {
        flex: 1;
        
    }

    
      
  }
  
  @media screen and (min-width: 992px) and (max-width:1200px){ 
      
  }
  
  @media screen and (min-width: 1201px) { 
      
  }