/* -----------Login-css-start-here----------- */

.non_logged_in input[type="text"]:focus,
.non_logged_in input[type="email"]:focus,
.non_logged_in input[type="url"]:focus,
.non_logged_in input[type="password"]:focus,
.non_logged_in input[type="search"]:focus,
.non_logged_in input[type="number"]:focus,
.non_logged_in input[type="tel"]:focus,
.non_logged_in input[type="range"]:focus,
.non_logged_in input[type="date"]:focus,
.non_logged_in input[type="month"]:focus,
.non_logged_in input[type="week"]:focus,
.non_logged_in input[type="time"]:focus,
.non_logged_in input[type="datetime"]:focus,
.non_logged_in input[type="datetime-local"]:focus,
.non_logged_in input[type="color"]:focus,
.non_logged_in textarea:focus {
  color: var(--text-color);
  border: 1px solid var(--primary-color);
  background: var(--white);
  box-shadow: 0px 3px 10px rgb(53 191 247 / 10%);
}

.non_logged_in label {
  font-weight: 600;
  margin-bottom: 7px;
  display: inline-block;
  font-size: 14px;
}

.llms-form-field input,
.llms-form-field textarea,
.llms-form-field select {
  margin-bottom: 0;
}

.non_logged_in .llms-form-heading {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0;
  color: #35bff7;
  display: inline-block;
}

.non_logged_in .llms-person-login-form-wrapper {
  background-color: var(--white);
  padding: 25px;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  box-shadow: 0 0 30px 0 rgb(82 63 105 / 5%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.non_logged_in .llms-lost-password-form {
  margin: 0 -12px;
}

.non_logged_in .llms-person-login-form-wrapper .type-checkbox label {
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 0;
}

.non_logged_in .llms-person-login-form-wrapper .llms-field-checkbox {
  position: relative;
  top: 2px;
}

.non_logged_in .llms-description a {
  transition: color 0.3s ease;
  color: var(--secondary-color);
}

.non_logged_in .llms-description a:hover {
  color: var(--black);
}

.non_logged_in .bitlms_login_img-wrapper {
  display: none;
}

.non_logged_in .llms-form-field:last-child {
  padding-bottom: 0;
}

.non_logged_in .llms-form-field.align-right {
  padding-bottom: 0;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 0;
}

.non_logged_in .wp_google_login__button {
  border-width: 1px 1px 1px;
  line-height: normal;
}

.non_logged_in .llms-student-dashboard .wp_google_login {
  position: relative;
}

.non_logged_in .wp_google_login {
  margin: 0px auto 0;
  padding-top: 30px;
}

.non_logged_in .llms-student-dashboard .wp_google_login::before,
.non_logged_in .llms-student-dashboard .wp_google_login::after {
  position: absolute;
  content: "Or";
  background-color: var(--light-gray);
  top: 0px;
  height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 2;
}

.non_logged_in .llms-student-dashboard .wp_google_login::before {
  background-color: var(--white);
  width: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
}

.non_logged_in .llms-login {
  margin-bottom: 30px;
}

.non_logged_in .llms-student-dashboard .wp_google_login::after {
  content: "";
  z-index: 1;
}

.bitlms_lost_pswd .llms-form-field.type-submit.llms-cols-last {
  padding-bottom: 0;
  margin: 10px 0 0;
}

.non_logged_in .llms-notice.llms-error {
  background: rgb(229 85 78 / 10%);
  border-color: transparent;
  color: var(--danger-color);
  padding: 10px;
}

.non_logged_in .llms-student-dashboard {
  flex-direction: column;
}

.non_logged_in .llms-notice.llms-error {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.non_logged_in .llms-notice.llms-success {
  background: rgb(131 195 115 / 10%);
  border-color: transparent;
  color: #218309;
}

.non_logged_in .content-area {
  min-height: calc(100vh - 418px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ------------Login-css-end-here------------ */