.f_btn_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_btn_register {
    width: 123px;
    border-radius: 3px;
    border: 1px solid #ff0002;
}
.f_btn_submit {
    width: 123px;
    border-radius: 3px;
    border: 1px solid #ff0002;
}
.mod-title-aut {
    margin-bottom: 15px;
    text-align: center;
    font-size: 18px;
    font-family: 'RobotoRegular', sans-serif;
    line-height: 24px;
}
.button.f_btn_submit button, .button.f_btn_register a {
    padding: 7px 10px;
}