:root {
  --primary-color: #01adef;
  --white-color: #fff;
  --black-color: #000;
  --blue-color: #00c5e7;
  --border-color: #28282840;
  --red-color: #e21e22;
  --lightbrown-color: #757575;
  --pink-background: #ff49b0;
  --gold-color: var(--primary-color);
  --green: #FCB42D;
}


body {
  position: relative;
  background: url("../../../../uploads/login_bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.con-code {
  display: flex;
  gap: 10px;
}

@media (max-width: 576px) {
  .cont-reg {
    padding: 0;
  }

  .for-passs {
    font-size: 22px !important;
  }
}

.main-form-page {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 100%;
  height: 100vh;
  padding: 80px 0;
  padding-bottom: 140px;
}

@media (max-width:992px) {
  .main-form-page {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

@media (max-width:576px) {
  /* .sub-title::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: url("../../../../uploads/login.png");
    background-position: center;
    background-size: contain !important;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(0.5);
  } */

  .create-acc {
    margin-bottom: 43px;
    margin-top: 27px !important;
  }

  .glow-btn {
    position: relative;
    padding: 4px 40px !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 22px !important;
    color: #ffb347;
    background: transparent;
    border: 2px solid #ff7a18;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    z-index: 1;
  }

  .glow-btn::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: 0;
    height: 61px !important;
    background: transparent;
    width: 113% !important;
    z-index: -1;
    border: 2px solid #ff7a18;
    border-radius: 6px;
    box-shadow: 0 0 15px #ff7a18,
      0 0 30px rgba(255, 122, 24, 0.6),
      inset 0 0 10px rgba(255, 122, 24, 0.7);
  }

  .login-btn {
    margin-top: 0px !important;
    width: 100%;
  }
}

.login-h {
  position: absolute;
  top: -125px;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
}

.login-h a img {
  width: 300px;
}

.create-acc {
  margin-top: 40px;
}

.section {
  width: 100%;
  padding: 50px 25px;
  position: relative;
  text-align: center;
}

@media (max-width: 1200px) {
  .section::before {
    background-position: center;
  }
}

.section::after {
  height: 467px;
  width: 628px;
  bottom: 40px;
  right: 10px;
}

@media (max-width: 768px) {
  .section::after {
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    bottom: 0px;
    left: 0px;
    background-position: bottom;
  }
}

@media (max-width: 576px) {
  .cont-reg {
    align-items: start !important;
  }


  .forgot-sub-title {
    margin-top: 90px !important;
  }
}

@media(max-width:992px) {
  .section::after {
    display: none;
  }

  .cont-reg {
    justify-content: center !important;
  }
}

/* .section::after {
    position: absolute;
    content: "";
    height: 60%;
    width: 32%;
    bottom: 0;
    right: 0;
    background-image: url('../../uploads/forex_trade.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
} */

.login-heading {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}

.main-form-page .left img {
  height: 52px;
  width: auto;
}

.main-form-page .left h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-top: 10px;
}

.main-form-page .left p {
  font-size: 14px;
  font-weight: 200;
  color: var(--white-color);
  line-height: 18px;
}

.btn-row {
  background: #000;
  padding: 40px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e7c644;
}

.plan-btn a {
  text-decoration: none;
  padding: 12px 25px;
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-right: 15px;
  width: 200px;
  text-align: center;
  margin-bottom: 15px;
  background: #d5a345;
  border: 1px solid #d5a345;
}

.plan-btn a:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  background: transparent;
  color: #d5a345;
}


.video-sec {
  width: 100%;
  background: #000;
  padding: 90px 0;
  height: 180vh;
}


.main-form-page .left .main-form-page .left
/* .main-form-page::after{
    position: absolute;
    background-image:url(../../uploads/red-ribbon-blank-white-background.jpg);
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
} */

.main-form-page .right {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
}

.form-design {
  display: flex;
  justify-content: center;
}

.sub-title .login-heading img {
  height: 80px;
  width: auto;
}

.sub-title {
  padding: 60px 80px 100px;
  transform: translateY(150px);
  width: 100%;
  max-width: 450px;
  margin: auto;
}

@media (max-width:450px) {
  .sub-title {
    padding: 30px 80px 80px;
  }
  .sub-title::after{
    background-position:initial !important;
  }
}
@media (max-width:385px) {
  .sub-title {
    padding: 25px 60px 50px;
  }
}

.sub-title::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../../../../uploads/login.png");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  /* filter: brightness(0.5);  */
}

.login-h-r {
  position: absolute;
  top: -83px;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
}

.login-h-r a img {
  width: 250px;
}

