@font-face {
  font-family: "pmedium";
  src: url(../../assets2/css/poppins_new/Poppins-Medium.otf) format("opentype");
}
@font-face {
  font-family: "pregular";
  src: url(../../assets2/css/poppins_new/Poppins-Regular.otf) format("opentype");
}
@font-face {
  font-family: "psemibold";
  src: url(../../assets2/css/poppins_new/Poppins-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "pbold";
  src: url(../../assets2/css/poppins_new/Poppins-Bold.otf) format("opentype");
}
body {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body #backgroundbg {
  background-image: url("../../assets2/images/bg/loginbg.jpg");
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #070707;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body #backgroundbg_verify {
  background-image: url("../../assets2/images/bg/v-bg.jpg");
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #070707;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
body .cardOuter {
  left: 13px;
  position: fixed;
  width: 350px;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
body .cardOuter .os-content {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  height: 100% !important;
}
body .cardOuter .card {
  width: 100%;
  height: 500px;
  background: #1b1d1f;
  border-radius: 25px;
  margin-left: 0px;
}
body .cardOuter .card .vcommers_logo {
  max-width: 65px;
  margin-top: -30px;
}
body .cardOuter .card .card_body {
  padding: 0px 15px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
body .cardOuter .card .card_body .card_title {
  font-family: "pmedium";
  font-size: 48px;
  color: #fff;
  margin-top: 15px;
}
body .cardOuter .card .card_body .card_title.forgetPassTitle {
  font-size: 38px;
}
body .cardOuter .card .card_body .userpfofile_menu {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 55px;
}
body .cardOuter .card .card_body .inputbox {
  position: relative;
}
body .cardOuter .card .card_body .inputbox .roundinp {
  color: #fff;
  font-size: 17px;
  font-family: "pregular";
  border-radius: 20px;
  background-color: #23272b;
  border: 0px;
  padding-right: 40px;
}
body .cardOuter .card .card_body .inputbox .roundinp:focus {
  box-shadow: none;
}
body .cardOuter .card .card_body .inputbox .inp_arrow_btn {
  position: absolute;
  top: -2px;
  right: 5px;
  cursor: pointer;
  border-left: 2px solid #1b1d1f;
  padding: 7px;
}
body .cardOuter .card .card_body .inputbox .inp_arrow_btn .inp_arrow {
  position: relative;
  top: -2px;
}
body .cardOuter .card .card_footer {
  position: absolute;
  width: 100%;
  bottom: 10px;
}
body .cardOuter .card .card_footer h4 {
  color: #6d737d;
  font-size: 16px;
}
body .cardOuter.hideCardOuter {
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  left: -370px;
}
body #signinCard .card_body .card_signin_details {
  position: relative;
}
body #signinCard .card_body .userpfofile {
  max-width: 120px;
}
body #signinCard .card_body .userpfofile_valid {
  border-radius: 50%;
  border: 5px solid #23272b;
  width: 95px;
  height: 95px;
  position: absolute;
  left: 115px;
  top: 25px;
  display: none;
}
body #signinCard .card_body .userpfofile_menu {
  cursor: pointer;
}
body #signinCard .card_body .inputbox .email_row {
  position: relative;
}
body #signinCard .card_body .inputbox .password_row {
  position: absolute;
  top: 0px;
  right: -110%;
  width: 100%;
}
body #signinCard .card_body .inputbox.password_row_show .email_row {
  -webkit-animation: linear;
  -webkit-animation-name: runanimatePass;
  -webkit-animation-duration: 0.7s;
  left: -110%;
}
@-webkit-keyframes runanimatePass {
  0% {
    left: -30%;
  }
  50% {
    left: -60%;
  }
  100% {
    left: -110%;
  }
}
body #signinCard .card_body .inputbox.password_row_show .password_row {
  -webkit-animation: linear;
  -webkit-animation-name: runanimatePass1;
  -webkit-animation-duration: 0.7s;
  right: 0%;
}
@-webkit-keyframes runanimatePass1 {
  0% {
    right: -100%;
  }
  50% {
    right: -60%;
  }
  100% {
    right: 0%;
  }
}
body #signinCard .card_body.showCaptcha .card_signin_details {
  -webkit-animation: linear;
  -webkit-animation-name: runanimateSignIn;
  -webkit-animation-duration: 0.7s;
  left: -110%;
}
@-webkit-keyframes runanimateSignIn {
  0% {
    left: -30%;
  }
  50% {
    left: -60%;
  }
  100% {
    left: -110%;
  }
}
body #signinCard .card_body.showCaptcha .captchaBox {
  -webkit-animation: linear;
  -webkit-animation-name: runanimateCaptcha;
  -webkit-animation-duration: 0.7s;
  right: 5%;
}
@-webkit-keyframes runanimateCaptcha {
  0% {
    right: -100%;
  }
  50% {
    right: -60%;
  }
  100% {
    right: 2%;
  }
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox {
  margin-top: 80px !important;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .otp_boxes_row {
  position: absolute;
  right: -350px;
  top: 0px;
  width: 100%;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .otp_boxes_row .inp_arrow_btn {
  top: 50px;
  right: 125px;
  background: #23272b;
  border-radius: 10px;
  padding: 7px 15px;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .otp_boxes_row .otp_boxes_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .otp_boxes_row .otp_boxes_box input {
  width: 56px;
  padding-right: 15px;
  text-align: center;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .reset_boxes_row {
  margin-top: -15px;
  width: 100%;
  position: ABSOLUTE;
  right: -350px;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .reset_boxes_row input {
  margin-bottom: 10px;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox .reset_boxes_row .inp_arrow_btn {
  width: 60px;
  margin: 0px auto;
  background: #23272b;
  border-radius: 20px;
  position: relative;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox.showOTPBoxes .email_row {
  left: -350px;
  position: relative;
  -webkit-animation: linear;
  -webkit-animation-name: animateResetEmail;
  -webkit-animation-duration: 0.7s;
}
@-webkit-keyframes animateResetEmail {
  0% {
    left: -100px;
  }
  50% {
    left: -200px;
  }
  100% {
    left: -320px;
  }
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox.showOTPBoxes .otp_boxes_row {
  position: ABSOLUTE;
  top: 0px;
  right: 0px;
  -webkit-animation: linear;
  -webkit-animation-name: animateOtp;
  -webkit-animation-duration: 0.7s;
  right: 0px;
}
@-webkit-keyframes animateOtp {
  0% {
    right: -320px;
  }
  50% {
    right: -180px;
  }
  100% {
    right: 0px;
  }
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox.showOTPBoxes.showResetBoxes .email_row {
  display: none;
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox.showOTPBoxes.showResetBoxes .otp_boxes_row {
  right: 350px;
  -webkit-animation: linear;
  -webkit-animation-name: animateOtp1;
  -webkit-animation-duration: 0.5s;
}
@-webkit-keyframes animateOtp1 {
  0% {
    right: 100px;
  }
  50% {
    right: 200px;
  }
  100% {
    right: 320px;
  }
}
body #forgetPasswordStep1_Card .card_forgot_details .inputbox.showOTPBoxes.showResetBoxes .reset_boxes_row {
  right: 0px;
  -webkit-animation: linear;
  -webkit-animation-name: animateRes1;
  -webkit-animation-duration: 0.7s;
}
@-webkit-keyframes animateRes1 {
  0% {
    right: -200px;
  }
  50% {
    right: -100px;
  }
  100% {
    right: 0px;
  }
}
body .captchaBox {
  position: ABSOLUTE;
  right: -320px;
  top: 82px;
}
body .captchaBox .block {
  position: absolute;
  left: 0;
  top: 0;
}
body .captchaBox .slidercaptcha {
  margin: 0 auto;
  width: 314px;
  height: 270px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
  margin-left: -7px;
}
body .captchaBox .slidercaptcha .card-body {
  padding: 1rem;
}
body .captchaBox .slidercaptcha canvas:first-child {
  border-radius: 4px;
  border: 0px;
}
body .captchaBox .slidercaptcha.card .card-header {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.03);
}
body .captchaBox .refreshIcon {
  top: -54px;
}
body .captchaBox .captchaCard {
  background: #23272b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
body .captchaBox .card-header {
  color: #6d737d;
  padding: 7px 0px;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  text-align: left;
}
body .captchaBox .card-header span {
  font-size: 14px;
  margin-left: 20px;
  font-family: "pmedium";
}
body .captchaBox .card-header:first-child {
  border-radius: -webkit-calc(0.25rem - 1px) -webkit-calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
body .captchaBox .card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}
body .captchaBox .sliderContainer {
  position: relative;
  text-align: center;
  line-height: 40px;
  background: #1b1d1f;
  color: #6d737d;
  border-radius: 2px;
}
body .captchaBox .sliderbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #1b1d1f;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #1b1d1f;
}
body .captchaBox .sliderContainer_active .slider {
  top: -1px;
  border: 1px solid #1b1d1f;
}
body .captchaBox .sliderContainer_active .sliderMask {
  border-width: 1px 0 1px 1px;
}
body .captchaBox .sliderContainer_success .slider {
  top: -1px;
  border: 1px solid #52CCBA;
  background-color: #52CCBA !important;
}
body .captchaBox .sliderContainer_success .sliderMask {
  border: 1px solid #52CCBA;
  border-width: 1px 0 1px 1px;
  background-color: #D2F4EF;
}
body .captchaBox .sliderContainer_success .sliderIcon:before {
  content: "\f00c";
}
body .captchaBox .sliderContainer_fail .slider {
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}
body .captchaBox .sliderContainer_fail .sliderMask {
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
  border-width: 1px 0 1px 1px;
}
body .captchaBox .sliderContainer_fail .sliderIcon:before {
  content: "\f00d";
}
body .captchaBox .sliderContainer_active .sliderText, body .captchaBox .sliderContainer_success .sliderText, body .captchaBox .sliderContainer_fail .sliderText {
  display: none;
}
body .captchaBox .sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #1991FA;
  background: #D1E9FE;
  border-radius: 2px;
}
body .captchaBox .slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #17191c;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  border-radius: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
body .captchaBox .slider:hover {
  background: #17191c;
}
body .captchaBox .slider:hover .sliderIcon {
  background-position: 0 -13px;
}
body .captchaBox .sliderText {
  position: relative;
  font-size: 14px;
  font-family: "pmedium";
}
body .captchaBox .refreshIcon {
  position: absolute;
  right: 0;
  top: -48px;
  cursor: pointer;
  margin: 6px;
  color: #fff;
  font-size: 1rem;
  z-index: 5;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
body .captchaBox .refreshIcon:hover {
  color: #6c757d;
}
body .captchaBox.playCaptcha {
  -webkit-animation: linear;
  -webkit-animation-name: animateCaptcha;
  -webkit-animation-duration: 0.7s;
  right: 20px;
}
@-webkit-keyframes animateCaptcha {
  0% {
    right: -280px;
  }
  30% {
    right: -200px;
  }
  50% {
    right: -120px;
  }
  100% {
    right: 20px;
  }
}
body .messages {
  position: fixed;
  right: -320px;
  bottom: 15px;
  min-width: 300px;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
}
body .messages .message_box {
  background-color: #2a333f;
  border-radius: 20px;
}
body .messages .message_box .message_icon {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #db5353;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  width: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
body .messages .message_box .message_icon img {
  max-width: 18px;
  max-height: 18px;
  height: 30px;
}
body .messages .message_box .message_icon.infoMessageBG {
  background-color: #25948a;
}
body .messages .message_box .message_txt {
  color: #fff;
  padding: 10px 15px;
  font-size: 15px;
}
body .messages .message_box .message_txt .message_btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
body .messages .message_box .message_txt .message_btns button {
  border: 0px;
  color: #fff;
  background: #1d2632;
  border-radius: 15px;
  font-size: 17px;
  font-family: "pregular";
  min-width: 75px;
}
body .messages .message_box .message_txt .message_btns button:first-child {
  margin-right: 10px;
}
body .messages .message_box .message_txt .message_btns button:focus {
  outline: 0;
}
body .messages .message_box .message_txt .message_btns.singlebtn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
body .messages .message_box .message_txt .message_btns.singlebtn button:first-child {
  margin-right: 0px;
}
body .messages .message_box .message_txt .message_btns.singlebtn .btn_2 {
  display: none;
}
body .messages.showMessage {
  right: 15px;
}
body .circles {
  margin-bottom: -10px;
  position: absolute;
  left: 103px;
  top: 14px;
}
body .circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}
body .circle canvas {
  vertical-align: top;
}
body .circle strong {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}
body .circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}
body .circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}
body #accessCard {
  width: 344px;
  overflow: hidden;
}
body #accessCard .card {
  background: rgba(0, 0, 0, 0.59);
  height: 542px;
}
body #accessCard .card .card_body {
  position: absolute;
  top: 30px;
  padding: 0px 25px;
  right: 100%;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
body #accessCard .card .card_body.active {
  right: 0;
}
body #accessCard .card_title {
  font-size: 18px;
  font-family: "pbold";
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
body #accessCard .verify_detail_1, body #accessCard .verify_detail_2, body #accessCard .scan_text {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.4;
}
body #accessCard .access_password_outrbox {
  position: relative;
  margin-top: 109px;
}
body #accessCard .access_password_innerbox .access_pass_text {
  color: #fff;
  position: absolute;
  left: 15px;
  top: -13px;
  background: #0a0c0e;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  font-size: 14px;
}
body #accessCard .access_password_innerbox input {
  background-color: transparent;
  border-radius: 27px;
  color: #fff;
}
body #accessCard .access_password_innerbox input:focus {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
body #accessCard .access_password_innerbox .inp_arrow {
  position: absolute;
  right: 18px;
  top: 10px;
  cursor: pointer;
}
body #accessCard .contact_usbtn {
  color: #fff;
  font-size: 14px;
}
body .verify_copyright_text, body .verify_copyright_text1 {
  text-align: CENTER;
  color: #fff;
  font-size: 12px;
  position: fixed;
  width: 100%;
  bottom: 0;
}
body .verify_copyright_text1 {
  display: none;
}

