/*
Contact Specific Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
:root {
  --edge-space: 16px;
  --outside-space: calc((150px * -0.4) + (150/1600*100vw * 1.4));
  --inside-space: calc((240px * -0.4) + (240/1600*100vw * 1.4));
  --vertical-space: calc((80px * -0) + (80/1600*100vw * 1));
  --max-width: 1700px;
}

@media screen and (min-width: 1601px) {
  :root {
    --vertical-space: 80px;
    --outside-space: 150px;
    --inside-space: 240px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --outside-space: 30px;
    --vertical-space: 30px;
    --inside-space: 30px;
  }
}
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
@font-face {
  font-family: "SpeziaSerif";
  src: url("/wp-content/themes/qathet/includes/array/font-spezia/SpeziaSerifWeb-RegularB.woff2") format("woff2"), url("/wp-content/themes/qathet/includes/array/font-spezia/SpeziaSerifWeb-RegularB.woff") format("woff");
}
.privacy-policy-page-link {
  display: none;
}

#login-loader {
  background: #fff;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 80;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#login-loader svg {
  width: 170px;
  animation: rotate 2s linear infinite;
}
#login-loader div {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#login-loader div.zoom-out {
  transform: scale(0);
  opacity: 0;
}
#login-loader.onload {
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}

@keyframes rotate {
  from {
    transform: rotate(0deg); /* Start rotation angle */
  }
  to {
    transform: rotate(360deg); /* End rotation angle */
  }
}
.website-title {
  display: none;
}

.login-action-confirm_admin_email #login {
  max-width: none !important;
  margin-top: 0px !important;
}

.login {
  background: url("/wp-content/themes/qathet/images/shell/login/login-Gradient.svg") no-repeat top center;
  background-size: cover;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
}
@media screen and (max-width: 820px) {
  .login {
    background: url("/wp-content/themes/qathet/images/shell/login/login-Gradient.svg") no-repeat 40% 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 420px) {
  .login {
    font-size: 15px !important;
  }
}
.login form {
  border-radius: 4px;
  order: 2;
  padding-left: 0px;
  padding-right: 0px;
}
.login #login {
  width: 100% !important;
  height: 100vh;
  padding: 0px !important;
  position: relative;
}
@media screen and (max-width: 450px) {
  .login #login {
    height: auto;
  }
}
.login #login:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0px;
  right: 6vw;
  bottom: 0px;
  background-color: #DDDDDD;
}
@media screen and (max-width: 450px) {
  .login #login:after {
    display: none;
  }
}
.login #login .login-header {
  background: url("/wp-content/themes/qathet/images/shell/login/wave-icon.svg") no-repeat 100% 50%;
  background-size: 6%;
}
@media screen and (max-width: 450px) {
  .login #login .login-header {
    background: transparent;
  }
}
.login #login h1 a {
  background-image: url("/wp-content/themes/qathet/images/shell/login/array-logo.svg");
  width: 193px;
  background-size: 100%;
  height: 53px;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 450px) {
  .login #login h1 a {
    width: 130px;
    height: 38px;
  }
}
.login #backtoblog {
  padding-right: 4vw !important;
}
@media screen and (max-width: 450px) {
  .login #backtoblog {
    padding-right: 0px !important;
  }
}
.login #backtoblog a {
  color: #fff !important;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 820px) {
  .login #backtoblog a {
    font-size: 12px !important;
  }
}

#wave-graphic {
  position: absolute;
  top: 11px;
  right: 2px;
}

.outer-block {
  max-width: 2000px;
  margin: 0 auto !important;
  padding-right: 6vw !important;
  padding-left: 6vw !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1vw !important;
  padding-bottom: 1vw !important;
}
@media screen and (max-width: 820px) {
  .outer-block {
    padding-top: 3vw !important;
    padding-bottom: 3vw !important;
  }
}

.inner-block {
  max-width: 2000px;
  margin: 0 auto !important;
  padding-right: 10vw !important;
  padding-left: 10vw !important;
  padding-top: 15vw !important;
  padding-bottom: 15vw !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .inner-block {
    padding-right: 5vw !important;
    padding-left: 5vw !important;
  }
}
@media screen and (max-width: 450px) {
  .inner-block {
    padding-top: 10vw !important;
  }
}

.login-header {
  border-bottom: 1px solid #DDDDDD;
}

#backtoblog svg,
#backtoblog-mobile svg {
  margin-right: 10px;
}
#backtoblog svg #Path_967,
#backtoblog-mobile svg #Path_967 {
  opacity: 0;
  transition: opacity;
  transition-timing-function: ease-out;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
#backtoblog:hover svg #Path_967,
#backtoblog-mobile:hover svg #Path_967 {
  opacity: 1;
}

#backtoblog-mobile {
  display: none;
}
@media screen and (max-width: 450px) {
  #backtoblog-mobile {
    display: flex;
    text-transform: uppercase;
    margin-bottom: 10vw;
    margin-top: 40px;
  }
  #backtoblog-mobile a {
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-size: 13px !important;
  }
}
#backtoblog-mobile svg path {
  stroke: #414042;
}

@media screen and (max-width: 450px) {
  #backtoblog {
    display: none;
  }
}

.login form {
  background: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
  width: 80%;
  color: #fff !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 300 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .login form {
    width: 100%;
    padding-right: 0px !important;
  }
}
@media screen and (max-width: 820px) {
  .login form {
    padding-left: 0px !important;
    color: #414042 !important;
  }
}
.login form > p {
  width: 100%;
}
.login form .user-pass-wrap {
  width: 100%;
}
.login form .lostpwd {
  width: 45%;
  order: 4;
  text-align: right;
}
.login form .lostpwd a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .login form .lostpwd a {
    color: #414042 !important;
  }
}
.login form .forgetmenot {
  order: 3;
  width: 45%;
}
.login form .submit {
  order: 5;
  margin-top: 16px !important;
}

