* {
  font-family: sans-serif;
}

body {
background-color: #ffffff;
background-image: none;
}

.customer_login_message {
    font-family: 'Ibarra Real Nova' !important;
    text-align: center;
    font-size: 28px;
    margin-left: auto;
    margin-right: auto;
}

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

#logo {
width:300px;
height:150px;
background:url('https://1fx84n3q5t3x3o8rzh1scyw0-wpengine.netdna-ssl.com/wp-content/themes/firbank/assets/dist/images/logo.svg') no-repeat;
background-size: 300px;
display: block;
margin: 0 0 0 0;
}

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

form p {
display: flex;
flex-direction: column;
margin: 10px;
}

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

form .input {
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 {
    display: flex;
justify-content: center;
}

.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: #71ADDB;
}

.forgot_password p a:hover {
    cursor: pointer;
    content: '';
    border-bottom: 3px solid #FFD100;
    transition: all ease 300ms;
}



form .button {
border-radius: 0px;
border: 1px solid #FFD100;
margin: 0 auto;
width: 250px;
height: 45px;
background-color: #FFD100;
color: #000;
font-size: 18px;

}

form .button:hover {
    cursor: pointer;
    content: '';
    border-bottom: 3px solid #79b0db;
    transition: all ease 300ms;
}



.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;
}