.fzbuk-login-form-wrap{
    background: none !important;
    background-color: #739175 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
    font-family: inherit !important;
    padding-bottom: 20px !important;
}
.fzbuk-login-form input[type="text"], .fzbuk-login-form input[type="password"]{
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 10px !important;
}
.fzbuk-login-form input[type="submit"]{
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #231F20 !important;
    padding: 5px 15px !important;
    text-shadow: none !important;
    color: #fff !important;
    background-color: #231F20 !important;
    text-transform: uppercase;
}
.fzbuk-login-form input[type="submit"]:hover{
    background: none !important;
    color: #231F20 !important;
    background-color: #fff !important;
    border: 1px solid #231F20 !important;
    font-weight: normal;
}
#content.site-content{
    padding-top: 21rem;
}
.msg-not-logged{
    margin: 30px 0 0 0;
}