/**
 * The custom styling for the website theme.
 *
 * @package Canadian Alumni Website
 * @since 1.0.0
 */

/* Login Page */

.login-split {
  z-index: 2 !important;
}
body.login .wpml-login-ls {
  position: relative;
  z-index: 2 !important;
}
body.login #wpml-login-ls-form {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body.login #wpml-login-ls-form .button {
  margin: 0;
}
/*
.forgetmenot {
  display: none !important;
}
*/
@media screen and (min-width: 800px) {
  body.login #wpml-login-ls-form {
    justify-content: flex-end;
    padding: 0 48px 0 0;
  }
}
