/*Global Variable*/
:root{
  --main-color: #ED1C24;
  --main-font: "Kanit";
  --secondary-font: "Poppins";
}
.hero-section {
  background-color: #4C4C4C;
  padding: 150px 0px 160px 0px;
}
.hero-item-left p {
  max-width: 560px;
  width: 100%;
}

.user_login_link {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block !important;
  min-width: 215px;
  padding-top: 10px;
  font-family: var(--main-font);
}
.user_login_link:hover{
  color: var(--main-color);
}
.header-right-button .btn {
  margin: 0px;
  min-width: 190px;
  width: 100%;
  padding-top: 8px;
}

/* form-section-start */
.form-section {
  padding: 140px 0px 140px 0px;
  font-family: var(--main-font);
}
.login-form{}
.form-wrapper h2 {
  font-size: 33px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 30.4px;
}
.form-input-wrapper {
  margin-bottom: 45px;
}
.form-input {
  font-size: 22.55px;
  color: #000000 !important;
  font-weight: 400;
  line-height: 1.5em;
  max-width: 617.87px !important;
  width: 100% !important;
  height: 64.27px !important;
  border: 2px solid #cccccc !important;
  padding-left: 20px;
  display: block;
  border-radius: 0px !important;
}
.form-input:hover,.form-input:focus{
  border-color: var(--main-color) !important;
}
.form-input-wrapper {
    margin-bottom: 45px;
}
.last-input-wrapper {
  margin-bottom: 16px;
}
input::placeholder{
  color: #000;
font-size: 22.55px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.forgot_link {
  color: #3C29B7;
  font-size: 22.55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.forgot_link:hover{
  color: var(--main-color);
}
.form-wrapper h3{
  font-size: 22.5px;
  font-family: var(--main-color);
  font-weight: 400;
  line-height: 1.5em;
  color: #3C29B7;
}
input[type="submit"] {
  font-size: 22.5px;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  background-color: var(--main-color);
  border: none;
  max-width: 617.87px;
  width: 100%;
  height: 64.27px !important;
  margin-top: 43.05px;
}
.form-wrapper h4{
  font-size: 22.5px;
  font-family: var(--main-font);
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  text-align: center;
  margin-top: 41.42px;
  margin-bottom: 38.31px;
  position: relative;
}
.form-wrapper h4::after{
  position: absolute;
  content: '';
  background-color: var(--main-color);
  height: 2px;
  width: 30%;
  right: 0;
  top: 50%;
}
.form-wrapper h4::before {
  position: absolute;
  content: '';
  background-color: var(--main-color);
  height: 2px;
  width: 30%;
  left: 0;
  top: 50%;
}
.form-wrapper h5{
  font-size: 22.5px;
    font-weight: 400;
    line-height: 1.5em;
    color: var(--main-color);
    border: none;
    width: 617.87px;
    height: 64.27px;
    border: 1px solid var(--main-color);
    text-align: center;
    padding-top: 14px;
}


.form-wrapper h2{
  font-size: 33.83px;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--main-color);
}
.form-wrapper h3{
  font-size: 33px;
  color: #000000;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 16.5px;
  margin-bottom: 7.22px;
}
.form-wrapper p{
  font-size: 22.5px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 36.68px;
}


.form-wrapper input[type="submit"] {
  font-size: 22.5px;
  font-weight: 400;
  line-height: 1.5em;
  color: #ffffff;
  background-color: var(--main-color);
  border: none;
  max-width: 617.87px;
  width: 100%;
  height: 64.27px !important;
}
.form-wrapper h4{
  font-size: 22.5px;
  font-family: kanit;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  text-align: center;
  margin-top: 72.42px;
  margin-bottom: 37px;
}
.form-wrapper h5{
  font-size: 22.5px;
    font-weight: 400;
    line-height: 1.5em;
    color: #3C29B7;
    text-align: center;
}




.r-tb{
  padding-top: 131.29px;
  padding-bottom: 230.22px;
}

.create_account {
  font-size: 22.55px;
  font-style: normal;
  font-weight: 400;
  display: block;
  width: 100%;
  border: 1px solid var(--main-color);
  background: transparent !important;
  color: var(--main-color) !important;
  height: 64px;
  line-height: 62px;
  text-align: center;
  max-width: 617.87px;
}
.form-input-wrapper-diver{
  max-width: 617.87px;
  width: 100%;
}
.create_account:hover{
  background: var(--main-color) !important;
  color: #fff !important;
}

.forgot-form .form-input-wrapper {
  margin-bottom: 15px;
}
.forgot-form h4::before {
  position: absolute;
  content: '';
  background-color: var(--main-color);
  height: 2px;
  width: 41%;
  left: 0;
  top: 50%;
}
.forgot-form h4::after {
  position: absolute;
  content: '';
  background-color: var(--main-color);
  height: 2px;
  width: 41%;
  right: 0;
  top: 50%;
}

#get_otp {
  color: #3C29B7;
  font-size: 22.55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  display: block;
  width: 100%;
}
.form-input-wrapper.otp-form-input {
  display: flex;
  gap: 20px;
}
.otp_send {
  color: #3C29B7;
  font-size: 22.55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 64.27px;
  background: transparent;
  max-width: 155px;
  width: 100%;
  border: 2px solid #CCC;
  transition: .3s linear all;
}
.otp_send:hover{
  background-color:var(--main-color);
  color: #fff;
  border-color: var(--main-color);
}
.otp-form-input{
  max-width: 617.87px;
  width: 100%;
}