.login label {
  font-size: 16px !important;
  font-weight: 300 !important;
}
@media screen and (max-width: 820px) {
  .login label {
    font-size: 15px !important;
  }
}

#form-section .left-col {
  width: 35%;
  text-align: left;
  color: #414042;
}
@media screen and (max-width: 1280px) {
  #form-section .left-col {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  #form-section .left-col {
    width: 100%;
  }
}
#form-section .left-col h1 {
  text-align: left !important;
  font-size: 37px !important;
  margin-bottom: 1vw;
  font-weight: 400;
  font-family: "SpeziaSerif";
  color: #414042;
}
@media screen and (max-width: 450px) {
  #form-section .left-col h1 {
    margin-bottom: 10px;
    font-size: 22px !important;
  }
}
#form-section .left-col h1 .site-title {
  text-transform: capitalize;
}
#form-section .left-col p a {
  color: #414042;
  text-decoration: none !important;
  font-weight: 400 !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
#form-section .left-col p a:hover {
  opacity: 0.8;
}

#form-section .right-col {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  #form-section .right-col {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 820px) {
  #form-section .right-col {
    width: 100%;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 450px) {
  #form-section .right-col {
    margin-top: 10vw;
    padding-right: 0vw;
  }
}
form#loginform:has(#wfls-prompt-overlay) > *:not(#wfls-prompt-overlay) {
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}
#wfls-prompt-overlay {
  background-color: transparent !important;
}
#form-section .right-col h1 {
  text-align: left !important;
  font-size: 37px !important;
  margin-bottom: 1vw;
  font-weight: 400;
  font-family: "SpeziaSerif";
  color: #fff;
}
@media screen and (max-width: 820px) {
  #form-section .right-col h1 {
    color: #414042;
    border-color: #414042;
  }
}
@media screen and (max-width: 450px) {
  #form-section .right-col h1 {
    margin-bottom: 10px;
    font-size: 22px !important;
  }
}
@media screen and (max-width: 820px) {
  #form-section .right-col > a {
    color: #414042;
  }
}
#form-section .right-col .admin-email__details a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media screen and (max-width: 820px) {
  #form-section .right-col .admin-email__details a {
    color: #414042;
  }
}
#form-section .right-col .admin-email__details a:hover {
  opacity: 0.5;
}
#form-section .right-col .admin-email__actions {
  width: 100%;
}
#form-section .right-col .admin-email__actions .admin-email__actions-primary {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media screen and (max-width: 650px) {
  #form-section .right-col .admin-email__actions .admin-email__actions-primary a {
    margin-bottom: 15px;
  }
}
#form-section .right-col .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media screen and (max-width: 450px) {
  #form-section .right-col .wrap {
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
}
#form-section .right-col .wrap a {
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 820px) {
  #form-section .right-col .wrap a {
    color: #414042 !important;
    font-size: 15px !important;
  }
}
#form-section .right-col .message {
  order: 1;
  width: 80%;
}
@media screen and (max-width: 1280px) {
  #form-section .right-col .message {
    width: 100%;
  }
}

.login #nav {
  display: none;
}
.login #login_error, .login .message, .login .success {
  margin-top: 20px;
}

.login form .input, .login input[type=password], .login input[type=text], .button.button-large {
  border-radius: 0px !important;
}

.wp-core-ui .button-primary, .button.button-large {
  background-image: url("/wp-content/themes/qathet/images/shell/login/login-icon.svg");
  background-repeat: no-repeat;
  background-position: 88% 50%;
  background-color: #F59E50 !important;
  background-size: 21px;
  border-color: #F59E50 !important;
  font-size: 13px !important;
  color: #fff;
  font-weight: 300;
  min-width: 150px;
  letter-spacing: 2px !important;
  padding: 10px 12% 10px 5% !important;
  border-radius: 30px !important;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 450px) {
  .wp-core-ui .button-primary, .button.button-large {
    line-height: 2.5 !important;
    min-height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 13px !important;
    padding: 10px 22% 10px 5% !important;
  }
}
.wp-core-ui .button-primary:hover, .button.button-large:hover {
  background-image: url("/wp-content/themes/qathet/images/shell/login/login-icon-hover.svg");
  background-repeat: no-repeat;
  background-position: 88% 50%;
  background-color: transparent !important;
  border-color: #fff !important;
  background-size: 21px;
}
.wp-core-ui .button-primary:focus, .button.button-large:focus {
  box-shadow: none;
}

.button.button-large {
  margin-right: 0px;
  margin-bottom: 10px;
}

.admin-email__actions-secondary {
  border-top: 1px solid #fff;
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .admin-email__actions-secondary {
    border-color: #414042;
  }
}
.admin-email__actions-secondary a {
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .admin-email__actions-secondary a {
    color: #414042;
  }
}

.forgetmenot label {
  font-size: 16px !important;
}
@media screen and (max-width: 820px) {
  .forgetmenot label {
    font-size: 15px !important;
  }
}

input[type=checkbox] {
  border-radius: 0px !important;
  border-color: #DDDDDD !important;
}
@media screen and (max-width: 450px) {
  input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
  }
  input[type=checkbox]:checked:before {
    width: 22px !important;
    height: 22px !important;
  }
  input[type=checkbox]:focus {
    box-shadow: none !important;
  }
}

/*# sourceMappingURL=login.css.map */
