﻿.card-body > form {
  margin-top: 80.15px;
}

.fafa_Icon {
  color: white;
  font-size: 17px;
  padding-right: 13px;
  margin-top: 7px;
}

.full-width{
    width: 100%;
}

.login_input_img {
    height: 25px;
    width: 25px;
    filter: invert(1);
    margin-left: -3px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.password {
  max-width: 226px;
  width: 100%;
}


.password_eye {
  cursor: pointer;
  color: dimgray;
  margin-right: 21px;
  font-size: 18px;
}

#hideIcon1 {
  opacity: 0.2;
  filter: invert(1);
  margin-right: 5px;
}

#hideIcon2 {
  opacity: 0.2;
  filter: invert(1);
  margin-left: 10px;
}

.hide-div {
  opacity: 0;
  pointer-events: none;
}

.login_password {
  width: 75% !important;
  padding-right: 10px;
}

.form-check-sign > .check {
  border: 1px solid #555555 !important;
  border-radius: 2px;
}

.forgot_password {
  display: flex;
  justify-content: center;
  font-family: poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
}

.btn-login {
  font-family: poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-transform: none;
  cursor: pointer;
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  text-decoration: none;
  letter-spacing: 0;
  border: 0;
  outline: 0;
  border-radius: 25px;
}
.btn-login:disabled {
  cursor: unset;
}

.display {
  overflow: hidden;
  text-align: center;
  color: white;
}

.display:before,
.display:after {
  background-color: white;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 148px;
}

.display:before {
  right: 0.5em;
  /*margin-left: -95%;*/
}

.display:after {
  left: 0.5em;
  /*margin-right: -95%;*/
}

.thrid-party-login {
  color: #88888888;
  font-family: poppins;
  font-weight: 400;
}

.Third-login {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  height: 80px !important;
  width: 80px !important;
}

.Thrid-login-font {
  font-family: poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
}

h4 {
  display: flex;
  flex-direction: row;
  color: #8c8c8c;
}
h4:before {
  right: 0.5em;
}
h4:after {
  left: 0.5em;
}
h4:before,
h4:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #8c8c8c;
  margin: auto;
  width: 148px;
}

h4 > span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  font-family: poppins;
}

.signUpOrLogin {
  padding-top: 80.15px;
  display: flex;
  justify-content: center;
}

.Thrid-login-select {
  padding-top: 20px;
}

