.form-horizontal .form-actions {
    padding-left: 20px !important;
}

.form-actions {
    padding-bottom: 10px !important
}

.form-actions .btn {
    margin-bottom: 10px
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .btn {
        display: block;
    }
    .left-button-bp {
        display: inline-block !important;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width: 320px) {
    .btn {
        display: block;
    }
    .left-button-bp {
        display: inline-block !important;
    }
    .agreement-submit-btn {
        padding: 3px 12px !important;
        float: right;
        font-size: 13px;
    }
}

.left-button-bp {
    display: inline-block;
    float: left;
    font-size: 12px;
}