.swal2-html-container {
  font-size: 2em !important;
}

.swal2-popup {
  font-size: 1.5rem !important;
}

.swal2-confirm .swal2-styled {
  font-size: 1.3em !important;
}

input[type="submit"],
input[type="submit"].form-control,
button[type="submit"],
button[type="submit"].form-control {
  background-color: #ffc526 !important;
}

input[type="submit"]:hover,
input[type="submit"].form-control:hover,
button[type="submit"]:hover,
button[type="submit"].form-control:hover {
  background-color: #daa001 !important;
}

.box-form .box-title .icon {
  background-color: #f7b50075 !important;
}

.social-icons.hover-colorful-bg a:hover {
  background-color: #ffbd09 !important;
  border-color: #daa000 !important;
}