.show_password {
  color: #3C29B7;
  font-size: 22.55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  border: 0;
  position: absolute;
  padding: 0;
  right: 90px;
  top: 16px;
}

.last-input-wrapper {
  position: relative;
}
.show_password img {
  width: 30px;
  margin-right: 20px;
}
#login_form_wrapper h2 {
  color: #000;
}
.backbtn {
  cursor: pointer;
  margin-bottom: 10px !important;
}
.form-wrapper input[type="submit"]:hover{
  background-color: #ED1C24;
}

/*CreateAccount*/
.strong_password_notes h3 {
  color: #000;
  font-family: var(--main-font);
  font-size: 16.913px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}
.note_list{
  margin-left: 60px;
}
.note_list ul li {
  color: #000;
font-family: var(--main-font);
font-size: 16.913px;
font-style: normal;
font-weight: 300;
line-height: normal;
position: relative;
padding-bottom: 8px;
}
.note_list ul li::after {
  position: absolute;
  content: "";
  background-color: #ED1C24;
  background-image: url('/img/checkbox.svg');
  width: 12px;
  height: 12px;
  left: -23px;
  top: 8px;
  border-radius: 15px;
  background-position: center center;
  background-size: contain;
}
.strong_password_notes {
  margin-top: 30px;
}
.strong_password_notes h3 {
    color: #000;
    font-family:var(--main-font);
    font-size: 16.913px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
}
.form-input-wrapper-acceptance {
  margin-top: 30px;
}
.form-input-wrapper-acceptance label {
  color: #000;
  font-family:var(--main-font);
  font-size: 16.913px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  cursor: pointer;
}
.form-input-wrapper-acceptance label img {
  margin: 0px 10px;
  margin-bottom: -8px;
}
#accpeptance {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}
.terms_text {
  color: #000;
  font-family: var(--main-font);
  font-size: 16.913px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  max-width: 617px;
  width: 100%;
}
.terms_text a {
  color: #3C29B7;
}

.create_account_form h2 {
  color: #000;
  margin-bottom: 10px;
}
.create_account_form p {
  font-size: 22.5px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 30.68px;
}
/* form-section-end */

/* ---form-right-start--- */
.form-right-item {
  max-width: 600px;
  margin: 0 auto;
  margin-right: 0;
  margin-top: 50px;
}

.form-right-item h3{
  font-size: 28.19px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 1.5em;
  color: #000000;
}
.form-right-content-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 133.23px;
  margin: 30.37px 0px 43.15px 0px;
}
.top-item h4{
  font-size: 33.83px;
  color: var(--main-color);
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 1.5em;
}
.top-item p{
  font-size: 16.91px;
  color: #000000;
  font-family: var(--main-font);
  font-weight: 300;
  line-height: 1.5em;
}
.form-right-content-bottom{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 133.23px;
}
.bottom-item{}
.bottom-item h4{
  font-size: 33.83px;
  color: var(--main-color);
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 1.5em;
}
.bottom-item p{
  font-size: 16.91px;
  color: #000000;
  font-family: var(--main-font);
  font-weight: 300;
  line-height: 1.5em;
}
.form-right-item h5 {
  font-size: 28.19px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: 1.5em;
  color: #000000;
  margin: 57px 0px 25.33px 0px;
}
.required-list {
  margin-left: 80px;
}
.required-list ul li {
  position: relative;
  color: #000;
  font-family: var(--main-font);
  font-size: 22.55px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 8px;
}
.required-list ul li::after {
  position: absolute;
  content: "";
  background-color: #ED1C24;
  background-image: url('/img/checkbox.svg');
  width: 15px;
  height: 15px;
  left: -30px;
  top: 10px;
  border-radius: 15px;
  background-position: center center;
  background-size: contain;
}


