body {
  padding: 0px;
  margin: 0px;
  font-family: "Kanit", sans-serif;
  background: black;
}

.reg-head {
  margin-bottom: 5px !important;
}

.bottom-btn .logHeader {
  padding: 15px 20px 15px;
}

.bottom-btn {
  display: none;
}

form {
  margin-bottom: 10px;
}

.alert p {
  margin-bottom: 5px;
  font-size: 14px;
}

.lock_img {
  width: 100px;
  height: auto;
}

.form-group label {
  color: #fff;
  font-weight: 400;
  font-size: 14px;}

.form-group input {
  box-shadow: none !important;
}

.alert-danger {
  background: none;
  border: none;
}

.reg-btn {
  margin-top: 10px !important;
}

.fa-eye-slash {
  cursor: pointer;
}

.btn.focus {
  box-shadow: none;
}

.f-btn:hover {
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.logHeader .topHeader {
  background-color: var(--subHeader);
  padding: 12px 10px;
  border-radius: var(--subheaderRadius);
  box-shadow: var(--shadowN);
}

.btn-success.focus,
.btn-success:focus {
  box-shadow: transparent !important;
}

.selct_option {
  padding: 2px;
  border-radius: 7px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid #ced4da !important;
}

.selct_option:focus-visible {
  outline: none !important;
}

hr {
  display: none;
}

.login-bottom-links {
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}

.account {
  color: #000 !important;
  transition: all 0.3s linear;
}
.account:hover {
  color: #dd04c8 !important;
}

.span-acc {
  color: #fec216 !important;
}

.for_set_input {
  position: relative;
}


.mobile-input {
  padding-left: 86px !important;
}
/* .for_set_input input::placeholder{
  color: white;
} */
.for_eye_icon {
  position: relative;
}


.for_eye_icon i {
  position: absolute;
  right: 14px;
  top: 17px;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
}

.logHeader .topHeader .back__arrow {
  padding: 10px 15px;
  margin-right: 10px;
  display: inline-block;
  color: var(--subHeaderTxt);
  box-shadow: var(--shadowN);
  border-radius: var(--subheaderRadius);
  background-color: var(--primaryColor);
}

.change__sec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0;
  padding: 10px 0;
  gap: 10px;
}

.down_btns {
  display: none;
}

.login_logo {
  display: none;
}

.form-row-sec {
  height: 100%;
  align-items: center;
  /* justify-content: end !important; */
}

.login-main-bg {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #000;
}

.login-main-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../../../../uploads/background.jpeg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* opacity: .6; */
}

.LoginForm_card h1 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
  font-family: 'Poor Story', system-ui;
  position: relative;
  z-index: 1;
  top: -12px;
  font-size: 17px;
}
.LoginForm_card::before{
  position: absolute;
  content: "";
  background-image: url('../../../../uploads/wave-image.svg');
  height:100%;
  width: 100%;
background-repeat: no-repeat
;  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 9px 9px 0px 0px;

}

.login-main-bg .stars__new {
  position: absolute;
  /* bottom: 10%;
  right: 30%; */
  display: block;
  height: 140px;
  width: 1px;
  /* background: linear-gradient(180deg, hsla(321, 62%, 55%, 1) 61%, rgba(255, 191, 122, 0) 100%); */
  /* animation: slide-top 4s linear infinite both; */
}

@keyframes slide-top {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-300px);
    opacity: 0;
  }
}

.login-main-bg .stars__new .inner_glow {
  position: relative;
  height: 100%;
  width: 100%;
}

.login-main-bg .stars__new .inner_glow_pink::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 18px;
  width: 17px;
  top: -10px;
  right: -8px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.621) 0%, hsla(321, 62%, 55%, 1) 31%, rgba(255, 0, 0, 0) 96%);
  border-radius: 50%;
  filter: blur(1px);
}

.login-main-bg .inner_glow_pink {
  bottom: 10%;
  right: 20%;
  background: linear-gradient(180deg, hsla(321, 62%, 55%, 1) 61%, rgba(255, 191, 122, 0) 100%);
  animation: slide-top 3s linear infinite both;
}

.login-main-bg .stars__new .inner_glow_blue::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 18px;
  width: 17px;
  top: -10px;
  right: -8px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.621) 0%, #277af2 31%, rgba(255, 0, 0, 0) 96%);
  border-radius: 50%;
  filter: blur(1px);
}

