@media screen and (min-width: 80em) {
    .border-right-xl {
        border-right: 1px solid #BBB;
    }
}

input,
.form-group-lg .form-control,
.form-control,
button,
.btn {
    border-radius: 2px;
}

.pure-form input.no-border,
.pure-form textarea.no-border {
    border: 0;
}