.hide {
  display: none !important;
}

.titlePage {
  color: #023e97;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  font-size: 52px;
  margin-bottom: 36px;
}

@media (max-width: 428px) {
  .titlePage {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.bGoto {
  margin-bottom: 16px;
  text-align: center;
  color: #828282;
}

.bGoto a {
  color: #023e97;
  font-weight: bold;
  font-style: italic;
}

.bGoto a:hover {
  text-decoration: underline;
}

.titleGroup {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 428px) {
  .titleGroup {
    font-size: 20px;
  }
}

.planText {
  font-size: 16px;
  margin-bottom: 24px;
}

@media (max-width: 428px) {
  .planText {
    font-size: 14px;
  }
}

@media (max-width: 428px) {
  .planText {
    margin-bottom: 24px;
  }
}

section#pFormRegister .bDisplay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 36px;
}

@media (max-width: 428px) {
  section#pFormRegister .bDisplay {
    margin-bottom: 20px;
  }
}

section#pFormRegister .bDisplay .btnUpload {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

section#pFormRegister .bDisplay .btnUpload .bPic {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  width: calc(128px + 8px);
  height: calc(128px + 8px);
  border: 8px solid #f5f5f5;
  background: url(../ap_asset/img/ico-user.svg) #0060ae center center no-repeat;
  background-size: 60%;
}

section#pFormRegister .bDisplay .btnUpload .bPic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

section#pFormRegister .bDisplay .btnUpload .bPic input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

/* section#pFormRegister .bDisplay .btnUpload .bPic:after {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background: url(../ap_asset/img/ico-img.svg) center center no-repeat;
  background-size: 40% auto;
  background-color: #0071ce;
  opacity: 0;
} */

section#pFormRegister .bDisplay .btnUpload p {
  margin-top: 8px;
  color: #023e97;
  font-weight: bold;
}

/* section#pFormRegister .bDisplay .btnUpload:hover .bPic {
  border-color: rgba(54, 145, 255, 0.12);
} */

/* section#pFormRegister .bDisplay .btnUpload:hover .bPic::after {
  opacity: 1;
} */

section#pFormRegister .bDisplay .btnUpload:hover p {
  color: #1258a7;
}

section#pFormRegister .bBtn {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 428px) {
  section#pFormRegister .bBtn {
    margin-top: 36px;
  }
}

section#pFormLogin {
  width: 100%;
}

section#pFormLogin .bLogin .bBtn .btn {
  height: 67px;
  line-height: 67px;
}

@media (max-width: 428px) {
  section#pFormLogin .bLogin .bBtn .btn {
    min-width: inherit;
    max-width: inherit;
  }
}

section#pFormLogin .titleGroup {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 428px) {
  section#pFormLogin .titleGroup {
    font-size: 22px;
    text-align: center;
  }
}

section#pFormLogin .bForgot {
  margin: 36px 0;
  text-align: center;
}

@media (max-width: 428px) {
  section#pFormLogin .bForgot {
    margin: 20px 0;
  }
}

section#pFormLogin .bForgot a {
  color: #023e97;
  font-weight: bold;
  font-style: italic;
}

section#pFormLogin .bForgot a:hover {
  text-decoration: underline;
}

section#pFormLogin .bSeparate {
  margin: 38px 0 21px;
  color: #828282;
  font-size: 16px;
  width: 100%;
  text-align: center;
}

@media (max-width: 428px) {
  section#pFormLogin .bSeparate {
    font-size: 14px;
  }
}

section#pFormLogin .bSeparate:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #bdbdbd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

section#pFormLogin .bSeparate span {
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 0 10px;
}

section#pFormLogin .bLoginSocial {
  margin-bottom: 42px;
}

@media (max-width: 428px) {
  section#pFormLogin .bLoginSocial {
    margin-bottom: 20px;
  }
}

section#pFormLogin .bLoginSocial .bBtn {
  display: flex;
  column-gap: 20px;
  row-gap: 20px;
}

@media (max-width: 428px) {
  section#pFormLogin .bLoginSocial .bBtn {
    flex-direction: column;
    align-self: center;
  }
  section#pFormLogin .bLoginSocial .bBtn .btn {
    min-width: inherit;
    max-width: inherit;
  }
}

section#pFormForgot {
  width: 100%;
}

section#pFormForgot .titleGroup {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 428px) {
  section#pFormForgot .titleGroup {
    font-size: 28px;
  }
}

section#pFormForgot .bBtn {
  margin-top: 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 428px) {
  section#pFormForgot .bBtn {
    margin-top: 32px;
  }
}

section#pFormForgot .bBtn a,
section#pFormForgot .bBtn button {
  max-width: 274px;
}
.bPDPA .p1,
.bPDPA .p2{
  font-weight: bold;
  margin-bottom: 15px;
}
.bPDPA .p2{
  color: #5E86C9;
}
.bPDPA .control--radio .text{
    font-weight: bold;
}