.login-container {
  background: url(../img/landing.jpg) center center no-repeat;
  background-size: cover;
  padding: 130px 20px;
}

.landing_wrapper {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  box-shadow: 0px 0px 40px 0px rgba(71, 147, 185, 0.3);
  border: 1px solid #fff;
  background: linear-gradient(
    180deg,
    rgba(102, 197, 251, 0.6) 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  backdrop-filter: blur(10px);
  padding: 50px 20px;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}

.landing_contaner {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.landing_contaner .landing_header {
  text-align: center;
}
.landing_contaner .landing_header .logo {
  margin: 0 0 30px;
}
.landing_contaner .landing_header .logo a {
  display: inline-block;
  width: 145px;
}
.landing_contaner .landing_header .logo a img {
  width: 100%;
}

.landing_heading {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 30px;
}

.landing_form .form-group {
  margin: 0 0 10px;
}
.landing_form .form-group label {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 5px;
}
.landing_form .form-group .form-control {
  height: 40px;
  color: #333;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  background: none;
  border: 1px solid var(--Dark-Grey, #333);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.landing_form .form-group .form-control:hover,
.landing_form .form-group .form-control:focus,
.landing_form .form-group .form-control:visited,
.landing_form .form-group .form-control:active {
  outline: none;
  box-shadow: none;
}
.landing_form .form-group .form-control::placeholder {
  color: #888;
}

.custom-select-main {
  background: none;
  border: 1px solid var(--Dark-Grey, #333);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 40px;
  position: relative;
}
.custom-select-main::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 16px;
  width: 10px;
  height: 7px;
  background: url(../img/icons/drop-down.svg) center center no-repeat;
  background-size: cover;
  pointer-events: none;
}
.custom-select-main .custom-select {
  background: none !important;
  border: none !important;
}

.btn {
  font-size: 13px;
}

.btn-primary {
  background: #05ede5;
  color: #000000;
  border: none;
}
.btn-primary:hover {
  background: #00e8e0;
  color: #000000;
  border: none;
}

.form_btn {
  text-align: center;
  margin: 10px 0 0;
}

.form_btn_single button {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  height: 40px;
}

button:focus + button,
button:focus,
.btn-check:focus + .btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}

.btn-normal {
  width: 100%;
  max-width: 240px;
  height: 40px;
}

.toast {
  background: rgba(0, 59, 164, 0.4);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  margin: 0 0 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  border: none;
  padding: 0 0 10px;
  position: fixed;
  right: 48px;
  top: 20px;
  pointer-events: none;
}
.toast .toast-header {
  background: none;
  justify-content: space-between;
  padding: 20px 20px 10px;
}
.toast .toast-header .toatHeading {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.toast .toast-header .btn-close {
  opacity: 1;
  background: url(../img/icons/close-white.svg) center center no-repeat;
}
.toast .toast-body {
  padding: 0 20px;
}
.toast .toast-body p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

.toast.show {
  pointer-events: all;
}

div#loginFailedToast {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
}

.modal-content {
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
}
.modal-content .modal-header {
  position: relative;
  border: none;
  padding-bottom: 10px;
}
.modal-content .modal-header .modal-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  width: 100%;
  flex-grow: 1;
  min-width: 100%;
}
.modal-content .modal-header .btn-close {
  position: absolute;
  right: 10px;
  margin: 0;
  opacity: 1;
  background: url(../img/icons/close-dark.svg) center center no-repeat;
}

.price_strip {
  border-radius: 10px;
  background: #4c9bff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.price_strip .title {
  margin: 0;
  color: #fff;
  font-family: var(--poppins400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.price_strip .value {
  margin: 0;
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.password-container {
  position: relative;
}
.password-container .form-control {
  padding-right: 40px;
}
.password-container .toggle-icon {
  width: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.capctha_wrapper {
  position: relative;
}
.capctha_wrapper input {
  padding-right: 100px;
}
.capctha_wrapper .captcha_area {
  border-radius: 8px;
  background: var(--Dark-Grey, #333);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100px;
  position: absolute;
  right: 5px;
  top: 5px;
  height: calc(100% - 10px);
  padding: 0 10px;
}
.capctha_wrapper .captcha_area .captcha_img {
  max-width: 50px;
}
.capctha_wrapper .captcha_area .reload_icon {
  width: 13px;
}

.profile_card_main {
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.3411764706);
  background: url(../img/profile_bg.jpg) center center no-repeat;
  background-size: cover;
  backdrop-filter: blur(15px);
  margin: 150px 0 0;
}
.profile_card_main .profile_card {
  margin: -60px auto 0;
  max-width: 520px;
  width: 80%;
  border: 1px solid #fff;
  border-bottom: none;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 50px 40px 10px;
  border-radius: 35px 35px 0 0;
  -webkit-border-radius: 35px 35px 0 0;
  -moz-border-radius: 35px 35px 0 0;
  -ms-border-radius: 35px 35px 0 0;
  -o-border-radius: 35px 35px 0 0;
  position: relative;
}
.profile_card_main .profile_card::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: -1px;
  right: 0;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  width: calc(100% + 2px);
  border: 1px solid #fff;
  border-top: none;
  border-radius: 0 0 35px 35px;
  -webkit-border-radius: 0 0 35px 35px;
  -moz-border-radius: 0 0 35px 35px;
  -ms-border-radius: 0 0 35px 35px;
  -o-border-radius: 0 0 35px 35px;
  pointer-events: none;
}
.profile_card_main .profile_card .profile_card_header .profile_card_icon {
  width: 180px;
  margin: -100px auto 0;
}
.profile_card_main
  .profile_card
  .profile_card_header
  .profile_card_icon
  .profile_icon {
  width: 100%;
}
.profile_card_main .profile_card .profile_card_header .page_heading {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin: 20px 0 30px;
}

.counter-purchase-parent {
  display: flex;
  gap: 10px;
}
.counter-purchase-parent .CounterMain {
  margin: 0;
  width: 48%;
}
.counter-purchase-parent .blue-btn {
  width: 48%;
}

.sub-box-parent {
  margin: 0 0 20px;
}
.sub-box-parent .sub-box-container {
  height: 100%;
  margin: 0;
}

.two_btns button {
  width: 48%;
}

.sub-box-container {
  margin-top: 0;
}

.market-summary-banner {
  margin-bottom: 40px;
}

/*# sourceMappingURL=ann_style.css.map */