/* ---form-right-end--- */


@media screen and (max-width:767px){
  .hero-section {
    background-color: #4C4C4C;
    padding: 50px 0px 60px 0px;
}
  .form-section {
    padding: 60px 0px 60px 0px;
}
.form-wrapper h2 {
  font-size: 28.83px;
  margin-bottom: 20px;
}
.form-input-wrapper {
  margin-bottom: 25px;
}
.last-input-wrapper {
  margin-bottom: 10px !important;
}
input[type="submit"] {
  margin-top: 25.05px;
}
.form-wrapper h4 {
  margin-top: 33.42px;
}
.form-input-wrapper-diver h4 {
  font-size: 18px;
}
input::placeholder{
  font-size: 16px;
}
.forgot_link {
  font-size: 20px;
}
.form-wrapper h3 {
  font-size: 28px;
  margin-bottom: 5px;
}
.form-wrapper p {
  font-size: 18.5px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
  margin-bottom: 25.68px;
}
#get_otp {
  font-size: 20px;
}
.show_password {
  font-size: 16.55px;
  right: 20px;
  top: 20px;
}
.show_password img {
  width: 22px;
  margin-right: 10px;
}
.otp_send {
  font-size: 17.55px;
  max-width: 130px;
}
.create_account_form h2 {
  margin-bottom: 10px;
}
.note_list {
  margin-left: 25px;
  margin-top: 15px;
}
.form-input-wrapper-acceptance {
  margin-top: 10px;
}
.form-input-wrapper-acceptance label {
  font-size: 12.913px;
}
.form-input-wrapper-acceptance label img {
  margin: 0px 5px;
  margin-bottom: -4px;
  max-width: 18px;
}
.terms_text {
  font-size: 12.913px;
}
.form-right-item h3 {
  font-size: 22.19px;
}
.form-right-content-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  margin: 20px 0px 30px 0px;
}
.form-right-item h5 {
  font-size: 24.19px;
  font-family: var(--main-font);
  font-weight: 500;
  line-height: normal;
  color: #000000;
  margin: 40px 0px 20.33px 0px;
}
.required-list {
  margin-left: 30px;
}
.required-list ul li {
  position: relative;
  color: #000;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 5px;
}
.required-list ul li::after {
  
  width: 12px;
  height: 12px;
  left: -28px;
  top: 7px;
  border-radius: 15px;
}
.note_list ul li {
  font-size: 11.913px;
  padding-bottom: 4px;
}
.note_list ul li::after {
  width: 10px;
  height: 10px;
  left: -22px;
  top: 4px;
}
.hero-item-right {
  margin-top: 50px;
}
}


@media screen and (max-width:991px) and (min-width:768px){
  .hero-section {
    background-color: #4C4C4C;
    padding: 65px 0px 85px 0px;
}
.form-section {
  padding: 70px 0px 80px 0px;
  font-family: var(--main-font);
}
section.form-section .col-md-6 {
  max-width: 617.87px !important;
  width: 100%;
  margin: 0 auto;
}
}

@media screen and (max-width:1024px) and (min-width:992px){
  .hero-section {
    background-color: #4C4C4C;
    padding: 65px 0px 85px 0px;
}
.form-section {
  padding: 70px 0px 80px 0px;
  font-family: var(--main-font);
}
.login-col-6 {
  max-width: 617.87px !important;
  width: 100%;
  margin: 0 auto;
}
.form-right-item {
  max-width: 390px;
}
.create_account_form {
  max-width: 95%;
}
}

@media screen and (max-width:1200px) and (min-width:1025px){
  .form-right-item {
    max-width: 500px;
}
.create_account_form {
  max-width: 95%;
}
.play-item-right img {
  max-width: 154px;
}
.hero-section {
  background-color: #4C4C4C;
  padding: 80px 0px 125px 0px;
}
.form-section {
  padding: 80px 0px 90px 0px;
  font-family: var(--main-font);
}
}

@media screen and (max-width:1368px) and (min-width:1201px){
  .form-right-item {
    max-width: 500px;
}
.create_account_form {
  max-width: 95%;
}
.play-item-right img {
  max-width: 150px;
}
.hero-section {
  background-color: #4C4C4C;
  padding: 80px 0px 125px 0px;
}
.form-section {
  padding: 80px 0px 90px 0px;
  font-family: var(--main-font);
}
}