* {
  font-family: 'Arial';
  font-size: 1em;
}

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

#linearline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(180deg, #f0b929 40px, #000000 20%);
  margin-left: auto !important;
  margin-right: auto !important;
}

#linearline > img {
  position: fixed;
  top: 60px;
  align: center;
  width: 100%;
  height: 120px;
 }

#admin_wrapper {
background-color: #fff;
border: none;
margin: 0px auto;
width: 100%;
height: 130px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 0;
position: absolute;
top: 300px;
}

#logo {
display: none;
}

/* CUSTOMER LOGIN MESSAGE */
.customer_login_message {
    margin-top: -100px;
    font-size: 20pt;
    font-weight: bold;
    color: #f0b929;
}

/* LOGIN FORM */
form {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 700px;
margin-top: 20px;
}

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

form label {
color: #333;
margin-bottom: 7px;
text-align: left;
text-shadow: none;
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 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: #f0b929;
}

form .button {
border: 0;
border-radius: 5px;
margin-top: 5px;
height: 38px;
background-color: #000000;
color: #fff;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

form .button:hover {
background-color: #fac826;
color: #fff;
cursor: pointer;
transition: .1s;
}

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

#custom_footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.custom_footer_wrapper {
    width: 1176px;
    margin: 0 auto;
    padding: 0 10px;
}

.acknowledge_text {
    color: #cfd8dc;
    margin: 0;
    padding: 30px 0;
    width: 900px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.footer_underline {
    border-bottom: 1px solid rgba(255,255,255,.3);
    width: 1176px;
    margin: 0 auto;
}

.footer1 {
    background-color: #45555A;
    height: 105px;
}

.footer1_wrapper {
    width: 1076px;
    margin: 0 auto;
    padding: 40px;
}

.disclaimer1,
.privacy_policy {
    color: #cfd8dc;
    font-weight: bold;
    padding-right: 410px;
}

.footer2 {
    background-color: #172A31;
    height: 171px;
}

.copyright_text,
.disclaimer_text {
    color: #cfd8dc;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.4px;
    padding-top: 15px;
}

.footer_copy_dis {
    display: flex;
    justify-content: space-between;
    width: 1176px;
    margin: 0 auto;
}

.disclaimer_text {
    width: 420px;
    text-align: right;
}