@import url('https://fonts.cdnfonts.com/css/sf-pro-display');
@import url('https://fonts.cdnfonts.com/css/roboto');

.form-check-code{text-align: center;width: 100%;height: 100%;}
.form-check-code .form-check-code-inner{
  max-width: 600px;width:100%;
  min-height: 570px;
  position: relative;
  padding:20px;
  background: #00986266;
  border-radius: 50px;
}

.form-check-code .form-check-code-inner .box-form{
  width:100%;
  margin: 0px auto;

}
.form-check-code .form-check-code-inner .box-form-item{

}
.form-check-code .form-check-code-inner .box-form-item label{
  display: block;text-align: left;font-size: 20px;
  color:#006C47;
  font-weight: bold;
  padding-top:15px;
  margin-bottom: 10px;cursor: pointer;
  

}
.form-check-code .form-check-code-inner .box-form-item label img{max-width: 24px;position: relative;top: -2px;}

.form-check-code .form-check-code-inner .box-form-item input{

    min-height: 50px;
    border: 1px solid #CECECE;
    border-radius: 7px;
    background: #fff;
    color: #757575;
    font-size: 21px;
    width: 100%;
    padding: 0px 10px;
    outline: none;
    box-shadow: 0px 4.67px 4.67px 0px #0000001A;
    color:#A2A0A0;
    font-weight: normal;

}

.form-check-code .form-check-code-inner .box-form-button{
    padding-bottom: 20px;
    padding-top: 20px;
    
}
.form-check-code .form-check-code-inner .box-form-button button{
    background: transparent;
    border:0px;
    outline: none;
    color:#fff;
    text-transform: uppercase;font-size: 32px;font-weight: bold;
}