.signUp {
  text-align: center;
  padding-top: 18px;
  font-family: poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 25.6px;
  color: #8c8c8c;
}
/* 
.fa-bg {
    background-color: #eee;
} 
*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
  background-color: transparent;
}

::-ms-reveal {
  display: none;
}

.form-check-label {
  font-family: poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
}

.error-msg {
  font-family: poppins;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}

.error_div {
  text-align: center;
  padding-top: 10px;
}
.form-check-field {
  padding-left: 20px;
  padding-top: 15px;
}


.image-div {
    margin-top: 28px;
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .image-div {
        margin-top: 40px;
    }
}

.logo-image {
    height: 6rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.otp-modal{
    background-color: rgba(0,0,0,0.9);
    color: #fff;
}

.otp-modal .modal-footer{
    border-top-color: rgba(0,0,0,0.9);
}

@media only screen and (max-width: 300px) and (orientation: portrait) {
    Third-login {
        width: 40px !important;
        height: 40px !important;
    }
}

.btn-otp{
  min-width: 130px;
}

@media only screen and (max-width: 576px) {
    .btn-otp-container{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .btn-otp{
        width: 100%;
    }
}

@media only screen and (orientation: landscape) {
  @media (min-width: 1024px) {
    .vcCard_input_field_div {
      /*width: 35.7895vh !important;*/
      height: 5.263vh !important;
      border-radius: 2.6316vh !important;
    }

    h4 {
      padding-left: 5.5vh !important;
      padding-right: 5.5vh !important;
      margin-bottom: 1.6842vh !important;
    }

    .Third-login-button-div {
      padding-left: 7.368vh !important;
      padding-right: 7.368vh !important;
    }

    .Third-login {
      width: 6.3158vh !important;
      height: 6.3158vh !important;
    }

    .Thrid-login-font {
      font-size: 1.2623vh !important;
      line-height: 2.0211vh !important;
      padding-top: 0.4211vh !important;
    }

    .signUp {
      font-size: 1.4737vh !important;
      

    }

    .fa-type-8excite,
    .fa-type-apple,
    .fa-type-facebook,
    .fa-type-google,
    .fa-type-email,
    .fa-type-otp {
      background-size: 3.9474vh 3.9474vh !important;
    }

    .TAndC {
      font-size: 1.1737vh !important;
      width: 30.7368vh !important;
    }

    .btn-login {
      /*width: 35.7895vh !important;*/
      height: 5.263vh !important;
      font-size: 1.6842vh !important;
      border-radius: 2.6316vh !important;
      padding: 20px;
    }

    .input_Form_temparary {
      padding-left: 5.2632vh !important;
      padding-right: 5.2632vh !important;
    }

    .col.col-md-12 {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .vcCard_input_field {
      padding-left: 2.1053vh !important;
    }

    .Third-login-div {
      padding-left: 0px !important;
    }

    .fafa_Icon {
      font-size: 1.7895vh !important;
    }

    .login_input_img {
      height: 2.6316vh !important;
      width: 2.6316vh !important;
    }

    .Third-login-button-div {
      padding-left: 6.5vh !important;
      padding-right: 6.5vh !important;
    }

    .input_field {
      font-size: 1.6842vh !important;
    }

    .login_password {
      font-size: 1.6842vh !important;
    }

    #hideIcon1 {
      width: 2.5263vh !important;
    }

    h4 > span,
    .TAndC {
      font-size: 1.1737vh !important;
    }

    .forgot_password {
      font-size: 1.6842vh !important;
      padding-top: 1.3684vh !important;
    }

    .card_footer {
      height: 10.0526vh !important;
      max-height: none !important;
    }

    .card-body > div > .text > div > form > div > select {
      font-size: 1.4737vh !important;
    }

    .selection {
      font-size: 1.6842vh !important;
    }

    .dropdownSize {
      font-size: 1.6842vh !important;
    }

    select.form-control:not([size]):not([multiple]) {
      line-height: 1.4737vh !important;
    }

    .form-control {
      width: 14.9535vh !important;
      height: auto !important;
    }

    .field-validation-error {
      font-size: 1.6842vh !important;
      padding-top: 15px;
    }

    .error-msg {
      font-size: 1.2632vh !important;
      padding-top: 1.0526vh !important;
      line-height: 1.6842vh !important;
      display: inline-flex;
    }

    .error_div {
      display: flex;
      justify-content: center;
    }

  }

  .btn-login {
    line-height: 0px;
  }

  @media (max-width: 1023px) {
    .Third-login {
      width: 43.75vh !important;
      height: 43.75vh !important;
    }
  }
}

@media only screen and (max-width: 960px) {
  @media only screen and (max-height: 1000px) {
    .image_logo {
      /* width: 80px !important; */
      height: 77.85px !important;
    }

    /*.vcCard {
            max-width: 100%;
            width: 100%;
            max-height: 100%;
            height: 99vh;
        }*/
    .Background {
      padding: 0;
    }

    .TAndC {
      font-size: 12px;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
    }

    .forgot_password {
      font-size: 16px;
    }
  }
}

@media only screen and (max-width: 1400px) {
  .Third-login {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    height: 50px;
    width: 50px;
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 30px 30px;
  }

  .Third-login-div {
    padding-left: 10px;
  }

  h4:before,
  h4:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #8c8c8c;
    margin: auto;
    width: 100px;
  }

  .signUpOrLogin {
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }

  .Thrid-login-select {
    padding-top: 10px;
    /*margin-bottom: -50px;*/
    margin-bottom: -35px;
  }

  .Thrid-login-font {
    line-height: 5px;
  }

  .password_eye {
    padding-left: 0px;
  }

  .Confirm_title {
    padding-top: 50px;
  }
  .ConfirmEmail-card-body {
    padding-bottom: 30%;
  }

  .btn-login {
    padding: 5px 15px;
    height: 45px;
  }

  .signUp {
    padding-top: 8px;
    font-size: 13px;
  }
  .forgot_password {
    font-size: 13px;
    margin-top: 10px;
  }

  h4 > span,
  .TAndC {
    font-size: 12px;
  }

  .form-check-field {
    padding-top: 5px !important;
  }

  .error_div {
    padding-top: 0;
  }

  /*===============External Login Confirm==========================*/

  .Notice_error_msg {
    font-size: 12px;
    padding-bottom: 30px;
  }
  /*===============================================================*/

  /*================Login Failure================================*/
  .login-failure {
    height: 600px !important;
  }

  /*================================================================*/
  .fafa_Icon {
    margin-top: 5px;
  }

  .field-validation-error {
    font-size: 12px;
  }
}

