::-webkit-scrollbar{
  width:6px;
  height: 6px;
}
/* Track */
::-webkit-scrollbar-track{
  background: #1c1c1c;
  border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb{
  background: #313131;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.card.form-card {
  max-width: 562px;
  width: 100%;
  border-radius: 8px;
  padding: 55px 43px 50px;
  margin: 4em auto;
  position: unset;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #323469;
  background-color: #16183d;
}

.form-control.is-invalid {
  background-image: none;
}

.form-control.countries {
  border: solid 1px #362c4d !important;
  background-color: #22183a !important;
}

.bg-container {
  height: 100%;
  flex-grow: 1;
  display: grid;
  align-items: center;
}

p.title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0.1em;
}

p.desc {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
}

.login-top-section {
  display: flex;
  align-items: center;
  margin-bottom: 2.1em;
}

.login-top-section img {
  margin-right: 19px;
}

.input-group {
  display: block;
  position: relative;
}

.form-group label {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0.8em;
}

.form-group:not(:last-of-type) {
  margin-bottom: 1.4em;
}

.input-group input {
  border-radius: 5px !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #323469;
  background-color: #16183d;
}

.input-group input:focus {
  outline: unset;
  box-shadow: unset;
  border: solid 1px #888dcb;
  background-color: #16183d;
  color: #fff;
}

button:focus {
  outline: unset;
  box-shadow: unset;
}

.input-group input::placeholder,
.input-group input {
  font-size: 15px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7b7fb8;
}

.input-group input {
  color: #fff;
  padding: 1.6em 1.2em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  border: 1px solid #f7df98;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #16183d inset;
  transition: background-color 5000s ease-in-out 0s;
}

.flex-cnt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.forgot-pass.hint {
  display: flex;
  align-items: center;
}

.form-group.input-pass-cnt input {
  padding-right: 5em;
}

.input-group .show-btn {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-size: 15px;
  border: unset;
  background-color: transparent;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d9c497;
  z-index: 3;
}

.custom-control label span,
.forgot-pass.hint,
.no-account.hint {
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  padding-left: 15px;
  display: inline-block;
}
.forgot-pass.hint{
  display: flex;
}

.custom-control label span a,
.forgot-pass.hint a,
.no-account.hint a,
.no-account.hint a p span {
  color: #d9c497;
  text-decoration: none;
}

.forgot-pass.hint p,
.no-account.hint p {
  margin-bottom: 0;
}

.custom-control-label::after {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  border: solid 1px #323469;
  background-color: #16183d;
  top: 0px;
  bottom: 0;
  margin: auto 0;
}

.login-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.register-container .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border: solid 1px #f1db99;
  background-color: #202255;
  cursor: pointer;
}

.login-container .custom-control-input {
  cursor: pointer;
  z-index: 1;
  width: 14px;
  height: 14px;
  top: 10px;
}

.custom-control-input:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border-color: transparent;
}

.custom-control-label {
  font-size: 15px;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding-left: 10px;
}

input[type="checkbox"] {
  -webkit-appearance: none;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: transparent !important;
  background-color: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

.custom-control-input:checked ~ .custom-control-label::after {
  background-color: #b29460;
  border-color: #b29460;
}

form .custom-control {
  display: flex;
  align-items: center;
  margin-bottom: 1.1em;
}

form .flex-cnt {
  margin-bottom: 3em;
}

form .flex-cnt .custom-control {
  margin-bottom: 0;
}

form button[type="submit"] {
  border-radius: 5px;
  border: solid 1px #f7df98;
  background-color: #16183d;
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0.723em 1em;
  margin-bottom: 2.3em;
  margin-top: 45px;
}

form button[type="submit"]:hover {
  color: #fff;
}

.no-account.hint {
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-fa-top-section {
  text-align: center;
}

.two-fa-top-section img {
  margin-bottom: 2.8em;
}

.two-fa-top-section p.title {
  margin-bottom: 0.5em;
}

.two-fa-top-section p.desc {
  font-weight: 400;
  max-width: 390px;
  width: 100%;
  margin: 0 auto 1.8em auto;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #181c1f;
}

.register-container .register-image {
  text-align: center;
  margin-bottom: 2.85em;
}

.register-container p.title {
  margin-bottom: 0.4em;
}

.register-container p.desc {
  margin-bottom: 1.95em;
}

span.red-star {
  color: #e94343;
}

.register-container .phone-group {
  display: flex;
}

.register-container .phone-group .input-group-prepend {
  height: 100%;
}

.register-container .phone-group .input-group-prepend .select2-selection {
  width: 130px;
  background-color: #22183a;
  height: 100%;
  border: unset;
}

.phone-group .input-group-prepend {
  border: solid 1px #404040;
  border-radius: 5px 0 0 5px;
  height: 48px;
}

.register-container .phone-group input {
  border-radius: 0 5px 5px 0 !important;
  margin-left: -1px;
}

.register-container .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 48px;
}

.register-container .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 11px;
  right: 10px;
}

