@font-face {
  font-family: "Gilroy Bold";
  src: url("../fonts/gilroy/Gilroy-Bold.woff");
  src: url("../fonts/gilroy/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/gilroy/Gilroy-Regular.woff");
  src: url("../fonts/gilroy/Gilroy-Regular.woff2") format("woff2");
  font-weight: 300;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 101%;
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #09262d;
  font-weight: 300;
  color: #09262d;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  position: relative;
}
body:before {
  content: '';
  background-image: url("../img/O.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -20vh 50%;
  display: block;
  height: 50vh;
  width: 50vh;
  position: absolute;
  left: 0;
  bottom: 5vh;
}
body:after {
  content: '';
  background-image: url("../img/X.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 10vh 50%;
  display: block;
  height: 50vh;
  width: 50vh;
  position: absolute;
  right: 0;
  top: 12vh;
}

body.interim-login:before,
body.interim-login:after {
content: normal;
}


.heading--highlight {
  z-index: 1;
  position: relative;
}
.heading--highlight span {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  color: #09262d;
  position: relative;
  font-family: "Georgia", pt-serif-pro, sans-serif;
  font-weight: 800;
  font-style: italic;
  letter-spacing: 0;
}
.page-banner .sub-heading.heading--highlight span {
  color: #cbff02;
}
.heading--highlight span:before {
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 101%;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 207.5 29.8' style='enable-background:new 0 0 207.5 29.8%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3Bstroke:%23CBFF02%3Bstroke-width:25%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M0.3 15.5c96.1-2 146.4-0.6 207.2-0.7'/%3E%3C/g%3E%3C/svg%3E");*/
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 389.6 91.7'%3E%3Cpath d='M4.6,52s219.6-25.7,379-1.9' fill='none' stroke='%23cbff02' stroke-miterlimit='10' stroke-width='80'/%3E%3C/svg%3E");
  transform: none;
  z-index: -1;
}
.login-action-confirm_admin_email #login,
#login {
  background: #09262d;
  padding: 3rem 1.5rem 1.5rem 1.5rem;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  text-align: center;
}

.interim-login #login {
    padding: 0 1.5rem;
    margin: 0 auto;
}


.login .privacy-policy-page-link {
  margin: 0;
  display: none;
}

#login a, 
.login a, 
.login #backtoblog a, 
.login #nav a {
  color: #ffffff;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
#login a:hover, 
.login a:hover, 
.login #backtoblog a:hover, 
.login #nav a:hover {
  color: #ffffff !important;
  text-decoration: none;
  border-bottom: 2px solid #cbff02;
}
#login h1 a, 
.login h1 a {
  background-image: none;
  color: #ffffff;
  height: 33px;
  width: 245px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-indent: 0;
  outline: 0;
  overflow: hidden;
  display: block;
  border: 0;
}

.interim-login  h1.wp-login-logo a {
margin: 0 auto!important;
}


#login h1 a:hover, 
.login h1 a:hover {
  text-decoration: none;
  border: 0;
}



#login form p {
  margin-bottom: 0;
  margin-top: 8px;
  position: relative;
}
.wp-pwd {
  position: relative;
}
#login form p:first-child:before, .wp-pwd:before {
  content: '\f007';
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: calc(50% - .6rem);
  left: 1.15rem;
  -webkit-font-smoothing: antialiased;
  font: var(--fa-font-light);
  font-weight: 100;
  font-size: 16px;
  line-height: 1;
}
.wp-pwd:before {
  content: '\f023';
  top: calc(50% - 1.15rem);
  bottom: auto;
}
.login form,
#loginform {
  background: transparent;
  border: 0;
  box-shadow: 0 none;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  text-align: left;
  color: #ffffff;
}
/*.login form {
    margin: 1rem 0 0 0;   
    font-weight: 400;
    overflow: hidden;
    border: 0 none;
    box-shadow: none;
    color: #ffffff;
    text-align: left;
}*/