@media only screen and (max-height: 920px) {
  .Third-login {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    height: 60px !important;
    width: 60px !important;
  }

  @media (orientation: landscape) {
    .Third-login {
      width: 6.3158vh !important;
      height: 6.3158vh !important;
    }
  }

  @media (max-width: 300px) and (orientation: portrait) {
    .Third-login {
      width: 40px !important;
      height: 40px !important;
    }

    .Thrid-login-font {
      margin-top: 5px;
    }
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 30px 30px;
  }

  .Third-login-div {
    padding-left: 10px;
  }

  h4:before,
  h4:after {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #8c8c8c;
    margin: auto;
    width: 100px;
  }

  .signUpOrLogin {
    padding-top: 30px;
    display: flex;
    justify-content: center;
  }

  .Thrid-login-select {
    padding-top: 10px;
    /*margin-bottom: -50px;*/
    margin-bottom: -35px;
  }

  .Thrid-login-font {
    line-height: 5px;
    margin-top: 5px;
  }

  .password_eye {
    padding-left: 0px;
  }

  .Confirm_title {
    padding-top: 50px;
  }

  .ConfirmEmail-card-body {
    padding-bottom: 30%;
  }

  .btn-login {
    height: 45px;
    border-radius: 22.5px;
    padding: 5px 15px;
    font-size: 16px;
  }

  .signUp {
    padding-top: 8px;
    font-size: 14px;
    padding-bottom: 5px;
  }

  .forgot_password {
    font-size: 13px;
  }

  h4 > span,
  .TAndC {
    font-size: 12px;
  }

  .form-check-field {
    padding-top: 5px !important;
  }

  .error-msg {
    font-size: 10px;
    display: inline-flex;
    padding-top: 5px;
  }

  .error_div {
    padding-top: 0;
    display: flex;
    justify-content: center;
  }

  @media (max-height: 680px) {
    .signUp {
      font-size: 11px;
    }
  }

  @media (max-height: 500px) {
    .signUp {
      font-size: 10.25px;
    }

    .Third-login {
      width: 45px !important;
      height: 45px !important;
    }
  }

  /*===============External Login Confirm==========================*/

  .Notice_error_msg {
    font-size: 12px;
    padding-bottom: 30px;
  }
  /*===============================================================*/

  /*================Login Failure================================*/
  .login-failure {
    height: 600px !important;
  }

  /*================================================================*/
}

/* Samsung A03 resoltuion 720px * 1600px */
@media only screen and (min-width: 720px) and (max-width: 1599px) and (min-height: 1300px) and (max-height: 2099px) and (orientation: portrait) {
  .fafa_Icon {
    font-size: 30px;
    padding-left: 15.4px;
  }

  .login_password {
    width: 70% !important;
  }

  .login_input_img {
    height: 50px;
    width: 50px;
    margin-left: -8px;
    margin-right: 0px;
    margin-left: 7px;
  }

  .btn-login {
    font-size: 30px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 25.62px;
  }

  .signUp {
    font-size: 23.65px;
    padding-top: 30px;
    line-height: 130px;
  }

  .forgot_password {
    font-size: 30px;
  }

  h4 > span,
  .TAndC {
    font-size: 26.25px;
  }

  .col-md-12 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .Third-login {
    height: 100px !important;
    width: 100px !important;
  }

  .Thrid-login-font {
    font-size: 25px;
    padding-top: 30px;
  }

  h4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 60px 60px !important;
  }

  .field-validation-error {
    font-size: 25px;
  }
}

/* iPad Air and iPad Mini */
@media only screen and (min-width: 760px) and (max-width: 900px) and (min-height: 1024px) and (max-height: 1400px) and (orientation: portrait) {
  .btn-login {
    padding: 5px;
    height: 70px;
    border-radius: 35px;
    font-size: 23px !important;
  }
  .fafa_Icon {
    font-size: 25px;
  }

  .login_input_img {
    height: 32px;
    width: 32px;
  }

  .signUp {
    padding-top: 20px;
    font-size: 20px;
    line-height: 25.6px;
  }

  .forgot_password {
    padding-top: 10px;
    font-size: 20px;
  }

  h4 > span,
  .TAndC {
    font-size: 18px;
  }

  h4 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .Third-login-button-div {
    padding-left: 40px;
    padding-right: 40px;
  }

  h4 > span {
    font-size: 20px;
  }

  .Thrid-login-font {
    font-size: 20px;
    padding-top: 15px;
  }

  .Third-login {
    height: 80px !important;
    width: 80px !important;
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 48px 48px !important;
  }

  .error-msg {
    font-size: 19px;
  }
}

