:root {
  --screen-max-width:1600px;
  --section-inner-width:1080px;
}

.header-section {
  height: 200px;
  background-color: #D9E6F2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-section h2{
  font-size: 2rem;
}

.form-register-section {
  margin: 60px 0 120px 0;
}

.form-register {
  max-width:var(--section-inner-width);
  margin:auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #2699D5;
  line-height: 0.1rem;
  margin: 30px 0 30px 0;
  font-size: 1.5rem;
  font-weight: 500;
}

.section-title span {
  background:#FAFBFC;
  padding: 0 15px;
}

.user-infor, .account-infor, .terms-policy {
  width: 100%;
}

.user-infor, .account-infor, .terms-policy {
  margin-bottom: 20px;
}

.user-infor, .account-infor, .terms-policy iframe{
  width: 100%;
  margin-bottom: 20px
}

iframe { 
  height: 280px;
  background-color: #ffffff;
  padding: 10px 5px;
}

.table-form {
  width: 100%;
}

.row-expand {
  padding: 25px 0;
  border-bottom: 1px dotted #ddd;
}

.table-form input.form-control {
  height: 40px;
}

.table-form .form-control {
  font-size: 0.875rem;
}

.table-form .form-label {
  font-weight: 400 !important;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.btn-submit {
  width: 240px;
  height: 60px;
  border-radius: 5px;
  background-color: #2699D5;
  font-size: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 20px;
}

.btn-submit i{
  margin: 0 20px;
}

.form-description {
  color: #63666A;
  font-size: 0.875rem;
  margin-top: 10px;
}

.btn-checkbox {
  position: relative;
}

.acp-policy-container {
  display: flex;
  justify-content: center;
  padding: 20px;
  background-color: #ECF1F7;
}

.acp-policy-container .text-btn-checkbox{
  padding-left: 40px;
}

.wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 0;
  bottom: 0;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  background-color: #FAFBFC;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  outline: none;
  align-items: center;
  justify-content: center;
  border: 1px solid #DBDBDB;
}
label {
  color: #4c4c4c;
  cursor: pointer;
}
input[type="checkbox"]:after {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: 1.125rem;
  color: #E24719;
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

.sub-title-policy {
  font-size: 0.875rem;
  margin-bottom: 20px;
}

.header-section, .form-register-section {
  padding: 0 15px;
}

@media screen and (max-width:768px) {
  body {
      padding:0;
      background-image:url(../img/hero-bg-top.png), url(../img/hero-bg-bottom.png);
      background-size:700px, 700px;
      background-position:right top, left bottom;
      background-repeat:no-repeat, no-repeat;
      background-attachment:fixed;
  }
  .header-pc {
      display:none;
  }
  .header-sp {
      display:flex;
  }

  .header-section {
    height: 150px;
    justify-content: start;
  }

  .form-register {
    padding: 10px 0 70px 0;
  }

  .row-expand {
    flex-direction: column;
    padding: 15px 0;
    border-bottom: none;
  }

  .row-expand div{
    width: 100% !important;
  }

  .row-expand input{
    width: 100% !important;
  }

  .table-form .form-label {
    font-size: 0.875rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin-bottom: 10px;
  }

  .table-form .form-label span {
    margin-right: 10px;
  }

  .table-form input.form-control {
    height: 35px;
  }

  .table-form .form-control {
    font-size: 0.875em
  }

  .btn-submit {
    width: 100%;
    font-size: 0.9rem;
    margin-top: 10px;
    height: 50px;
  }

  .section-title {
    font-size: 1.25rem;
    margin: 30px 0 30px;
  }

  input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  input[type="checkbox"]:after {
    font-size: 0.875rem;
    margin-top: 2px;
  }

  .acp-policy-container {
    padding: 15px;
    margin-bottom: 30px;
  }

  .acp-policy-container .text-btn-checkbox {
    font-size: 0.875rem;
    padding-left: 30px;
  }

  .form-description {
    font-size: 0.75rem;
  }

  .acp-policy-container .text-btn-checkbox {
    padding-left: 30px;
  }

  .sub-title-policy {
    font-size: 0.75rem;
  }

  .btn-submit i{
    margin: 0 10px;
  }

  iframe {
    height: 200px;
  }
}

@media screen and (max-width:468px) {

  .section-title {
    font-size: 0.9rem;
  }

  .section-title span {
    padding: 0 10px;
  }
}

@media screen and (max-width:340px) {

  .section-title {
    font-size: 0.9rem;
  }
}
