@media (max-width:768px) {
  .form-control-feedback {
    top: 0px !important;
  }
}

// SWEET ALERT
.sweet-alert h2 {
  font-size: 14px !important;
}

.sweet-alert p {
  font-size: 14px !important;
}

.sweet-alert p.lead {
  font-size: 14px !important;
}

.sweet-alert p button {
  font-size: 14px !important;
}

.sweet-alert p button.btn-lg {
  font-size: 14px !important;
  padding: 4px 16px;
}