.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above,
.select2-search__field {
  border: solid 1px #544084;
  background-color: #22183a;
}

.select2-selection__rendered,
body .select2-container--default .select2-search--dropdown .select2-search__field,
.select2-selection.select2-selection--single {
  outline: unset;
}

.register-container .phone-group input:focus ~ .input-group-prepend {
  border-color: #b39a6d;
}

.partners-registration.card.form-card {
  max-width: 782px;
  padding: 44px 27px 39px;
}

.partners-registration.card.form-card .card {
  border-radius: 5px;
  border: solid 1px #544084;
  background-color: #1e1533;
  padding: 0.7em 0.85em;
  margin-bottom: 15px;
  width: 100%;
}

.partners-registration p.title {
  text-align: center;
  margin-top: 0.85em;
  margin-bottom: 1.6em;
}

.partners-registration img.register-img {
  max-width: 42px;
  width: 100%;
  margin: 0 auto 0 auto;
}

span.text-gold {
  color: #d9c497;
}

.partners-registration.card.form-card .card p.card-text {
  font-size: 15px;
  font-weight: 200;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.partners-registration.card.form-card .card img {
  max-width: 93px;
  width: 100%;
  margin: 0 auto;
}

.partners-registration.card.form-card .affiliate {
  cursor: not-allowed;
  pointer-events: none;
}

.partners-registration.card.form-card .customer,
.partners-registration.card.form-card .affiliate {
  padding-right: 8px;
  padding-left: 8px;
}

.partners-registration.card.form-card .customer .card,
.partners-registration.card.form-card .affiliate .card {
  padding: 3.6em 1em 3.55em;
}

.partners-registration.card.form-card .customer .card {
  border-color: #b39a6d;
  background-image: linear-gradient(to bottom, #1b122f, #1b122f), linear-gradient(132deg, #e9cfa1, #b39a6d 100%);
  cursor: pointer;
}

.partners-registration.card.form-card .row .card p {
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
  margin-top: 1.15em;
}

.partners-registration.card.form-card .row .card p.desc {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7b7fb8;
  margin: 0;
}

.partners-registration.card .row {
  margin-right: -8px;
  margin-left: -8px;
}

.partners-registration.card.form-card .register-btn {
  border-radius: 5px;
  background-image: linear-gradient(102deg, #887046, #b29460);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5em 1.05em;
}

.register-container .login-top-section {
  align-items: flex-start;
  margin-bottom: 0;
}

.bg-container .login-image {
  text-align: center;
}

.bg-container .login-image img {
  margin-bottom: 2.8em;
}
.copyright-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.terms-container a, .terms-container {
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #888dcb;
  margin-bottom: 0;
}

.terms-container a {
  text-decoration: none;
}

.copyright:first-of-type {
  padding: 35px 0 0;
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px;
  margin-bottom: 12px;
}
.copyright-disclaimer {
  font-size: 11px;
  font-weight: 500;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.copyright-text {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 70px;
}
/* ---------------- media ---------------- */

@media (max-width: 575px) {
  form .flex-cnt {
      display: block;
  }

  .card.form-card {
      padding: 45px 30px 45px;
  }

  form .flex-cnt .custom-control {
      margin-bottom: 1em;
  }

  form .flex-cnt {
      margin-bottom: 2em;
  }

  .login-top-section {
      display: block;
      text-align: center;
  }

  .login-top-section img {
      margin-right: 0;
      margin-bottom: 1em;
  }

  .forgot-pass.hint,
  .no-account.hint {
      display: block;
  }

  .no-account.hint {
      text-align: center;
  }

  .forgot-pass.hint a {
      margin-left: 0 !important;
  }

  .forgot-pass.hint p {
      margin-bottom: .5em;
  }
}
@media(max-width: 475px){
  p.title {
      font-size: 20px;
  }
  .card.form-card{
      padding: 25px 15px;
  }
}
