/* LOGIN DEMO 1388 */
* {
    font-family: 'Open Sans', sans-serif;
    text-shadow: none !important;
}


body {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    margin: 0px !important;
    overflow-x: hidden;
    background: #FFF;

}

#admin_wrapper > div.customer_login_message {
    position: fixed;
    top: 58px;
    left: 10.0em;
    float: left !important;
    display: block !important;
    width: 100vw;
    height: 150px;
    text-align: left;
    font-size: 2.1em;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 20px;
}

#admin_wrapper {
    position: fixed;
    display: grid;
    grid-template-columns: [first] 100vw;
    grid-template-rows: 20% 10% 10% 10%;
    top: 0px;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/431/top-bar.jpg');
    background-repeat: no-repeat;
    background-position: center ;
    background-size: 100%;
    background-color: #220021;
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 0px;
    text-align: center;
}

#admin_wrapper > form > div {
  position: fixed;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden !important;
}

#admin_wrapper > form > div.forgot_password {
  display: grid;
  grid-template-rows: 1fr 1fr;
  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;
}

.forgot_password p a {
  height: 100px !important;
}


#logo {
    position: fixed;
    top: 0px;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/431/logo_small.png') no-repeat center;
    background-size: 320px;
    background-color: #ffffff;
    background-position: 5.0em;
    width: 100vw;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    z-index: 0 !important;
}


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

form {
    position: fixed;
    width: 40vw;
    max-width: 500px;
    top: 200px;
    left: 35vw;;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 55vh;
    max-height: 800px;
    padding: 2.5em;
    text-align: left;
    background: #0090c6;
    border-radius: 20px;
}

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

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

form .input {
    background: #FFF !important;
    border: none;
    border-bottom: 1px solid #000;
    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;
    text-indent: 1.2em;
}


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: #230021;
  box-shadow: 0 0 0px 1000px #FFF inset !important;
  background: transparent !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: #FFF;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 1.0em !important;
}

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: 0px;
    border: 0px;
    height: 55px;
    margin-top: 0px;
    background: #f7931e !important;
    background-color: #f7931e !important;
    font-size: 1.1em;
}

#button:hover {
    cursor:pointer;
    background-color: #ff4003;
    box-shadow: 0 14px 25px -8px rgb(255 95 44 / 60%);
    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: fixed;
  top: 130px;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

#admin_wrapper h3 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #fff !important;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.0em;
    max-width: 40vw;
    height: 20px !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: 12px;
    text-align: center;
    font-size: 0.9em;
    width: 70vw;
    height: auto;
    border: 0px;
    color: #FFF;
    background: #F44336;
}

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

form, form p, form label
 {
    left: 0px;
    width: 100%;
    border-radius: 0px;
    background: #230021;
    padding: 0.5em;
}

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

#admin_wrapper > form > div.forgot_password  {
  width: 100vw !important;

}

#button {
  margin: 0px;
  width: 90vw;
}

#logo {
    background-size: 220px;
}


form .input {
    margin: 0px !important;
    width: 90vw;
}

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 #FFF inset;
  height: 5vw;
  line-height: 2.0%;

}

#admin_wrapper h2 {
  width: 95vw;
  font-size: 0.7em;
  left: -10px;
}

}


#login_password {
display: block !important
}


/* OLD CSS

form label, h2 {
    color: #000
}

body {
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/431/top-bar.jpg') top center repeat-x #fff;
}

#logo {
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/431/logo_small.png') no-repeat #fff;
width: auto;
height: 121px;
}

form .button {
    background-color: #F3743A
}

.center {
    text-align: center
}

.left {
    text-align: left
}

.right {
    text-align: right
}

#admin_wrapper {
    border: none;
}

.alpha60 {
background: transparent;
}*/