.login label {
  font-weight: 300;
  color: #ffffff;
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  padding: 0 1.25rem;
}
.forgetmenot label {
  padding: 0 .25rem;
}
.login .button, .login .button-secondary {
  color: #09262d;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  /* Change the color #ffffff to your desired background color */
  -webkit-box-shadow: 0 0 0 1000px #09262d inset !important;
  /* Optional: Change the text color to ensure readability */
  -webkit-text-fill-color: #ffffff !important;
  /* Optional: Add a transition for smoother effect */
  transition: background-color 5000s ease-in-out 0s;
}
.login form .input, .login #login input[type=password], .login #login input[type=text] {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  width: 100%;
  border: .0625rem solid #ffffff;
  padding: .1875rem 2.75rem;
  margin: 0 0 1.5rem 0;
  min-height: 40px;
  max-height: none;
  border-radius: 50rem;
  background: transparent none !important;
  color: #ffffff !important;
}
.login input[type=submit] {
  border: 0 !important;
  border-radius: 50rem;
  font-size: 15px;
  padding: .75rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Gilroy Bold", sans-serif;
  color: #09262d;
  background: #cbff02;
  border-color: #cbff02;
}
.login input[type=submit]:hover {
  color: #cbff02 !important;
  background-color: #3a5157 !important;
  border-color: #3a5157 !important;
}
.login form input[type=checkbox] {
  background: transparent none;
  accent-color: #cbff02;
  border: .0625rem solid #ffffff;
}
.login form input[type=checkbox]:focus, 
.login form input[type=password]:focus, 
.login form input[type=text]:focus, 
.login form select:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
  outline: 2px solid transparent;
}

.login input[type=submit]:focus {
  color: #cbff02 !important;
  background-color: #3a5157 !important;
  border-color: #3a5157 !important;
  box-shadow: none;
  outline: 2px solid transparent;
}

/*.login #nav, 
.login #backtoblog {
  display: inline-block;
  padding: 0;
  width: calc(50% - 1rem);
  max-width: 200px;
  text-align: left;
}
.login #backtoblog {
  padding-left: 1rem;
  text-align: right;
}*/

.login #nav, .login #backtoblog {display: none;}

.login-action-confirm_admin_email #backtoblog {
    padding-top: 1.5rem;
	padding-left: 0;
    text-align: left;
    margin: 0;
    width: 100%;
    max-width: 600px;
}

.dashicons, .dashicons-before:before {
  color: #ffffff;
}
.login .button.wp-hide-pw:focus {
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
  outline: 2px solid transparent;
  border-radius: 0 50rem 50rem 0;
}

.login .message, .login .notice, .login .success {
    border-left: 4px solid #cbff02;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    /*background-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(255,255,255,.6);*/
	box-shadow: 0;
	background-color: #3a5157;
    word-wrap: break-word;
    max-width: 400px;
    color: #ffffff;
    margin: 0 auto 1.5rem;
}

.login .notice-error {
    border-left-color: #ff5d55;
}

.login-action-confirm_admin_email .admin-email-confirm-form,
.login-action-confirm_admin_email .language-switcher,
.login-action-confirm_admin_email #language-switcher {
    width: 100%;
    max-width: 600px;
    margin-top: 0;
}
.login .admin-email__heading {
    border-bottom: 1px #9da8ab solid;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: .5em;
    text-align: left;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.wp-core-ui .button, 
.wp-core-ui .button-secondary {
    color: #ffffff;
    background: #09262d;
    vertical-align: top;
    border: 1px solid #ffffff!important;
    border-radius: 50rem;
}


#login a.button:hover, 
.login a.button:hover, 
#login a.button-secondary:hover, 
.login a.button-secondary:hover
 {
  color: #ffffff !important;
  text-decoration: none;
  border: 1px solid #3a5157!important;
  background-color: #3a5157!important;
}


.interim-login .login-icon svg {
width: 50px;
height: 50px;
}