 /***************************************************************************************************/
 /* Copyright on the content of this file is owned by The Backyards Ltd. All rights reserved. *******/
 /* Please respect the money, knowledge and effort involved in developing this code. ****************/
 /* Copying, reproducing, manipulating or using this code in any way, other than indirectly as a user/ 
 /* of the The Backyards website, requires written permission from The Backyards Ltd. ***************/
 /***************************************************************************************************/

/*************************
*******Typography*********
**************************/

/*------------------ Core Elements ---------------*/
h2 { font-size:1.5em; }

/*------------------ Core Classes ----------------*/
.header { line-height: 0.9em; background-color:unset;}
.footer { background-color: lightgray; opacity:0.6;}
/*------------------ W3 Overrides ----------------*/

/*------------------ Custom Classes --------------*/
.accMsg { 
   padding:0.25em 0.5em 0.5em;
}
   
.apply {
  padding: 0 0.5em;
  position: relative;
  top: 4.5em;
  margin-top: -0.5em;
  /*  padding-bottom: 2.5em; /* Need to ensure not hidden behind footer */
}
.bgimg {
  background-image: url('../../static/img/bgd2.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  opacity: 0.85; 
/*  z-index: 2; */
}   
/*.logInp { width: 15.5em !important; } */
.logBtnPWA {
   display: inline-block;
   -webkit-appearance: button;
   text-align:center;
   vertical-align:middle;
   display: inline-block;
   border:none;
   -moz-user-select:none;
   -ms-user-select:none;
   overflow:none;
   user-select:none;
   background-color: #9EB8D1; 
   color:var(--main-note);
   font-size: 0.85em;
   padding: 0.3em 0.25em 0.25em;
   margin: 0 0.5em;
   border-radius: 0.5em;
   min-width:60px;
}
.logHelp {
   display: inline-block;
   color: var(--main-note);
   border-radius: 50%;
   border: 1px var(--main-note) solid;
   width: 1.15em;
   height: 1.15em;
   text-align: center;
   margin: 0 auto;
   font-size: 1em;
}   
/*
.forgot { padding: 1em 0; }
.forgotpwd { color:gray; padding-right:2.5em; font-size: 85%; }
.hdrlink { background-color: transparent !important; color: var(--main-color) !important; padding:0.4em 0.25em;} 
.pwd { position:absolute; margin-left: 13.25em; margin-top: -1.35em;cursor: pointer; width:2em; color: silver; }
*/
.padTop2 { padding-top: 2em; }

.strike { text-decoration: line-through; color: gray; }  
.tmbutton {
    color: #fff;
    width: 10rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
/*    border-radius: 100px; */
    padding: .75rem 0.25rem;
    font-weight: normal;
    transition: all .2s cubic-bezier(.165, .84, .44, 1);
}

.w-button {
    color: #d8ff8e;
    line-height: inherit;
    cursor: pointer;
    background-color: #102432;
    border: 0;
    border-radius: 0.5em;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}

.tmbutton.is-blue {
    background-color: #102432;
    border-color: #102432;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.tmbutton.is-nav:hover {
  color: #d8ff8e;
  font-weight: 600;
/*  background-color: rgba(0, 0, 0, 0); */
}

  
.login {
   max-width:23em;
   border-radius: 1.25em;
   background-color: lightgrey;
   margin: 5em auto 1em;
}

.signup {
   max-width:23em;
   border-radius: 1.25em;
   background-color: lightgrey;
   margin: 1em auto 1em;
}

.support {
   max-width:23em;
   border-radius: 1.25em;
   background-color: lightgrey;
   margin: 4em auto 1em;
}


.verify {
   max-width:23em;
   border-radius: 1.25em;
   background-color: lightgrey;
   margin: 1em auto;
}

.setw15 { width: 15em; }
/*------------------ Custom Elements -------------*/
#email { line-height: 19px; }
#iEmail { line-height: 19px; width: 205px }
#smEmail { line-height: 19px; width:205px }