@charset "utf-8";
/* CSS Document */
:root {
  --borderWidth: 2px;
  --height: 24px;
  --width: 12px;
  --borderColor: #78b13f;
}

body {
  overflow-x: hidden;
}

.head-div {
  position: relative;
  width: 100%;
  height: 485px;
  padding-top: 20px;
}

.head-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d5eff0;
  border-radius: 0 0 60% 60%/0 0 100% 100%;
  transform: scaleX(1.5);
}

.head-div .image {
  position: relative;
}

.head-div .image img#mobile_img {
  position: absolute;
  z-index: 1;
  top: 25px;
}

.logo img {
  width: 220px;
}

.g-recaptcha {
  transform: scale(5);
  transform-origin: 0 0;
}

.two_fa_verificaiton_stext_form h1 {
  font-family: 'Nunito';
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 32px;

}

.two_fa_verificaiton_stext_form {
  padding: 50px 0px 60px 30px;
}

.two_fa_verificaiton_stext_form .stextbutton {
  padding-right: 0px;
  padding-top: 1%;
}

.two_fa_verificaiton_stext_form p {
  margin-left: 1.5%;
}

.two_fa_verificaiton_stext_form .stexts_p {
  margin-bottom: -8px;
}

.paragraph_div {
  padding-bottom: 20px;
}

.bgpanelcss {
  padding-top: 70px;
  z-index: 999;
}

.logo {
  padding: 15px 0px 0px 0px;
  display: block;
  position: relative;
  z-index: 1;
  width: 220px;
}

.loginpanel {
  margin-top: 4%;
}

.top_login {
  margin-top: 3%;
}

h2 {
  font-family: 'Nunito';
  color: #009dac;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 15px 0px 25px 0px;
  font-size: 32px;
  text-align: center;
}

.margin_top_offers {
  font-family: 'Nunito';
  margin-top: 0px;
  color: #000;
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}

.custominput {
  border-radius: 27px;
  padding: 6px 25px;
  height: 46px;
}

.remember_me_div {
  color: #009dac;
  margin-left: 0%;
  margin-top: 6%;
  font-size: 12px;
}

.anchor {
  color: #7e8a88;
}

.remember_me_div a:hover {
  color: #009dac;
}

.link {
  color: #009dac;
  font-size: 12px;
  font-weight: normal
}

.text-danger {
  margin-left: 5px;
}

 div.message-popup.alert {
  position: relative;
  z-index: 9;
  width: 100%;
  top: 0;
  margin: 0;
  text-align: center;
  background: red;
  margin-bottom: 0;
}

#remember_me {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: relative;
  left: 3px;
  top: -3px;
  border: 1px solid #fff;
  border-radius: 3px;
}

.remember_me_div.bkl {
  margin-top: 0%;
  margin-bottom: 6%;
  padding-left: 5px;
}

.btn-info {
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 1px;
  line-height: 23px;
  border-radius: 37px;
  background: #009dac;
  transition: all 0.3s ease 0s;
  border: 1px solid #009dac;
  padding: 10px 60px;
  font-weight: bold;
}

.loginbtndiv {
  margin: -10px 0px 0px 0px;
}

.footer {
  min-height: 65px;
  color: #8A9195;
  background: #fff;
  position: relative;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #E6E6E6;
}

/*2fa page css start*/

.head-div-fa .bgpanelcss {
  padding-top: 10%;
  z-index: 999;
}

.head-div-fa h2 {
  text-align: left;
  font-size: 36px;
  margin: 2% 0px 2% 0px;
  letter-spacing: 2px;
}

.head-div-fa input {
  border-radius: 6px;
  border: 1px solid #fff;
}

.head-div-fa .checkboxclass2fa {
  margin-top: 2%;
}

.head-div-fa .checkboxclass2fa span {
  margin-left: 5px;
  font-weight: lighter;
  font-family: open_sans_light;
  letter-spacing: 0.03em;
}

.head-div-fa .checkboxclass2fa #remember_me {
  top: -1px;
}

.head-div-fa .stextbutton {
  margin-top: 3%;
  margin-left: 3.5%;
}

.fapone p {
  margin: 0 0 2.5%;
  font-family: open_sans_light;
  letter-spacing: 0.03em;
}

.head-div-fa input.vcode {
  margin-left: 5px;
}

#show-when-friendly {
  margin-top: 2.5%;
}

#show-when-friendly input {
  height: 45px;
}

.paragraph_div li {
  font-size: 1.85rem;
  margin-bottom: 20px;
}

.paragraph_div p {
  font-size: 1.75rem;
  margin-bottom: 30px;
}

.paragraph_div h1 {
  font-size: 4.5rem;
  line-height: 1.2;
  color: #009dac;
  margin-bottom: 20px;
}

.ulclass {
  padding: 0px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
}

li {
  list-style: none;
}

ul.ulclass li:before {
  content: '';
  display: inline-block;
  transform: rotate(45deg);
  height: var(--height);
  width: var(--width);
  border-bottom: var(--borderWidth) solid var(--borderColor);
  border-right: var(--borderWidth) solid var(--borderColor);
  position: absolute;
  left: 30px;

}

.copyright {
  margin: 25px 0 0;
  text-align: center;
}

.captcha_margin {
  margin-left: 5px;
}

.top_spacing {
  margin-top: 220px;
}

.seal {
  margin-top: 3px;
}

.seal_first {
  margin-top: 12px;
  margin-right: 30px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.btn-info:hover {
  background-color: #8bd6dc;
}

@media (max-width: 767px) {
  .head-div .image img#mobile_img {
    display: none;
  }

  ul.ulclass li:before {
    display: none;
  }

  .head-div:after {
    border-radius: 0;
  }

  .head-div {
    height: auto;
  }

  .btn-info {
    width: 100%;
    margin-bottom: 20px;
  }

  .logo {
    margin: 0 auto;
  }
}