.sub-title-register {
  padding: 80px 80px 100px;
  transform: translateY(150px);
  width: 100%;
  margin: auto;
  background-image: url("../../../../uploads/register2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width:450px) and (max-width:480px) {
  .sub-title-register {
    padding: 105px 60px 50px;
    transform: translateY(145px);
  }
}
@media (min-width:400px) and (max-width:420px) {
  .sub-title-register {
    padding: 105px 60px 50px;
    transform: translateY(122px);
  }
}
@media (min-width:420px) and (max-width:450px) {
  .sub-title-register {
    padding: 105px 60px 50px;
    transform: translateY(135px);
  }
}
@media (min-width:380px) and (max-width:410px) {
  .sub-title-register {
    padding: 105px 60px 50px;
    transform: translateY(100px);
  }
}
@media (min-width:350px) and (max-width:380px) {
  .sub-title-register {
    padding: 105px 60px 50px;
    transform: translateY(90px);
  }
}
@media (min-width:320px) and (max-width:350px) {
  .sub-title-register {
    padding: 155px 40px 70px;
    transform: translateY(30px);
  }

  
}
@media (max-width:576px) {
  .form-controlsr{
    width: 100%;
  }
  .login-btnss{
    width: 100%;
    margin-top:20px;
  }
}

/* .sub-title-register::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-image: url("../../../../uploads/register.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
} */

/* .main_l{
    background:#11081d;
    border-radius: 10px;
    padding: 15px 20px;
    position: relative;
    box-shadow: inset 0 0px 40px #000000, 0 4px 15px rgb(0 0 0);
}
.main_l::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  border-radius: 10px;
  background: linear-gradient(45deg, #24a4e3, #00d9f5);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
} */

.form-set {
  justify-content: center;
}

.main-heading {
  margin-bottom: 25px;
}

.main-heading h4 {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px 0 0 0;
}

.main-heading h4::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 9px;
  left: 50%;
  background: linear-gradient(45deg, #24a4e3, #00d9f5);
  border-radius: 50px;
  z-index: -1;
}

@media (max-width: 576px) {
  .section {
    padding: 50px 10px;
  }



  .sub-title .login-heading img {
    height: 60px;
  }

  .form-design {
    display: initial;
  }

  .background_pic_form {
    display: flex;
    justify-content: center;
  }

  /* .for_get{
            flex-direction: column;
            gap: 3px;
            align-items: start;
        } */
  label.remember-1 {
    margin: 0;
  }

  .m-0.remem-1 {
    padding-bottom: 0px !important;
    font-size: 13px;
  }

  .forget-pass {
    font-size: 13px !important;
  }
}

@media (max-width: 345px) {
  .for_get {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}

/* .sub-title::before {
    position: absolute;
    background-image: url('../../uploads/arrow1_blue.png');
    content: "";
    height: 36px;
    width: 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
}

.sub-title::after {
    position: absolute;
    background-image: url('../../uploads/arrow2_blue.png');
    content: "";
    height: 45px;
    width: 145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px !important;
    left: 0;
} */

/* .background_pic_form{
    position: relative;
    z-index: 1;
 

}
.background_pic_form::after{
    background-image: url('../../uploads/back.svg');
    content: "";
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    
} */
/* .sub-title::after{
    position: absolute;
    background-image:url('../../uploads/arrow2_blue.png');
    content: "";
    height: 46px;
    width: 34%;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    left: 0;
} */
.login-heading h4 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  text-align: start;
  margin-bottom: 0;
}

.login-heading p {
  text-align: center;
  color: var(--black-color);
}

.panel-form {}

.user-field {
  /* padding-bottom: 20px; */
  position: relative;
}

/* .user-field input {
    width: 100%;
    padding: 7px 11px;
    border-radius: 10px;
    border: 1px solid var(--primary-color);
    outline: none;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff; */

/* } */

.user-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 13px;
  color: #fcdb69;
}

.form-controls:focus {
  border: 1px solid #d2402d !important;
  background: #330d057a !important;
}

.form-controls::placeholder {
  color: #fcdb69 !important;
}
.form-controlsr:focus {
  border: 1px solid #d2402d !important;
  background: #330d057a !important;
}

.form-controlsr::placeholder {
  color: #fcdb69 !important;
}

.password-field {
  position: relative;
}

/* 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
} */


.form-controls {
  width: 100%;
  padding: 7px 30px 7px 11px;
  border-radius: 0px;
  border: 1px solid #d2402d !important;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  /* height: 42px; */
  background: #330d057a !important;
  border-radius: 7px !important;
  color: #fcdb69;
}

.form-controls:-webkit-autofill,
.form-controls:-webkit-autofill:hover,
.form-controls:-webkit-autofill:focus,
.form-controls:-webkit-autofill:active {
  /* -webkit-box-shadow: 0 0 0 1000px #b53b25 !important; */
  /* -webkit-box-shadow: 0 0 0 1000px #b53b25 inset !important; */
  -webkit-text-fill-color: #fcdb69 !important;
  transition: background-color 9999s ease-in-out 0s;
  background: #330d057a !important;
  border-radius: 7px !important;
}

.form-controlsr {
  /* width: 100%; */
  padding: 7px 50px 7px 11px;
  border-radius: 0px;
  border: 1px solid #d2402d !important;
  border: none;
  outline: none;
  font-weight: 500;
  font-size: 15px;
  /* height: 42px; */
  background: #330d057a !important;
  border-radius: 7px !important;
  color: #fcdb69;
}

