
form .form-group:nth-last-of-type(2) {
  /* Your styles here */
    margin-bottom: 0 !important;
}

form .form-group:last-of-type {
    margin-bottom: 0;
}

.btn {

}