@media screen and (min-width: 500px) and (max-height: 600px) {
  body #accessCard {
    background: rgba(0, 0, 0, 0.59);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  body #accessCard .card {
    height: 550px;
    margin-top: 40px;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    max-width: 450px;
  }
  body #accessCard .verify_copyright_text1 {
    display: block;
    bottom: 10px;
  }
  body .verify_copyright_text {
    display: none;
  }
}
@media screen and (max-width: 390px) {
  body .cardOuter {
    left: 0px;
    width: 100%;
  }
  body .cardOuter .card {
    max-width: 350px;
    margin: 50px auto;
  }
}
@media screen and (max-height: 525px) {
  body .cardOuter .card {
    margin-top: 40px;
  }
  body .cardOuter .os-content {
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
            align-items: unset;
  }
}
@media screen and (max-width: 600px) {
  body #accessCard {
    width: 420px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    left: auto;
  }
}
@media screen and (max-width: 420px) {
  body #accessCard {
    background: rgba(0, 0, 0, 0.59);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    width: 100%;
  }
  body #accessCard .card {
    top: 40px;
    height: 100vh;
    margin-top: 20px;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    max-width: 100%;
  }
  body #accessCard .card .card_body {
    min-width: 100%;
  }
  body #accessCard .verify_copyright_text1 {
    display: block;
    bottom: 0px;
    position: relative;
  }
  body .verify_copyright_text {
    display: none;
  }
}
@media screen and (max-width: 500px) and (max-height: 500px) {
  body #accessCard {
    width: 100%;
    background: rgba(0, 0, 0, 0.59);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
  body #accessCard .card {
    height: 120vh;
    margin-top: 40px;
    background: transparent;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
  body #accessCard .verify_copyright_text1 {
    display: block;
    bottom: 10px;
  }
  body .verify_copyright_text {
    display: none;
  }
}/*# sourceMappingURL=signin.css.map */