.login-signup {
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  padding: 140px 0;
  min-height: calc(100vh - 150px);
  display: flex;
  align-items: center;
  background-image: url("../img/auth-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.login-box {
  padding: 40px 40px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin: auto;
  background: #fff;
  color: #000;
}

.login-signup .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-signin .form-control {
  height: 50px;
  border: 1px solid #ccc;
}

.form-signin .form-control:focus {
  box-shadow: none;
  border: 1px solid #00aae9;
}

.uppercase {
  text-transform: uppercase;
}

.login-btn {
  border-radius: 5px;
  background: #f4b400;
  color: #000;
  font-weight: 600;
  height: 50px;
}

.login-btn:hover {
  text-decoration: none;
  background: #ffcb30;
}

#remember .custom-control-input:checked ~ .custom-control-label::before {
  color: #000;
  border-color: #f4b400;
  background-color: #f4b400;
}

#remember label,
.forgot-password {
  font-weight: 500;
  letter-spacing: 0.3px;
}
.invalid-feedback{
display: block !important;
}
.forgot-password {
  color: var(--primary-color);
}

.forgot-password:hover {
  color: var(--primary-color);
}

.form-signin .iti {
  display: block;
}

.login-box .form-check-input:checked {
  background-color: #612815;
  border-color: #612815;
  box-shadow: none;
}

.login-box .form-check-input{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.primary-color {
  color: #00aae9;
}

.auth-clients {
  display: inherit;
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
}

.login-wrapper .auth-clients li {
  float: none;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  width: 100%;
  max-width: 350px;
}

.login-wrapper .auth-link {
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 10px 0 5px;
}

.facebook .auth-icon,
.google .auth-icon {
  display: inline-block;
  height: 26px !important;
  filter: brightness(0) invert(1);
}

.google .auth-icon {
  background: url("../img/google-logo.png") !important;
  width: 79px;
}

.facebook .auth-icon {
  background: url("../img/facebook.png") !important;
  width: 125px;
}

.login-wrapper .facebook.auth-link {
  background-color: #3b5998;
}

.login-wrapper .google.auth-link {
  background-color: #ea4335;
}

#loginform-password {
  padding-right: 50px !important;
}

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

.login-txt {
  font-size: 32px;
  margin-bottom: 0 !important;
}

.login-box .form-control ,.form-select {
  border: 1px solid #e4e4e4;
  font-size: 16px;
  color: #656565 !important;
  height: 50px;
  margin-bottom: 25px;
  padding-right: 50px;
}

.login-box p {
  color: #727272;
  font-size: 12px;
}

.field-loginform-password,
.field-user-password {
  position: relative;
}

.field-icon {
position: relative !important;
  bottom: 57px !important;
  left: -25px !important;
  float: right !important;
}

.registration-view p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.registration-view p a,
.sign-link,
.red-color {
  color: #612815;
}

.login-signup .social-icons {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.login-signup .social-icons li {
  margin: 0px 6px 4px;
  padding: 0;
  overflow: visible;
}

.login-signup .social-icons li a {
  display: block;
  height: 38px;
  line-height: 38px;
  width: 38px;
  font-size: 18px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.login-signup .social-icons li.social-icons-facebook a {
  background-color: #1874eb;
}

.login-signup .social-icons li.social-icons-twitter a {
  background-color: #00acee;
}

.login-signup .social-icons li.social-icons-google a {
  background-color: #db4437;
}

.login-signup .social-icons li.social-icons-linkedin a {
  background-color: #0e76a8;
}

.login-signup hr {
  opacity: 0.2;
}

.iti.iti--allow-dropdown {
  width: 100%;
}
