input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
}

.login.panel {
    margin: 150px auto 0;
    width: 400px;
    /*todo custom css*/
    background-color: #e9e9e9;
}

.panel-heading {
    text-align: center;
    background-color: #FFFFFF !important;
    border-color: #2f688b !important;
    color: #7f7f7f !important;
}

.panel-body label {
    color: #45a49d;
    border-color: #45a49d;
}

.forgot {
    margin-top: 10px;
    font-style: italic;
}

.site-name {
    font-size: larger;
    font-style: italic;
    font-weight: bold;
}

body {
    background-color: #ffffff;
}