#wpforo {
    width: 100%;
}
.form_reg{
    position: relative;
}
.btn_form_send{
    border: none;
    cursor: pointer;
}
div#wpforo-dialog-extra-wrap,
div#wpforo-notifications-bar{
    transform: translate(100%, -999px) !important;
}
.wpforo-register-table {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.form_reg_box {
    display: block;
    max-width: 300px;
    width: 100%;
}
.form_reg_row input {
    width: 100% !important;
    margin: 0 0 20px !important;
}
.wpf-field-login {
    margin: 20px 0 0 !important;
}
.form_reg_box{
    position: relative;
}
.ajax_box {
    display: flex !important;
    justify-content: center;
    margin: 0 0 10px !important;
}
.ajax_error {
   color: red !important;
}
.ajax_success {
    color: green !important;
 }