.login-body {
  display: flex;
  height: 100vh;
  min-height: 100vh;
}

.login-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-wrapper .loginbox {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  margin: 1.875rem auto;
  max-width: 800px;
  min-height: 500px;
  width: 100%;
}

.login-left {
  width: 50%;
}

.login-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.login-wrapper .loginbox .login-right {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 40px;
  width: 400px;
}

.login-wrapper .loginbox .login-right .login-right-wrap {
  max-width: 100%;
  flex: 0 0 100%;
}

.login-wrapper .loginbox .login-right h1 {
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 5px !important;
  text-align: left;
}

.login-right h1 span {
  color: #3d5ee1;
}

.account-subtitle {
  color: #aaaaaa;
  font-size: 16px;
  margin-bottom: 1.875rem !important;
  text-transform: capitalize;
  text-align: left;
}

.account-subtitle a {
  color: #18aefa;
}

.login-wrapper .loginbox .login-right h3 {
  font-size: 23px;
  font-weight: 500;
  color: #000;

  margin-bottom: 28px !important;
}

.login-wrapper .loginbox .login-right .login-right-wrap .form-group {
  position: relative;
  margin-bottom: 20px;
}

.login-wrapper .loginbox .login-right .login-right-wrap .form-group label {
  font-size: 13px;
  color: #ababab;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #fff;
  margin-bottom: 0;
  padding: 0px 5px;
}

.login-danger,
.star-red {
  color: #ff0000;
}

.form-control {
  border: 1px solid #ddd;
  box-shadow: none;
  color: #333;
  font-size: 15px;
  height: 45px;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.profile-views {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.login-wrapper .loginbox .login-right .forgotpass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.login-wrapper .loginbox .login-right .forgotpass a {
  color: #18aefa;
  font-size: 15px;
  margin-left: auto;
}

.form-group button {
  background-color: #3d5ee1;
  border: 1px solid #3d5ee1;
  outline: none;
  color: #fff;
  width: 100%;
  padding: 6px;
  border-radius: 4px;
}

.login-or {
  color: #a0a0a0;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

.span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 42px;
}

.social-login {
  text-align: center;
}

.social-login > a {
  background-color: #ccc;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  margin-right: 6px;
  text-align: center;
  width: 32px;
}

.social-login > a:hover {
  background-color: #3d5ee1;
  color: #fff;
}

.login-wrapper .loginbox .login-right .dont-have {
  color: #a0a0a0;
  margin: 20px 0px;
}

.login-wrapper .loginbox .login-right .dont-have a {
  color: #18aefa;
  font-weight: 500;
}

@media (max-width: 992px) {
  .login-left {
    display: none;
  }

  .login-wrapper .loginbox .login-right {
    width: 100%;
  }
}