/* ===== Modal thông báo (SweetAlert2) ===== */
.swal2-container .swal2-popup.swal-result{
  width: 100%;
  max-width: 465px;
  border-radius: 22px;
  padding: 34px 26px 22px;
  font-family: 'SF Pro Display', sans-serif;
}
.swal2-container .swal-result .swal2-icon{
  width: 92px;
  height: 92px;
  margin: 0 auto 24px;
  border: 0;
}
.swal2-container .swal-result .swal2-icon .swal2-icon-content{
  font-size: 0;
  line-height: 0;
}
.swal2-container .swal-result-error .swal2-icon{ background: #006C47; }
.swal2-container .swal-result-success .swal2-icon{ background: #22C11E; }

.swal2-container .swal-result .swal2-title{
  padding: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
.swal2-container .swal-result-error .swal2-title{ color: #006C47; }
.swal2-container .swal-result-success .swal2-title{ color: #006C47; }
.swal-result-amount{ display: inline-block; }

.swal2-container .swal-result .swal2-html-container{
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.4;
  color: #1c1c1c;
}
.swal-result-msg{ margin-bottom: 16px; }
.swal-result-info{ font-size: 16px; color: #3a3a3a; margin-bottom: 6px; }
.swal-result-info span{ color: #006C47; }

.swal2-container .swal-result .swal2-actions{ margin: 26px 0 0; }
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background: linear-gradient(180deg, #006C47 0%, #006C47 100%) !important;
    outline: none;
    border-radius: 8px;
    min-width: 150px;
    padding: 12px 26px;
    font-size: 18px;
    box-shadow: none;
}
div:where(.swal2-container) button:where(.swal2-styled):focus,
div:where(.swal2-container) button:where(.swal2-styled):focus-visible{
    outline: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.swal2-container .swal-result .swal2-footer{
  border-top: 0;
  margin: 16px 0 0;
  padding: 0;
}
.swal-support-link{
  color: #006C47;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}
.swal-support-link:hover{ color: #006C47; text-decoration: underline; }
.box-menu{max-width: 1400px;text-align: left;margin:0px auto;display: block;width: 100%;margin-top:30px;}
.box-menu a{
  background: linear-gradient(0deg, #006E48, #006E48),
radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(18, 255, 172, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
background: url('../assets/images/btn_bg.png') no-repeat top center;
border: 2px solid #00CD85;border-radius: 30px;box-shadow: 0px -3.66px 9.76px 0px #46CF54 inset;
color:#fff;text-decoration: none;text-transform: uppercase;font-size: 22px;font-weight: bold;
padding: 11px 38px;
}

.full-box-banner-form{width:100%; display:grid;grid-template-columns: 50% 50%;margin-top: 100px;}
.full-box-banner-form .box-banner{}
.full-box-banner-form .box-banner-mobile{display:none;}
.full-box-banner-form .box-form-full .box-form{background: linear-gradient(180deg, #A0FFDE 0%, #FFFBEF 100%);border:2px solid #fff;border-radius: 38px;height: 100%;}
.full-box-banner-form .box-form-full .box-form .box-form-inner{padding: 0px 45px;}

.full-box-banner-form .box-form-full .box-form .box-title{
  font-size:30px;font-weight:bold;
  color:#fff;min-height: 92px;display:grid;align-items: center;justify-content: center;background:#006C47;
  text-transform: uppercase;border-bottom-left-radius: 100px;border-bottom-right-radius: 100px;
  font-family: 'Roboto', sans-serif;
  margin-bottom:20px;
}
.form-check-code .form-check-code-inner .box-form-button button{background: url('../assets/images/btn_bg.png') no-repeat top center;
  border: 2px solid #00CD85;border-radius: 30px;box-shadow: 0px -3.66px 9.76px 0px #46CF54 inset;
color:#fff;text-decoration: none;text-transform: uppercase;font-size: 22px;font-weight: bold;
padding: 11px 38px;background-size:cover;
}



.form-check-code .form-check-code-inner .box-info-extra{font-size:16px;color:#000000;padding-bottom: 25px;font-weight: normal;}
.form-check-code .form-check-code-inner .box-info-extra img{max-height:15px;display:inline-block;width: auto;margin-left: 5px;}
.form-check-code .form-check-code-inner .box-info-extra .box-item.box-link-code{margin-bottom: 20px;}
.form-check-code .form-check-code-inner .box-info-extra .box-item.box-link-code a{color:#000000;}
.form-check-code .form-check-code-inner .box-info-extra a{text-decoration:underline;color:#006C47;}

.form-check-code .form-check-code-inner .box-social{display:grid;grid-template-columns: auto auto;align-items: center;min-height: 60px;background: #ffff;border-bottom-left-radius: 40px;border-bottom-right-radius: 40px;}
.form-check-code .form-check-code-inner .box-social .box-title-social{font-size:16px;color:#006C47;}
.form-check-code .form-check-code-inner .box-social .box-item-social a{margin:0px 3px;}
.form-check-code .form-check-code-inner .box-social .box-item-social img{width:auto;max-height:27px;}

@media screen and (max-width: 1200px) {

  .box-menu{display:none;}
  .wrap-auth_header_logo{margin-top:30px;}
  .full-box-banner-form{margin-top:35px;padding:0px 15px;}
  .full-box-banner-form{display:block;}
  .full-box-banner-form .box-banner{display:none;}
  .full-box-banner-form .box-banner-mobile{display:block;}
  .form-check-code .form-check-code-inner{padding:13px;}
  .full-box-banner-form .box-form-full .box-form .box-form-inner{padding:0px 25px;}
  .full-box-banner-form .box-form-full .box-form .box-title{font-size: 19px;min-height: 60px;}
  .form-check-code .form-check-code-inner .box-form-item label{font-size: 14px;}
  .form-check-code .form-check-code-inner .box-form-item input{min-height:34px;font-size:16px;}
  .form-check-code .form-check-code-inner .box-form-button button{font-size:14px;padding: 8px 24px;}
  .form-check-code .form-check-code-inner{min-height: inherit;}
  .form-check-code .form-check-code-inner .box-info-extra{font-size: 13px;padding-bottom: 10px;}
  .form-check-code .form-check-code-inner .box-social{min-height: 35px;font-size:13px;}
  .form-check-code .form-check-code-inner .box-social .box-item-social img{max-height:20px;}
  .form-check-code .form-check-code-inner .box-social .box-title-social{font-size:13px;}

  .wrap-auth {
    
    background: url("../assets/images/bg_mobile.png") no-repeat top center !important;
    
    background-size:cover !important;
    background-attachment: fixed !important;
  }
  .full-box-banner-form .box-banner-mobile img{max-width:100%;}
  
}