.newsletter-unsubscription-portlet fieldset {
  margin: 10px 10px 30px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-unsubscription-portlet .default-error-message {
  display: none;
}

.newsletter-unsubscription-portlet .control-group {
  margin-bottom: 20px;
}

.newsletter-unsubscription-portlet label {
  display: none;
}

.newsletter-unsubscription-portlet input[type=text] {
  width: 100%;
  height: 100% !important;
  padding: 13px 22px;
  background-color: #f0f0f0;
  border: 0;
  border-radius: 0px;
}

.newsletter-unsubscription-portlet .btn {
  background-color: #eaeaea;
  color: #333;
}

.newsletter-unsubscription-portlet .fieldset .form-group-inline {
  display: flex;
}

.newsletter-unsubscription-portlet .portlet .portlet-content .autofit-col {
  display: none;
}

.newsletter-unsubscription-portlet .portlet-body h1 {
  font-size: 24px !important;
}

.newsletter-unsubscription-portlet .btn {
  background: #004e95;
  font-size: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  border: 2px solid #004e95;
  width: 263.25px;
  height: 57.75px;
  text-align: center;
  border-radius: 0px;
}

.newsletter-unsubscription-portlet .btn:hover {
  background: #ffffff;
  border: 2px solid #004e95;
  color: #004e95;
  transform: scale(1.03);
  transition: 0.2s;
}