/* Surface Pro 7 resoltuion 912px * 1368px */
@media only screen and (min-width: 900px) and (max-height: 1400px) and (orientation: portrait) {
  .btn-login {
    padding: 5px;
    height: 80px;
    border-radius: 40px;
    font-size: 27px !important;
  }

  .login_password {
    width: 80% !important;
  }

  .fafa_Icon {
    font-size: 25px;
  }

  .login_input_img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
  }

  .signUp {
    padding-top: 0px;
    font-size: 25px;
    line-height: 100px;
  }

  .forgot_password {
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  h4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  h4 > span {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 22px;
  }

  .Third-login {
    height: 90px !important;
    width: 90px !important;
  }

  .Thrid-login-font {
    font-size: 20px;
    padding-top: 20px;
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 54px 54px !important;
  }

  .error-msg {
    font-size: 22px;
  }
}

/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 2560px) and (min-height: 1600px) and (orientation: landscape) {
  .fafa_Icon {
    font-size: 30px;
  }

  .btn-login {
    font-size: 25px;
    height: 70px;
    border-radius: 32.5px;
  }

  .login_input_img {
    width: 40px;
    height: 40px;
    margin-left: -8px;
  }

  .signUp {
    font-size: 23px;
    padding-top: 23px;
  }

  .forgot_password {
    font-size: 23px;
    padding-top: 10px;
  }

  h4 {
    padding-bottom: 30px;
  }

  h4 > span {
    font-size: 25px;
  }

  .Third-login {
    height: 110px !important;
    width: 110px !important;
  }

  .Thrid-login-font {
    font-size: 20px;
    padding-top: 20px;
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 66px 66px !important;
  }

  .error-msg {
    font-size: 19px;
  }
}

/*XiaoMi actual device resolution */
@media only screen and (min-width: 700px) and (max-width: 800px) and (min-height: 950px) and (max-height: 1100px) and (orientation: portrait) {
  .Third-login {
    height: 60px !important;
    width: 60px !important;
  }

  .Thrid-login-font {
    font-size: 12px;
    padding-top: 10px;
  }

  .fa-type-8excite,
  .fa-type-apple,
  .fa-type-facebook,
  .fa-type-google,
  .fa-type-email,
  .fa-type-otp {
    background-size: 36px 36px !important;
  }

  .Third-login-div {
    padding-left: 0px !important;
  }
}

/* XiaoMi Pad 5 Resolution 1600px * 2560px */
@media only screen and (min-width: 1300px) and (min-height: 2100px) and (orientation: portrait) {
  .fafa_Icon {
    font-size: 50px;
  }

  .login_input_img {
    height: 70px;
    width: 70px;
    margin-left: -8px;
    margin-right: 0px;
  }

  .btn-login {
    font-size: 50px;
    height: 150px;
    border-radius: 75px;
  }

  .signUp {
    font-size: 50px;
    padding-top: 30px;
    line-height: 130px;
  }

  .forgot_password {
    font-size: 50px;
    padding-top: 40px;
  }

  h4 > span {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
  }

  .Third-login {
    height: 200px !important;
    width: 200px !important;
  }

  .Thrid-login-font {
    font-size: 40px;
    padding-top: 30px;
  }

  .col-md-12 {
    padding-left: 180px;
    padding-right: 180px;
  }

  h4 {
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 180px;
    padding-right: 180px;
  }

  .Third-login-button-div {
    padding-left: 220px;
    padding-right: 220px;
  }

  .field-validation-error {
    font-size: 37.5px;
  }
}
/*============================*/
@font-face {
  font-family: poppins;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Poppins-Medium-500.ttf") format("truetype");
}

@font-face {
  font-family: "poppins";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Poppins-Regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "poppins";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/Poppins-SemiBold-600.ttf") format("truetype");
}

@font-face {
  font-family: "poppins";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("/fonts/Poppins-Light-Italic-300.ttf") format("truetype");
}

.img-logo-footer {
  width: 60px;
  height: auto;
}

.otp-option-txt {
  font-family: poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 19.2px;
}