: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:#0b2623;
}

.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;
  background-color: #fff;
  padding: 13px;
  max-width: 400px;
    margin: auto;
    justify-content: center;
    height: 100vh;
}

input.form-control::placeholder {
  color: #fff !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #ffffff00;
  opacity: 1;
}

.section {
  width: 100%;
  position: relative;
  text-align: center;
}

/* .section::after {
  position: absolute;
  content: "";
  height: 552px;
  width: 706px;
  bottom: 0;
  right: 36px;
  background-image: url("../../uploads/trading-left.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  transform: rotate(358deg);
} */
/* /* #star-six {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 100px solid red;
  position: relative;
} */
/* #star-six:after {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid red;
  position: absolute;
  content: "";
  top: 30px;
  left: -50px; */
/* }  */
.login-img {
  /* background:#2957a5!important; */

}
.login-row{
  align-items: center !important;
  justify-content: center !important;
}
.new-setting-col{
  display: flex;
  justify-content: center;
}
.main-form-page::before {
  position: absolute;
  content: "";
  height: 100%;
  width:100%;
  bottom: 0;
  right: 0;
  background-image: url("../../uploads/kg_bg.jpg");
  
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0.5);
 }  

@media (max-width: 1200px) {
  .section::before {
    background-position: center;
  }
}
.sub-title{
  max-width: 400px;
  /* background: navy; */
}

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

@media (max-width: 1130px) {
  .cont-reg {
    /* justify-content: center !important; */
  }
}

@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;
  }

  .sub-title {
    margin-top:43px !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;
  align-items: center;
  margin: 20px 0px 20px 0px;
}

.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;
}

.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;
}
.med-bottle2 img{
  height: 80px;
  width: 80px;
}
.guru-logins {
  color: #5b77f7;
  margin: 0;
}
.med-bottle2{
 display: none;

}
.bottle-img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub-title .login-heading img {
  height: 66px;
  width: auto;
  filter: drop-shadow(0px 23px 8px black);
}
.main-stars-img{
  position: relative;
  z-index: 1;
}
.main-stars-img::before{
  position: absolute;
  content: "";
  background-image: url("../../uploads/wide.png");
  height: 64px;
  width: 64px;
  z-index: -1;
  left: 66px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotation 2s infinite linear;
  animation-duration: 5s;
}
.main-stars-img::after{
  position: absolute;
  content: "";
  background-image: url("../../uploads/wide.png");
  height: 64px;
  width: 64px;
  z-index: -1;
  right: 66px;
  bottom: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: rotation 2s infinite linear;
  animation-duration: 5s;
}
@keyframes rotation{
  0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
.sub-title {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
 
  padding: 30px 30px;
  max-width: 440px;
  background: linear-gradient(180deg, hsla(232, 100%, 35%, 1) 0%, hsla(232, 100%, 82%, 1) 100%);
  width: 100%;
  backdrop-filter: blur(50px);
  margin: 20px 0;
}

.create-acc p{
  color: #fff !important;
}

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

@media (max-width: 576px) {
  .sub-title {
    padding: 50px 20px 50px;
    width: 100% !important;
  }

  .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: #2958a5;
}

.form-control:focus {
  border: 1px solid #2958a5 !important;
  background: transparent;
}

.form-control::placeholder {
  color: #fff !important;
}

.password-field {
  position: relative;
}

.form-control::placeholder {
  color: #fff !important;
}

.form-control {
  width: 100%;
    padding: 7px 30px 7px 11px;
    border-radius: 0px;
    border: none;
    border: 1px solid #2958a5;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    height: 42px;
    background-color: transparent;
    color: #000 !important;
    border-radius: 12px !important;



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

.password-field i {
  position: absolute;
  top: 12px;
  font-size: 15px;
  right: 9px;
  color: #2958a5;
  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: #061db5;
}

.forget-pass:hover {
  color:#2a57a5;
}
.forget-pass{
  transition: all 0.3s linear;
}

.set-title2{
  height: 480px !important;
}
.login-btn {
  margin-top: 20px;
  width: 100%;
}

.login-btn button {
  border-radius: 5px;
  border: none;
  padding: 13px 36px;
  color: var(--white-color);
  background:linear-gradient(to right, #6e53fd 0, #557ef7 100%);
  width: 100%;
  transition: all 0.5s linear;
}


.login-btn button:hover {
  color:#fff;
  outline: none;
  box-shadow: none;
  transform: translateY(-8px);
  box-shadow:0px 3px 10px #6e53fd;
}

.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);
  }
}



/* policy sec css */

.policy-sec{
  position: relative;
  z-index:1;
  width: 100%;
  padding:70px 0;
}
.policy-sec::before {
  position: absolute;
  content: "";
  height: 100%;
  width:100%;
  bottom: 0;
  right: 0;
  background-image: url("../../uploads/log-bgs.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(0.5);
}

.policy_header {
  background: #fff;
  padding: 12px 15px;
  border-radius: 50px;
  margin-bottom:30px;
}
.header_logo{

}
.header_logo a img{
   width:130px;
}



.policy-btn-dropdown{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.dropdown-menu[data-bs-popper] {
  top: 45px !important;
  left: -115px !important;
  margin-top: var(--bs-dropdown-spacer);
}

.sign-out-btn {
  background: #2a57a4;
  color: #fff;
  border-radius: 6px !important;
  margin-top: 11px;
  padding: 11px 29px !important;
  transition: all 0.3s linear;
}
.sign-out-btn:hover {
  color: white !important;
  border: 1px solid #2a57a4;
  background: none;
}

.policy_user_info {
  background: #0f16219c;
  padding: 40px 40px;
  border-radius: 20px;
  overflow: hidden;
  border: 2px double #2a57a4;
  height:250px;
}


.policy_user_info h3{
  color: #fff;
  margin:0;
  font-size:25px;
  font-weight: 600;
}
.policy_user_info h4{
  color: #fff;
  font-size:25px;
  font-weight: 600;
  margin-top: .5rem;
}
.policy_user_info h5{
  color: #fff;
  margin:0;
  font-size:25px;
  font-weight: 600;
}
.policy_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date-c1{
  transform: translateX(5px);
}
.date-c2{
  transform: translateX(-10px);
}

.for-set-form-background {
  border: 2px double #2a57a4;
  padding: 20px;
  background: #0f16219c;
  border-radius: 15px;
}


table.tables.table-bordered {
  width: 100%;
  white-space: nowrap;
  border-radius: 15px !important;
}
.tables th {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 16px 10px;
  white-space: nowrap;
}
.tables td {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding: 16px 10px;
  white-space: nowrap;
}
.table-bordered {
  border: 1px solid #ffffff !important;
}


@media (max-width:768px) {
  .policy_user_info2{
    margin-top:30px;
  }
  .policy_user_info {
    height:300px;
  }
  .policy_user_info h3 {
    font-size: 20px;
  }
  .policy_user_info h4 {
    font-size: 20px;
  }
  .policy_user_info h5 {
    font-size: 20px;
  }
}
@media (max-width:576px) {
  .policy_user_info2{
    margin-top:30px;
  }
  .policy_info {
    flex-direction: column;
  }
  .colum{
    display: none;
  }
}

@media (max-width:992px) {
  .policy_user_info h3 {
    font-size: 22px;
  }
  .policy_user_info h4 {
    font-size: 22px;
  }
  .policy_user_info h5 {
    font-size: 22px;
  }
}