/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.btn-domain-transfer {
  padding: 22px 50px;
  border-radius: 2px;
  background-color: #619622;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
}
.btn-domain-transfer:hover {
  background-color: #466c19;
  color: #fff;
}

.btn-domain-register {
  padding: 22px 50px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1a7bba, #1a5495);
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.btn-domain-register:hover {
  background-image: linear-gradient(to right, #1a7bba, #1a7bba);
  color: #fff;
}

.auth .form-select, .auth .form-control {
  height: calc(2.5em + 0.75rem + 2px) !important;
}

/*# sourceMappingURL=custom.css.map */
