/* MELVILLE */


* {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase !important;
    text-shadow: none !important;
    box-shadow: none;
}

body {
    background: #FFF;
}


#admin_wrapper > div.customer_login_message {
    width: 100vw;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #4e6410;
    margin-bottom: 20px;
}

#admin_wrapper {
    position: absolute;
    top: -10px;
    left: 0px;
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/503/background-003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    border: 0px;
}

#logo {
    position: relative;
    top: 150px;
    display: block;
    background: url('https://secure.activecarrot.com/media/dynamic/static_images/503/Logo.png') no-repeat center;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    height: 150px;
    background-size: 15em;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    z-index: 90 !important;
    padding-left: 5em;
    padding-right: 5em;
}

form {
    display: block;
    position: relative;
    top: 0px;
    width: 100vw;
    max-width: 400px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 5em;
    padding-top: 150px;
}

form p {
    background: #FFF;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

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

form .input {
    background: #FFF !important;
    border: none;
    border-bottom: 1px solid #000;
    width: 70vw;
    max-width: 395px;
    height: 55px;
    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: #4e6410;
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
  max-width: 395px;
}


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

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

form .button {
    display: block;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
    height: 55px;
    margin-top: 0px;
    background: #41b041!important;
    font-size: 1.1em;
}

form .button:hover {
    cursor:pointer;
    background:#027135 !important;
    transition: ease-out 0.3s;
}

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

 #admin_wrapper h2 {
    position: relative;
    display: block;
    top: 160px;
    font-family: 'Open Sans', sans-serif;
    color: #4e6410;
    background: #fff;
    font-weight: 600 !important;
    font-size: 0.8em;
    width: 70vw;
    max-width: 400px !important;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    z-index: 10000;
}

.attention, .fail, .information, .success {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    text-align: center;
    font-size: 0.9em;
    width: 70vw;
    max-width: 400px;
    height: auto;
    border: 0px;
    color: #FFF;
    background: #ff3939db;
    z-index: 1000;
}

#admin_wrapper form[action="/login/complete_login/503"] > h2 {
    top: 0px;
 padding: 0px;
 margin: 0px;
 margin-bottom: 10px;
}


#site {
    height: auto;
}
   

@media only screen and (max-width: 500px) {
#admin_wrapper {
    position: absolute;
    top: -50px;
    left: 0px;
    background: url(https://secure.activecarrot.com/media/dynamic/static_images/503/background-003.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh !important;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    border: 0px;
    overflow-x: hidden;
}

 #admin_wrapper h2 {
     top: 120px;
     padding: 10px;
     min-width: 380px;
 }


#logo {
    background-size: 10em;
    top: 150px;
    padding: 0px;
    min-width: 400px;
    height: 100px;
    width: 95%;
    max-width: 70%;
}

form {
    top: 130px;
    padding: 0px;
    padding-bottom: 20px;
    width: 100vw;
}

form p {
    width: 100vw;
}

form .input {
    height: 40px;
}

}