.agreement-box{
    max-width: 1000px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom: 70px;
}
.agreement-box p{
    text-align: justify;
}
body {
    background-color: #fff;
  }

  .top {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
  }
  .simpleBox{
    width: calc(100% - 200px);
    margin: 0 auto;
    max-width: 1200px;
  }
  h1 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1.5em;
  }
  b {
    font-weight: 700;
  }
 
  .ltitle {
    margin-top: 2em!important;
    margin-bottom: 1.5em !important;
    font-size:1.5em;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
  .ltitle_s {
    margin-top: 1em!important;
    margin-bottom: 1em !important;
    font-size:1em;
    color: #000;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
}
.b{
  font-weight: bold;
}
.sbtn{
  display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    color: #e70012;
    padding: 0 20px;
    border: 1px solid #e70012;
}
@media (max-width: 992px){
  .simpleBox .loginsubmit{
    margin-top: 40px!important;
    margin-bottom: 40px;
  }
  .simpleBox{
    width: calc(100% - 0px);
    background: #fff;
    padding:0 20px;
    box-sizing: border-box;
  }
 
  .agreement-box{
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  h1{
    font-size: 1.5em;
  }
  .ltitle{
    font-size: 1.2em;
  }
 
}