.login .btn{
  color: #000;
}
.login .btn:hover{
  color:#000000cf;
}
.login input[type=reset],
.login input[type=submit] {
  color: #000;
}
.login [type=reset]:hover,
.login [type=submit]:hover {
  color:#000000cf;
}
.login input[type="text"],
.login input[type="email"],
.login input[type="number"],
.login input[type="tel"],
.login input[type="password"],
.login textarea,
.login select {
  background: transparent;
  font-size: 14px;
  color: #444;
  width: 100%;
  padding: 12px 0 8px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  transition: all 0.3s ease;
}
.login select#lang{
  width: auto;
  border-bottom: none;
  margin-bottom: 10px;
  height: auto;
  padding: 0;
}
.login input::placeholder,
.login textarea::placeholder {
  font-size: 14px;
  color: #6e6e6e;
}
.login textarea {
  resize: none;
  height: 150px;
  border-radius: 0px;
}
.login input:focus,
.login textarea:focus {
  border-color: #000000cf;
  outline: none;
}
.studio-theme-popup.forget-password input[type="text"],
.studio-theme-popup.forget-password input[type="email"],
.studio-theme-popup.forget-password input[type="number"],
.studio-theme-popup.forget-password input[type="tel"],
.studio-theme-popup.forget-password input[type="password"],
.studio-theme-popup.forget-password textarea,
.studio-theme-popup.forget-password select {
  background: transparent;
  font-size: 14px;
  color: #444;
  width: 100%;
  padding: 12px 0 8px;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  transition: all 0.3s ease;
}
.studio-theme-popup.forget-password input::placeholder,
.studio-theme-popup.forget-password textarea::placeholder {
  font-size: 14px;
  color: #6e6e6e;
}
.studio-theme-popup.forget-password textarea {
  resize: none;
  height: 150px;
  border-radius: 0;
}
.studio-theme-popup.forget-password input:focus,
.studio-theme-popup.forget-password textarea:focus {
  border-color: #000000cf;
  outline: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #444 !important;
}
.login .field-group {
  margin-bottom: 20px;
  position: relative;
}
.login .field-group>label{
  position: absolute;
  top: 15px;
  left: 0px;
  color: #000;
  transition: .3s;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  background-color: transparent;
}
.login .field-group>label.field-active{
  transform: translateY(-25px);
  font-size: 16px;
  color: #000000cf;
}
.studio-theme-popup.forget-password .field-group {
  margin-bottom: 20px;
  position: relative;
}
.studio-theme-popup.forget-password .field-group>label{
  position: absolute;
  top: 15px;
  left: 0px;
  color: #000;
  transition: .3s;
  font-size: 16px;
  font-weight: 500;
  pointer-events: none;
  background-color: transparent;
}
.studio-theme-popup.forget-password .field-group>label.field-active{
  transform: translateY(-25px);
  font-size: 16px;
  color: #000000cf;
}
.studio-theme-popup.forget-password input[type=reset],
.studio-theme-popup.forget-password input[type=submit] {
  color: #000;
}
.studio-theme-popup.forget-password input[type=reset]:hover,
.studio-theme-popup.forget-password input[type=submit]:hover {
  color:#000000cf;
}
.studio-theme-popup.forget-password .btn{
  color: #000;
}
.studio-theme-popup.forget-password .btn:hover{
  color:#000000cf;
}
.login,
.image {
  position: relative;
  min-height: 100vh;
}
.login .login-inner{
  max-width: 500px;
  min-width: 400px;
}
.login-slider{
  width: 100%;
  height: 100%;
}
.bg-image {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}
.login-logo{
  width: 250px;
}
.forget-password p{
  font-size: 24px;
}
.forget-password h4{
  font-weight: 600;
}
.success-popup h2,.success-popup p{
  color: #329846;
}
.success-popup h2{
  font-weight: 600;
  font-size: 52px;
}
.success-popup p{
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .login{
    padding-left: 0;
    padding-right: 0;
  }
  .login .login-inner{
    min-width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 375px) {
  .login .login-inner .d-flex{
    flex-direction: column;
  }
  .login .login-inner .d-flex .custom-checkbox-1{
    margin-bottom: 10px;
  }
}