div.oe_website_login_container .btn-primary{
    width: 100%;
    margin-top: 20px;
}
/* footer{
    background: transparent;
} */

div.oe_website_login_container .btn-primary {
    width: 100%;
    margin-top: -10px;
}

form label {
    font-weight: 200;
}

.table thead th{
    font-weight: 200;
}

.card {
    margin: 20px 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light {

    background-color: #595B61 !important;

}