*{
  box-sizing:border-box;  
  -moz-box-sizing:border-box; /* Firefox */  
  -webkit-box-sizing:border-box; /* Safari */
}
body, html ,p, table, tbody, tr, th, td, ul, li, h3, img, form {
    margin: 0;
    padding: 0;
}
a{
  text-decoration: none;
}
body,html{
    background: #FFF;
  }

  .max{
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    margin:0 auto;
    box-sizing: border-box;
    /* background: #E8DAB3; */
    
  }
  
  input,select,option,button{
    height: 2rem;
    border-radius: 0.3rem;
    margin-top: 3px;
    margin-bottom: 10px;
    width: 100%;
    border: solid 0.5px black;
  }
  input[type=date]{
      background: white;
  }
  input[type=text],input[type=password]{
    padding-left: 1em;
}
  select{
      height: 1.8rem;
      background: white;
  }
  
  .div_1{
    margin: 1rem;
  }
  
  .submit,.button{
    padding: 0 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #3838c5;
    color: #fff;
    width: 100%;
    font-size: 1.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;

  }
  .submit:active {
    box-shadow: inset 0 3px 5px 0 rgba(0,0,0,0.2);
    outline: 0;
    background: #0101ab;
}
.form_btm a{
  color: #3097ff;
}

.error {color: #FF0000;
}
.ok{
  color: green;
}

.check_code .left{
  width: 60%!important;
}
.check_code .right{
  float: right;
  width: 30%;
  text-align: center;
  height: 2em;
  line-height: 2em;
  background: #a9a9ff;
  margin-top: 3px;
  margin-bottom: 10px;
  border-radius: 0.5em;
  border: 1px solid;
}
.check_code .right:active{
  background: grey;

}
  select:focus{outline:none;}
  input:focus{outline:none;}