.form-controlsr:-webkit-autofill,
.form-controlsr:-webkit-autofill:hover,
.form-controlsr:-webkit-autofill:focus,
.form-controlsr:-webkit-autofill:active {
  /* -webkit-box-shadow: 0 0 0 1000px #b53b25 !important; */
  /* -webkit-box-shadow: 0 0 0 1000px #b53b25 inset !important; */
  -webkit-text-fill-color: #fcdb69 !important;
  transition: background-color 9999s ease-in-out 0s;
  background: #330d057a !important;
  border-radius: 7px !important;
}

/* 
.register-titlee {
  padding: 32px 30px;
} */

.password-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 9px;
  color: #fcdb69;
  cursor: pointer;
}
.password-fields {
  position: relative;
}
.password-fields i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 9px;
  color: #fcdb69;
  cursor: pointer;
}

@media (min-width:576px) and (max-width:768px) {
  .password-fields i {
    position: absolute;
    top: 12px;
    font-size: 15px;
    right: 70px;
    color: #fcdb69;
    cursor: pointer;
  }
}
@media (min-width:768px) and (max-width:992px) {
  .password-fields i {
    position: absolute;
    top: 12px;
    font-size: 15px;
    right: 32%;
    color: #fcdb69;
    cursor: pointer;
  }
}

/* .toggle-passwordr{
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 32% !important;
  color: #fcdb69;
  cursor: pointer;
} */

.main-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-bottom: 20px; */
}

.forget-pass {
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  color: var(--white-color);
}

.forget-pass:hover {
  color: var(--green);
}

.forget-pass {
  transition: all 0.3s linear;
}

.login-btn {
  margin-top: 20px;
  width: 100%;
}

.create-acc p {
  color: #e4903a;
}

.tgreens {
  color: #e4903a;
}

.tgreens:hover {
  color: #F6B245 !important;
}

/* .login-btn button {
  border-radius: 5px;
  border: none;
  padding: 13px 36px;
  color: #000;
  background: linear-gradient(45deg, #24a4e3, #00d9f5);
  width: 100%;
}

.login-btn button:hover {
  color: var(--white-color);
  background-color: #00d9f5;
} */



.glow-btn {
  position: relative;
  padding: 8px 70px;
  font-family: 'Orbitron', sans-serif;
  font-size: 24px;
  color: #ffb347;
  background: transparent;
  border: 2px solid #ff7a18;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  /* box-shadow: 0 0 15px #ff7a18,
  0 0 30px rgba(255,122,24,0.6),
  inset 0 0 10px rgba(255,122,24,0.7); */
  transition: 0.3s ease-in-out;
  z-index: 1;
}

/* top glow line */
/* .glow-btn::before{
  content:'';
  position:absolute;
  top:-6px;
  left:20px;
  right:20px;
  height:4px;
  background:linear-gradient(to right, #ff7a18, #ffb347);
  box-shadow:0 0 15px #ff7a18;
} */

.glow-btn::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  height: 71px;
  background: transparent;
  /* box-shadow: 0 0 15px #ff7a18; */
  width: 254px;
  z-index: -1;
  border: 2px solid #ff7a18;
  border-radius: 6px;
  box-shadow: 0 0 15px #ff7a18,
    0 0 30px rgba(255, 122, 24, 0.6),
    inset 0 0 10px rgba(255, 122, 24, 0.7);
}

/* bottom arrow */
.glow-btn::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #ff7a18;
  filter: drop-shadow(0 0 8px #ff7a18);
}

.glow-btn:hover {
  color: #fff;
  box-shadow:
    0 0 25px #ff4500,
    0 0 50px rgba(255, 69, 0, 0.9),
    inset 0 0 15px rgba(255, 69, 0, 0.8);
  transform: scale(1.05);
}





.glow-btn2 {
  position: relative;
  padding: 5px 30px;
  font-family: 'Orbitron', sans-serif;
  font-size: 18px;
  color: #ffb347;
  background: transparent;
  border: 2px solid #ff7a18;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  z-index: 1;
}



.glow-btn2::before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  height: 55px;
  background: transparent;
  /* box-shadow: 0 0 15px #ff7a18; */
  width: 114%;
  z-index: -1;
  border: 2px solid #ff7a18;
  border-radius: 6px;
  box-shadow: 0 0 15px #ff7a18,
    0 0 30px rgba(255, 122, 24, 0.6),
    inset 0 0 10px rgba(255, 122, 24, 0.7);
}

/* bottom arrow */
.glow-btn2::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #ff7a18;
  filter: drop-shadow(0 0 8px #ff7a18);
}

.glow-btn2:hover {
  color: #fff;
  box-shadow:
    0 0 25px #ff4500,
    0 0 50px rgba(255, 69, 0, 0.9),
    inset 0 0 15px rgba(255, 69, 0, 0.8);
  transform: scale(1.05);
}

/* .r-l{
  margin: 0 !important;
} */

.login-btnss{
width: 100%;
}

.earth_pic {
  position: relative;
  top: -75px;
}

.earth_pic img {
  position: absolute;
  height: 62px;
  right: 18px;
  top: -11px;
  border-radius: 45px;
  animation: earth_rotate 3s linear infinite normal;
  transition: all 0.3s linear;
}

@keyframes earth_rotate {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}