/* @font-face {
  font-family: 'poppinsregular';
  src: url('./css/fonts/poppins-regular-webfont.woff2') format('woff2'),
    url('./css/fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'poppinssemibold';
  src: url('./css/fonts/poppins-semibold-webfont.woff2') format('woff2'),
    url('./css/fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

} */

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

body {
  color: #fff;
  /*background:url(img/bg.jpg)no-repeat center center fixed;*/
  background: #fff;
  color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

body.custum_liquid {
  background: #003eff1a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-wrapper {
  max-width: 700px;
  padding: 20px;
  width: 100%;
  margin: 20px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.form-wrapper {
  /* width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 48%;
  background: rgba(0,0,0,0.27);
  padding: 15px 25px;
  border-radius: 5px;
  box-shadow: 0px 1px 0px rgba(0,0,0,0.6),inset 0px 1px 0px rgba(255,255,255,0.04);
  text-align: center;*/
}

.form-item {
  width: 100%;
}


h3 {
  font-size: 25px;
  font-weight: 640;
  margin-bottom: 10px;
  /* color: #e7e7e7; */
  /* padding: 6px; */
}



.form-item input {
  border: none;
  background: transparent;
  /* color: #fff; */
  /* margin-top: 11px; */
  font-size: 1rem;
  padding: 0 16px;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
}

/* input[type='password'] {
  background: transparent url("img/pass.jpg") no-repeat;
  background-position: 10px 50%;
}

 input[type='text'] {
  background: transparent url("img/user.jpg") no-repeat;
  background-position: 10px 50%;

} 

input[type='email'] {
  background: transparent url("img/user.jpg") no-repeat;
  background-position: 10px 50%

}
; */
.form-item input:focus {
  outline: none;
  border: 1.4px solid #cfecf0;
}

.button-panel {
  margin-bottom: 20px;
  width: 100%;
}

.button-panel .button {
  background: #00b6df;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.6s linear;
  width: 100%;
  margin-top: 10px;
}

.button:hover {
  background: #6eb7cb;
}

.form-item input,
.button-panel .button {
  border-radius: 2px
}

.reminder {
  text-align: center;
}

.reminder a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.reminder a:hover {
  color: #cab6bf;
}

/* #loginimg {
  width: 80%;
  margin-left: 0;
  margin-top: 20px;
} */

/*-------------Deepak Css------*/
.custum_liquid .button-panel .button {
  -o-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  width: 100%;
  margin: 10px 0;
  background: #b41d24;
  border: none;
  font-size: 18px;
  transition: all 300ms ease;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  text-transform: capitalize;
}

.custum_liquid .button-panel .button:hover {
  background: black;
}

.custum_liquid .form-item input {
  border: 1px solid #efefef;
  background: transparent;
  border: 1px solid #b41d24;
  border-style: none none solid none;
  border-radius: 0;
  outline: none;
}

.custum_liquid form h3 {
  color: #c89f43 !important;
  font-size: 26px;
}




.login_container {
  display: flex;
  padding: 0;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  position: relative;
  height: -webkit-fill-available;
}

.login_img {
  width: 50%;
}

.img_wrapper img {
  width: 100%
}

.left_wrapper {
  width: 50%;
  background: WHITE;
  padding: 40px;
  /* margin-top: 10%; */
  /* border-radius: 15px; */
}

.right_wrapper {
  width: 50%;
  background: WHITE;
  padding: 40px;
  margin: 0;
  position: initial;
}

.logo_wrapper {
  width: 50%;
  margin: 0 auto 40px;
}

.logo_wrapper img {
  width: 100%;
}

.right_wrapper .form-item {
  text-align: left;
  margin-bottom: 30px;
}

.right_wrapper .form-item label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.login_buttons {
  display: flex;
  align-items: 4;
  align-items: center;
  justify-content: space-between;
}

.login_buttons a.login_btn {
  width: 48%;
  font-size: 16px;
  transition: all 300ms ease;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  color: #000;
  text-decoration: none;
  text-align: center;
}

.login_buttons a.reginter_btn {
  border: 2px solid black;
  outline: none;
}

.login_buttons a.forget_btn {
  border: 2px solid #b41d24;
}

.login_buttons .reginter_btn:hover {
  background: black;
  color: white;
}

.login_buttons a.forget_btn:hover {
  background: #b41d24;
  color: white;
}


.login_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  align-items: center;
  gap: 25px;
  background: #003eff1a;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 15px;
}

.login_container h1 {
  font-size: 22px;
  font-weight: 600;
  color: BLACK;
  margin: 20px 0;
  text-align: left;
}

.form-item input::placeholder {
  font-size: 14px;
}

a.go_login {
  font-size: 16px;
  transition: all 300ms ease;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.375rem 0.75rem 0.5rem;
  border-radius: 0.25rem;
  color: #000;
  text-decoration: none;
  text-align: center;
  border: 2px solid black;
  line-height: normal;
}

a.go_login:hover {
  color: #fff;
  background: #000;
}

.glass {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  position: absolute;
}


.glass:nth-child(1) {
  width: 150px;
  height: 198px;
  top: 14px;
  left: 163px;
  transform: rotate(0.968801turn);
  opacity: 0.37125;
}

.glass:nth-child(2) {
  width: 199px;
  height: 168px;
  top: 80px;
  left: 650px;
  transform: rotate(0.341471turn);
  opacity: 0.4179;
}

.glass:nth-child(3) {
  width: 148px;
  height: 135px;
  top: 289px;
  left: 188px;
  transform: rotate(0.332708turn);
  opacity: 0.24975;
}

.glass:nth-child(4) {
  width: 161px;
  height: 107px;
  top: 284px;
  left: 1054px;
  transform: rotate(0.220488turn);
  opacity: 0.215337;
}

.glass:nth-child(5) {
  width: 188px;
  height: 74px;
  top: 620px;
  left: 45px;
  transform: rotate(0.309384turn);
  opacity: 0.1739;
}

.glass:nth-child(6) {
  width: 150px;
  height: 200px;
  top: 14px;
  left: 1219px;
  transform: rotate(61deg);
  opacity: 0.37125;
}

.glass:nth-child(7) {
  width: 150px;
  height: 200px;
  top: 50px;
  left: 1219px;
  transform: rotate(61deg);
  opacity: 0.37125;
}

.glass:nth-child(8) {
  width: 117px;
  height: 247px;
  top: 409px;
  left: 1219px;
  transform: rotate(104deg);
  opacity: 0.37125;
}

/* 27-01-2023 css start */

.loginlgimg {
  text-align: center;
  margin-bottom: 40px;
}

h3.reset-pas {
  font-weight: 600;
  margin-bottom: 20px;
}

.form-item label {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.form-item {
  margin-bottom: 20px;
}

#message {
  border-radius: 10px;
}

.custum_liquid form #message h3 {
  font-size: 20px;
}

