/* LOGIN COFFS */

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

body {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    margin: 0px !important;
    overflow-x: hidden;
}



#LoginForm {
    max-width: 400px;
    width: 70vw;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px !important;
    grid-template-areas:
        'left'
        'right';
}

#LoginForm > button.ExistingLogin {
  border: 0px;
  border-radius: 0px;
  background: #0574b7;
  color: #efefef;
}


#LoginForm > button.ExistingLogin:hover {
    cursor:pointer;
    background:#1C8DCD !important;
    transition: ease 0.3s;
}


#LoginForm > button.NewSignup {
    border: 0px;
    border-radius: 0px;
    color: #fff;
    background: #0574b7;
}

#LoginForm > button.NewSignup:hover {
    cursor:pointer;
    background:#1C8DCD !important;
    transition: ease-out 0.3s;
    color: #fff;
}

#LoginForm > button.NewSignup:focus:not(:focus-visible),
#LoginForm > button.ExistingLogin:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

#ProspectIframe {
    display: none;
}

#ProspectIframe:before {
  content: "New Customer Signup";
  display: block;
  width: 80vw !important;
  max-width: 390px !important;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
  margin-top: -20px;
  color: #59595b;
  width: 70vw;
  font-size: 1.0em;
  font-weight: 700;
  line-height: 5vw;
}

#CreateProspect  {
    display: block;
    width: 70vw;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    border-radius: 0px;
    border: 0px;
    margin-top: 50px;
    background: #4CAF50 !important;
    color: #FFF;
    text-decoration: none;
    font-size: 1.1em;
}

#CreateProspect:hover {
    cursor:pointer;
    background:#3f9e43 !important;
    transition: ease-out 0.3s;
}

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

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

#admin_wrapper > div.customer_login_message {
    display: block !important;
    position: relative;
    width: 100vw;
    height: 50px;
    text-align: center;
    font-size: 1.1em;
    color: #59595b;
    margin-bottom: 10px;
    margin-top: 25px;
}

#admin_wrapper {
    position: absolute;
    display: grid;
    grid-template-columns: [first] 100vw;
    grid-template-rows: 20% 10% 10% 10%;
    top: 0px;
    left: 0px;
/*     background: url('https://secure.activecarrot.com/media/dynamic/static_images/709/scott-webb-5IsdIqwwNP4-unsplash.jpg'); */
    background-color: #fff !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 0px;
    text-align: center;
}

#admin_wrapper > form > div {
  margin-left: auto;
  margin-right: auto;
  width: 70vw !important;
  max-width: 400px;
}

#admin_wrapper > form > div.forgot_password {
  display: grid;
  grid-template-rows: 1fr 1fr;
  padding: 0px !important;
  max-width: 400px;
  width: 70vw !important;
  margin: 0 auto !important;
  text-align: center;
}

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


#logo {
    position: relative;
background:url('https://secure.activecarrot.com/media/dynamic/static_images/1401/logo_positive vertical.png') no-repeat center;
    background-size: 100%;
    background-color: transparent;
    width: 15vw;
    height: 20vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom:10px;
}

#logo > img {
  height: 100%;
  width: 100%;
}

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

form{
    display: block;
    position: relative;
    width: 100vw;
    background: transparent;
    margin-left: auto;
    margin-right: auto;
    text-align: left
}

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

form label {
    background: transparent;
    color: #0C0C0C;
    width: 70vw;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    font-weight: 400;
    text-transform: uppercase;
}

form .input {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid #0000006b;
    width: 70vw;
    max-width: 395px;
    min-height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2.0px;
    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 #ffffff 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: #0C0C0C;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 1.0em !important;
    font-weight: 400;
}

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: #0574b7 !important;
    font-size: 1.1em;
    text-transform: uppercase;
}

#button:hover {
    cursor:pointer;
    background:#1C8DCD !important;
    transition: ease .3s;
}

form .button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}
#admin_wrapper h2 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #0574b7;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.0em;
    max-width: 95vw;
    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: #0574b7;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 1.0em;
    max-width: 70vw;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

.attention, .fail, .information, .success {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-size: 0.8em;
    min-width: 70vw;
    border: 0px;
    color: #FFF;
    background: #ff3939db;
}

@media all and (max-width: 580px)  {
  body {
    background: #FFF;
  }



form, form p, form label, form .input
 {
    width: 90vw;
}

input#email{
  min-height: 30px !important;
  margin: auto !important;
}


#admin_wrapper h2, #admin_wrapper h3 {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #0574b7;
    font-weight: 600 !important;
    text-shadow: 0 1px 0 #fff;
    font-size: 0.6em;
    max-width: 95vw;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
}

#admin_wrapper > form > div.forgot_password  {
  width: 100vw !important;
  margin-left: auto;
  margin-right: auto;
}

#button {
  width: 92vw;
  margin-top: 5px;
}


#LoginForm,form {
    padding-left: 15px;
    padding-right: 15px;
}

#LoginForm {
  max-height: 4em;
}

#LoginForm > div.ExistingLogin > h8,
#LoginForm > div.NewSignup > h8 {
    width: 100%;
    font-size: 0.9em;
}

#LoginForm > div.ExistingLogin > h8 {
    float: right;
}

#LoginForm > div.NewSignup > h8 {
    float: left;
}


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;
  background-color: #fff !important;
}

}
#login_password {
display: block !important
}

}