/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* LOGIN BALANCE */
* {
    font-family: 'Montserrat', sans-serif;
    text-shadow: none !important;
}


body {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100vw;
    margin: 0px !important;
    overflow-x: hidden;
    background: #F0EEE5;
    background-size: cover;
}


#admin_wrapper > div.customer_login_message {
  position: absolute;
  top: 110px;
width: 100vw;
background: #FFE450;
padding-top: 0.5em;
padding-bottom: 0.5em;
}

#admin_wrapper > div.customer_login_message > h8 {
    text-align: center;
    font-size: 1.2em;
    color: #546464;
    background: #FFE450;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

#BalanceLogo {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 15vw;
}

#admin_wrapper {
    position: absolute;
    display: grid;
    grid-template-columns: [first] 100vw;
    grid-template-rows: 20% 10% 10% 10%;
    top: 0px;
    background-color: transparent;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 0px;
    text-align: center;
    color: #546464;
}

#admin_wrapper > form > div {
  position: relative;
  right: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 90vw !important;
  max-width: 435px;
  color: #000;
}

#admin_wrapper > form > div.forgot_password {
  padding: 0px !important;
  right: 0px;
  max-width: 400px;
  width: 70vw !important;
  height: 100px !important;
  margin: 0 auto !important;
  text-align: center;
  overflow: visible !important;
}

#admin_wrapper > form > div.forgot_password > p {
  margin: 0px !important;
  padding: 0px !important;
}

.forgot_password p a {
  line-height: 1.2em;
  padding: 0px !important;
  margin-top: 10px;
  margin-bottom: 10px;
}


#logo {
    position: relative;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/1395/Balance Secondary GRIT 2021-01.png') no-repeat center;
    background-size: 15em;
    background-color: #FFE450;
    width: 100vw;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    z-index: 90 !important;
}


#site {
    display: block;
    width: 100vw;
    margin-left: auto !important;
    margin-right: auto !important;
}

form {
    position: relative;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 60vh;
    max-height: 800px;
    padding: 2.5em;
    text-align: left;
    background: transparent;
}

form p {
    background: transparent;
    width: 70vw;
    line-height: 2.0%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

form label {
    background: transparent;
    color: #546464;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    line-height: 2vw;
    text-transform: lowercase;
}

form .input {
    background: #F0EEE5 !important;
    border: 1px solid #546464;
    border-bottom: 1px solid #546464;
    width: 70vw;
    max-width: 395px;
    height: 4vw;
    min-height: 50px;
    line-height: 3.0%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5px;
    font-size: 0.8em;
}


input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #59595b;
  box-shadow: 0 0 0px 1000px #F0EEE5 inset !important;
  background: #F0EEE5 !important;
  height: 4vw;
  text-indent: 20px;
  min-height: 50px;
  max-height: 70px;
  line-height: 2.0%;
}


form p a {
    display: block;
    width: 70vw;
    max-width: 400px;
    height: 55px;
    color: #546464;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 1.0em !important;
    text-transform: lowercase;
}

form p a:hover {
    text-decoration: underline;
    transition: ease-out 0.3s !important;
}

#button {
    display: grid;
    grid-area: bottom;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 25px;
    border: 0px;
    height: 55px;
    color: #F0EEE5;
    font-weight: bold;
    margin-top: 0px;
    background: #546464 !important;
    background-color: #546464 !important;
    font-size: 1.1em;
  text-transform: lowercase;

}

#button:hover {
    cursor:pointer;
    background:#ADB5B5 !important;
    color: #546464;
    transition: ease-out 0.3s;
}

form .button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}


#admin_wrapper h2 {
  position: relative;
  top: 0px;
  color: #546464;
  height: 200px;
}

h2 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #546464;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #546464;
    font-size: 1.0em;
    max-width: 70vw;
    height: 150px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

 #admin_wrapper h3 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #546464;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #546464;
    font-size: 0.7em;
    max-width: 70vw;
    height: 50px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.attention, .fail, .information, .success {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 22px;
    text-align: center;
    font-size: 0.9em;
    width: 70vw;
    height: auto;
    border: 0px;
    color: #546464;
    background: #ADB5B5;
}

@media all and (max-width: 580px)  {
  #admin_wrapper, .alpha60 {
    width: 100vw;
    height: 150vh;
    min-width: 100vw !important;
    padding: 0px;
    margin: 0px;
  }

form {
  width: 90vw;
}

form p
 {
    width: 80vw;
    line-height: 5vw;
}


#admin_wrapper > div.customer_login_message {
  width: 100vw;
  top: 90px;
  font-size: 0.8em;
}

#admin_wrapper > div.customer_login_message > h8 {
  width: 100vw;
}

#admin_wrapper > form > div.forgot_password  {
  position: relative;
  left: 0px;
  width: 80vw !important;
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
}

#admin_wrapper > form > div.forgot_password > p {
  line-height: 1.2em;
}

#admin_wrapper > form > div.forgot_password > p > a {
  font-size: 0.9em !important;
}

#button {
  width: 70vw;
}


form {
  top: 20px;
  border-radius: 0px;
  padding: 0.2em;
  background: transparent;
}


#logo {
    background-size: 220px;
    height: 90px;
}

#admin_wrapper > div.customer_login_message {
  top: 85px;
  width: 100vw;
  font-size: 0.7em;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #59595b;
  -webkit-box-shadow: 0 0 0px 1000px #F0EEE5 inset;
}

#admin_wrapper h2 {
  max-width: 99vw;
  font-size: 0.7em;
}

}


#login_password {
display: block !important
}