.custum_liquid .invalid {
  background: none;
}

.form-wrapper #message p {
  font-size: 15px;
  padding: 2px 20px;
  margin-bottom: 0px;
}

#message p.invalid:before {
  left: -15px;
}

.login a {
  color: black;
  border-bottom: 2px solid black;
  padding: 0 0 2px;
  text-decoration: none;
  transition: all 300ms ease;
}

.login a:hover {
  color: #f23640;
  border-color: #f23640;
}

.form-wrapper .button-panel {
  margin-bottom: 0;
}

/* 27-01-2023 css end */

.login_wrapper .form-wrapper {
  border-radius: 0;
}

.login_wrapper .img_wrapper {
  width: 100%;
  height: 100%;
}

.login_wrapper .img_wrapper img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}

@media screen and (max-width: 991px) {
  .login_container .login_img {
    display: none;
  }
  .form-wrapper.right_wrapper {
    width: 100%;
    max-width: initial;
  }
  .singup_container .login_img {
    display: none;
  }
  .singup_container .signup {
    width: 100%;
  }
  .free__tag {
    display: none;
  }
  .no_card_r {
    bottom: 114px;
  }
  a{
    transition: none !important;
  }
}

@media screen and (max-width: 768px) {

  .login_img {
    display: none;
  }

  .right_wrapper {
    width: 100%;
  }

  .right_wrapper {
    padding: 15px;

  }

  .login_buttons a.login_btn {
    font-size: 13px;

    font-weight: 500;

  }

  span#erromsgs {
    font-size: 12px;
  }

  .singup_container {
    border-radius: 8px;
  }

  .login_container {
    border-radius: 8px;
  }
}