.login-main-bg .stars__new_blue {
  background: linear-gradient(180deg, #277af2 61%, rgba(255, 191, 122, 0) 100%);
  animation: slide-top 5s linear infinite both;
}

.login-main-bg .stars__new_1 {
  bottom: 10%;
  right: 12%;
}

.login-main-bg .stars__new_2 {
  bottom: 10%;
  left: 30%;
}

.login-main-bg .stars__new_3 {
  bottom: 10%;
  left: 20%;
}

.login-main-bg .stars__new_4 {
  bottom: 10%;
  right: 20%;
}
.LoginForm_card .form-control::placeholder{
  color: #fff;
  font-weight: 400;
}

.LoginForm_card .form-control,
.selct_option {
  background: var(--inputbg);
  color: #fff;
  
}

.mobile-icon{
  position: absolute;
  right: 14px;
  top: 17px;
  color: #fff;
  font-weight: 100;
  font-size: 14px;
  /* cursor: pointer; */
}
.LoginForm_card {
  max-width: 550px;
  /* clip-path: polygon(9% 0%, 87% -2%, 100% 12%, 102% 84%, 89% 102%, 12% 101%, -2% 85%, -2% 13%); */
  /* border: 1px solid var(--card-border); */
  /* border: 1px solid #cca83b; */
  box-shadow: 0px 0px 6px #4f4f4f !important ;
}

.submitButton {
  /* background: var(--primaryColor); */
  background-color:#fec216;
  color: #000;
}

.submitButton:hover {
  /* background: var(--primaryColor); */
  background:linear-gradient(to bottom, #ffc016 0%, #92700f 100%);
}

.submitButton:focus {
  box-shadow: none !important;
}

@media (max-width: 768px) {
  /* .login-main-bg {
    background-image: none !important;
  } */

  input:-webkit-autofill {
    background-color: transparent !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  }

  input:focus {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    border-color: gray !important;
    background-color: transparent !important;
  }

  input:focus-visible {
    outline: none !important;
  }

  .LoginForm_card {
    /* box-shadow: none !important; */
    clip-path: none;
    margin: 20px auto 20px !important;
  }

  .LoginForm_card .form-control {

    border: 1px solid #ced4da !important;
  }

  .selct_option {
    border: 1px solid #ced4da !important;

  }

  /* hr {
    display: block;
  } */

  .down_btns {
    display: block;
    position: fixed;
    bottom: 0px;
  }

  .up_btn {
    display: none;
  }

  .topHeader {
    display: none;
  }

  .login_logo {
    display: block;
    text-align: center;

    padding-top: 25px;
  }

  .login_logo img {
    width: 200px;
  }

  .LoginForm_card {
    max-width: 450px !important;
    /* border: none !important; */
    padding: 30px !important;
  }

  .LoginForm_card h1 {
    /* font-size: 36px; */
  }

  .submitButton {
    width: 100% !important;
    margin-top: 28px !important;
  }

  .reg-btn {
    margin-top: 10px !important;
  }

  /* .logHeader {
    background-image: url(https://ezygo.in/colour/App/assets/Site/Assets/img/login_background.jpg);

  } */
  /* #Register {
    background-image: url(https://ezygo.in/colour/App/assets/Site/Assets/img/login_background.jpg) !important;
    height: 100vh !important;
    width: 100% !important;
    background-size: cover;
    background-attachment: fixed;


  } */


  .change__button {
    background: #11214f !important;
    color: white;
    margin: 0 !important;
    border: 1px solid #11214f !important;
  }

  .change__button:hover {
    background: none !important;
    color: black !important;
  }

  /* .submitButton {
    background: #11214f !important;
    border: 1px solid #11214f !important;
    ;
  } */

  /* .submitButton:hover {
    background: none !important;
    color: black !important;

  } */

  body {
    padding-bottom: 0px;
  }
}

@media (max-width: 576px) {
  .LoginForm_card h1 {
     
  }

  .reg-head {
    margin-bottom: 0px !important;
  }

  .bottom-btn {
    display: block;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    background: #23486f;
    left: 0px;
    padding: 15px;
  }

  .bottom-log,
  .bottom-reg {
    color: var(--white);
    text-decoration: none !important;
  }

  .bottom-log:hover,
  .bottom-reg:hover {
    color: var(--white);
  }

  /* .form-row-sec {
    align-items: baseline;
  } */

  .LoginForm_card {
    box-shadow: none !important;
    clip-path: none;
  }

   
}

@media (max-width: 450px) {
  .login_logo img {
    width: 178px;
  }

  .change__button {
    padding: 6px 20px !important;
  }
}

@media (max-width: 385px) {
  label {
    font-size: 14px;
  }
  .LoginForm_card{
    padding: 21px 10px !important;
  }

  .submitButton{
    margin-top: 10px !important;
  }
  .forget_heading{
    font-size: 13px !important;
  }

  .LoginForm_card .form-control {
    font-size: 14px;
  }

  .LoginForm_card h1 {
    /* font-size: 28px; */
  }

  .f-btn {
    font-size: 13px;
  }
}

.change__sec .change__button {
  white-space: nowrap;
  display: inline-block;
  padding: 10px 40px;
  margin: 0 10px;
  background: #d7d4d4;
  transition: all 0.4s linear;
}

.change__sec .change__button:hover {
  background: var(--primaryColor);
  color: white;
}

.LoginForm_card {
  max-width: 500px;
  width: 100%;
  margin: 30px auto 20px;
  padding: 30px;
  background-color: #000 !important;
  /* background: var(--LoginCard); */
  box-shadow: var(--shadowN);
  border-radius: 10px;
  backdrop-filter: blur(4px);
  justify-content: center;
}

.LoginForm_card .form-control {
  padding: 10px;
  border-radius: 8px !important;
  width: 100% !important;
  border: 1px solid #7088a138 !important;
  padding-right: 45px;
  color: #fff;
}

.LoginForm_card .form-control:focus {
  border-color: transparent;
  outline: none;
}

a.forgot-pw {
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
  display: inline-block;
}

.login-btn {
  padding: 8px 74px;
  font-size: 18px;
  color: var(--subHeaderTxt);
  letter-spacing: 1px;
}

.LoginForm_card .submitButton {
  width: 100%;
  margin: 20px auto 0;
  display: block;
  padding: 10px;
  border-radius: 15px;
}

.f-btn {
  color: #fff;
}
.f-btn {
  color: #fff !important;
  transition: all 0.3s linear;
}


.f-btn:hover {
  /* color: var(--primaryColor); */
  color: #fec216 !important;
}

@media(max-width:1200px){
  .form-row-sec{
    justify-content: center !important;
  }
}