* {
  font-family: Helvetica, sans-serif;
}

body {
background-color: #9AD6CB ;
background-image: none;
}

#admin_wrapper {
background-color: #fff;
border: 2px solid #ffffff;
margin: 150px auto;
width: 500px;
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 4px;
padding: 0 0 30px 0;
text-align: center;
}

#admin_wrapper h2 {
    color: #f7943d;
    margin-right: auto;
    margin-left: auto;
width: 400px;
}

#admin_wrapper > form > div {
    width: 470px !important;
    margin-left: auto;
    margin-right: 20px;
}

#admin_wrapper > div.customer_login_message {
    font-weight: bold;
    color: #000;
}

#logo {
width: 200px;
height: 200px;
background:url('https://secure.activecarrot.com/media/dynamic/static_images/1278/PHL_Logo.png') no-repeat;
background-size: 160px;
background-position: center;
display: block;
margin: 35px;
}

/* LOGIN FORM */
form {
display: flex;
flex-direction: column;
margin-top: 20px;
}

form p {display: flex;flex-direction: column;text-align: center;margin: 10px;margin-right: auto;margin-left: auto;}

form label {color: #333;margin-bottom: 7px;margin-right: auto;margin-left: auto;text-align: center;font-weight: bold;}

form .input {
    margin-left: auto;
    margin-right: auto;
border-radius: 4px;
height: 20px;
width: 270px;
text-align: center;
background-color: white;
outline: none;
font-size: 14px;
color: #333333;
}

/* AUTOCOMPLETE */
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 {
border: 1px solid #ccc;
-webkit-text-fill-color: black;
-webkit-box-shadow: 0 0 0px 1000px #fff inset;
transition: background-color 5000s ease-in-out 0s;
}


.forgot_password p {
text-align: center;
margin-top: 20px;
}

.forgot_password p a {
order: 2;
margin-top: 30px;
text-decoration: none;
text-transform: capitalize;
font-size: 0.9em;
font-weight: 400;
color: #333;
}

.forgot_password p a:hover {
color: #F7943D;
}

form .button {
border: none;
border-radius: 4px;
margin-top: 5px;
margin-left: auto;
margin-right: auto;
height: 38px;
width: 250px;
background-color:  #F7943D;
color: #fff;
font-size: 16px;
font-weight: bold;

}

form .button:hover {

background-color:  #E08738;
color: #fff;
cursor: pointer;
}

.success, .fail, .information, .attention {
position: relative;
top: 12px;
text-transform: uppercase;
font-size: 0.9em;
background-color: #00ffff00;
border: 0px solid;
}

.success {
color: #090;
}

.fail {
color: red;
}

.information {
color: #03F;
}

.attention {
color: #C69E00;
}