body {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    background: url("../images/bg.jpg") center center no-repeat fixed;
    background-size: cover;
}

.toggle-password {
    float: right;
    cursor: pointer;
    margin-right: 10px;
    margin-top: -32px;
    color: #000;
    position:relative;
    z-index:99999;
}
h2 {
  font-weight: 800;
  font-size: 27px;
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important;
  margin-bottom: 20px;
}
.green-text {
    color: #42c400 !important;
    font-weight: 700;
}
.orange-text {
    color: #ff9000 !important;
    font-weight: 700;
}

.red-text {
    color: #ff4e00 !important;
    font-weight: 700;
}
.resend-otp {
    padding:12px 0 0 0;
    margin:0;
}
.resend-otp a {
    color:#d8a743;
    text-decoration:none;
}
.resend-otp a:hover {
    color: #d8a743;
    text-decoration:underline;
}
.overlay-bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: -1;
}
.reg-form-align {
  justify-content: center;
  align-items: center;
  height: calc(100vh - 120px);
}
.register-section {
  width: 500px;
  min-height: 510px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.register-block {
  background: rgba(0, 0, 0, 0.7);
  padding: 50px 40px;
  border: #616161 2px solid;
  border-radius: 21px;
  color: #e8e8e8;
  width: 100%;
}
.register-block-alert {
  background: rgba(0, 0, 0, 0.7);
  padding: 60px 40px;
  border: #616161 2px solid;
  border-radius: 21px;
  color: #e8e8e8;
  width: 100%;
  text-align: center;
}
.register-block h1 {
    font-weight: 700;
    padding: 0;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
    .register-block h1 span {
        font-weight: 900;
        font-size: 33px;
        color:#fff;
    }
.register-block h2 {
  font-weight: 500;
  padding: 0;
  text-align: center;
  font-size: 16px;
}
.register-block h2 span {
  font-weight: 800;
  font-size: 24px;
  background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent !important
}
.reg-form-block {
  margin: 42px 0;
  overflow: hidden;
}
.reg-form-block-new {
  margin: 42px 0 0 0;
  overflow: hidden;
}
.reg-form-block label, .reg-form-block input, .reg-form-block select {
  width: 100%;
}
.reg-form-block input, .reg-form-block select {
  background: #fff;
  border: none;
  height: 50px;
  padding: 0 10px;
  border-radius: 10px;
  color: #000;
  outline: none;
}
.reg-form-block-new label, .reg-form-block-new input, .reg-form-block-new select {
  width: 100%;
}
.reg-form-block-new input, .reg-form-block-new select {
  background: #fff;
  border: none;
  height: 50px;
  padding: 0 10px;
  border-radius: 10px;
  color: #000;
  outline: none;
}
.reg-lbl {
  padding-bottom: 3px;
}
.reg-text-link {
  padding: 15px 0 20px 0;
}
.reg-text-link a {
  color: #e8e8e8;
  text-decoration: underline;
}
.reg-text-link a:hover {
  color: #e8e8e8;
  text-decoration: none;
}
.login-hyperlink {
  padding: 20px 0 0 0;
  text-align: center;
  color: #e8e8e8;
}
.login-hyperlink a {
  color: #d8a743;
  text-decoration: none;
  font-weight: 600;
}
.login-hyperlink a:hover {
  color: #d8a743;
  text-decoration: underline;
}
.bt-block {
  margin: 21px 0 0 0;
}
.bt-login {
  background: linear-gradient(90deg, rgba(195, 134, 43, 1) 0%, rgba(234, 194, 83, 1) 17%, rgba(189, 126, 43, 1) 36%, rgba(211, 167, 60, 1) 50%, rgba(234, 194, 83, 1) 61%, rgba(189, 126, 43, 1) 79%, rgba(234, 194, 83, 1) 98%);
  padding: 8px;
  color: #000;
  width: 100%;
  border: none;
  border-radius: 10px;
  font-weight: 700;
}
.bt-login:hover {
  background: #d8a743;
}
.bt-left-align {
  width: 48%;
  float: left;
}
.bt-right-align {
  width: 48%;
  float: right;
}
.bt-center-align {
  display: flex;
  margin: 0 auto;
  padding: 8px 21px !important;
  align-items: center;
  justify-content: center;
}
.footer-block {
  position: fixed;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  padding: 0 0 20px 0;
  color: #e8e8e8;
}
.footer-block a {
  color: #e8e8e8;
  text-decoration: none;
}
.footer-block a:hover {
  color: #e8e8e8;
  text-decoration: underline;
}
.password-list {
  margin: 0;
  padding: 0;
}
.password-list ul {
  margin: 25px 0 0 0;
  padding: 0;
}
.password-list ul li {
  padding: 0 0 6px 21px;
  list-style: none;
  background: url("../images/tick.png") left 5px no-repeat;
}
.verify-popup {
  width: 420px;
}
.verify-popup h1 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.popup-bg {
  background: #000 !important;
  padding: 20px 10px !important;
  color: #fff !important;
  border: #343940 2px solid;
  border-radius: 21px;
}
.verify-list {
  height: 150px;
  overflow-y: scroll;
  background: #2E2E2E;
  border-radius: 10px;
  border: #343940 2px solid;
  padding: 12px 15px;
}
.verify-list p {
  margin-bottom: 8px;
}
.logo-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}
.payment-img {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 6px;
}
/** Tabs **/
.page-content {
  max-width: 700px;
  margin: 32px auto;
  padding: 32px;
  background: #fff;
}
.tabbed {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 0;
}
.tabbed [type="radio"] {
  /* hiding the inputs */
  display: none;
}
.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}
.tab {
  width: 50%;
  text-align: center;
}
.tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 10px 10px 0 0;
}
.tab:hover label {
  border-top-color: #333;
}
.tab-content {
  display: none;
}
/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label, .tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label, .tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label, .tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label, .tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
  background: linear-gradient(90deg, rgba(195, 134, 43, 1) 0%, rgba(234, 194, 83, 1) 17%, rgba(189, 126, 43, 1) 36%, rgba(211, 167, 60, 1) 50%, rgba(234, 194, 83, 1) 61%, rgba(189, 126, 43, 1) 79%, rgba(234, 194, 83, 1) 98%);
  color: #000;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  border: none;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1), .tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2), .tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3), .tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}
button[type=button] {
  background: linear-gradient(90deg, rgba(195, 134, 43, 1) 0%, rgba(234, 194, 83, 1) 17%, rgba(189, 126, 43, 1) 36%, rgba(211, 167, 60, 1) 50%, rgba(234, 194, 83, 1) 61%, rgba(189, 126, 43, 1) 79%, rgba(234, 194, 83, 1) 98%);
  padding: 8px;
  color: #000;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  min-height: 39px;
}
button[type=button] span {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #000;
  font-size: 21px;
  margin: 0 1px;
  -webkit-animation: blink;
  animation: blink;
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
button[type=button] span:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
button[type=button] span:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/** Loading **/
.loading {
  margin: 36px 0 0 0;
}
.loading .dots {
  position: relative;
  width: 100%;
  -webkit-animation: move-2 3s linear infinite;
  animation: move-2 3s linear infinite;
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms;
}
.loading .dot {
  display: inline-block;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  background: linear-gradient(90deg, rgba(195, 134, 43, 1) 0%, rgba(234, 194, 83, 1) 17%, rgba(189, 126, 43, 1) 36%, rgba(211, 167, 60, 1) 50%, rgba(234, 194, 83, 1) 61%, rgba(189, 126, 43, 1) 79%, rgba(234, 194, 83, 1) 98%);
  -webkit-animation: move 3s cubic-bezier(0.1, 0.8, 0.9, 0.1) infinite;
  animation: move 3s cubic-bezier(0.1, 0.8, 0.9, 0.1) infinite;
}
.loading .dot:nth-of-type(2) {
  -webkit-animation-delay: -100ms;
  animation-delay: -100ms;
}
.loading .dot:nth-of-type(3) {
  -webkit-animation-delay: -200ms;
  animation-delay: -200ms;
}
.loading .dot:nth-of-type(4) {
  -webkit-animation-delay: -300ms;
  animation-delay: -300ms;
}
.loading .dot:nth-of-type(5) {
  -webkit-animation-delay: -400ms;
  animation-delay: -400ms;
}
.process-text1, .process-text2 {
  margin: 0;
  font-size: 18px;
}
.process-text1 {
  padding: 0 0 20px 0;
}
.process-text2 {
  padding: 20px 0 0 0;
}
@-webkit-keyframes move {
  0% {
    transform: translateX(-10em);
    opacity: 0;
  }
  10%, 70% {
    opacity: 0.9;
  }
  80%, 100% {
    transform: translateX(10em);
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: translateX(-10em);
    opacity: 0;
  }
  10%, 70% {
    opacity: 0.9;
  }
  80%, 100% {
    transform: translateX(10em);
    opacity: 0;
  }
}
@-webkit-keyframes move-2 {
  0% {
    transform: translateX(4em);
  }
  100% {
    transform: translateX(-4em);
  }
}
@keyframes move-2 {
  0% {
    transform: translateX(4em);
  }
  100% {
    transform: translateX(-4em);
  }
}
/** responsive **/
@media (max-width:1366px) {
  .reg-form-align {
    height: calc(100vh - 90px);
  }
  .register-block {
    padding: 25px 40px;
  }
  .reg-form-block {
    margin: 15px 0;
  }
  .reg-form-block-new {
    margin: 15px 0 0 0;
  }
  .logo-block {
    height: 70px;
  }
}


.modal-body {
    padding: 0 2.5rem !important;
}

    .modal-body .reg-form-block {
        margin: 30px 0;
    }

.modal-content {
    background-color: #000 !important;
    border: #717171 2px solid;
    border-radius: 1rem !important;
    color: #fff;
}

.modal-footer {
    justify-content: center;
    padding: 0 0 2rem 0 !important;
}

.modal-header {
    border-bottom: none !important;
    display: block !important;
    padding: 2rem 0 0 0 !important;
}

.modal-header h1 {
    text-align: center;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-size: 24px !important;
    font-weight: 800;
 }

.modal-footer {
    border-top: none !important;
}

    .modal-footer button {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

.btn-close {
    color: #fff;
    font-size: 18px;
    opacity: 0.5;
    position: absolute;
    top: 18px;
    right: 15px;
}

    .btn-close:hover {
        color: #fff;
        font-size: 18px;
        opacity: 0.8;
    }

.confirmation-block {
    font-size: 21px;
    font-weight: 500;
    overflow: hidden;
}

.sp-left {
    width: 110px;
    float: left;
}

.sp-right {
    width: auto;
    float: left;
}

.form-disabled {
    background: #494949 !important;
    border: none !important;
    padding: 3px 15px !important;
    border-radius: 10px !important;
    color: #fff !important;
    outline: none !important;
    height: auto !important;
    font-size: 21px;
    font-weight: 600;
}
.circle {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    border: 3px solid #4bae4f;
}

.pay-clr {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    
    font-size: 18px;
    font-weight: bold;
}
@media (max-width:600px) {}
@media (max-width: 480px) {
    .register-block {
        padding: 25px;
    }
}