/*/Assets/css/unsubscribe.css*/
#content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f9fb;
  min-height: 100vh;
  width: 100%; }

.eab-logo {
  margin-left: -25px;
  transform: scale(0.7); }

#unsubscribe-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.1);
  height: 645px;
  width: 500px;
  margin: 0 auto;
  padding: 125px 95px; }

.unsubscribe-header {
  color: #051d39;
  font-size: 36px;
  font-weight: bold; }

.unsubscribe-text {
  color: #6373a4;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.45px; }

.fail_notification {
  background: none;
  color: #e23131;
  font-size: 14px;
  font-weight: bold; }

.input-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 20px; }

.email-input {
  background-image: none !important;
  border: 1px solid #dddddd !important;
  border-radius: 4px;
  padding: 10px 14px; }
.email-input::placeholder {
  color: rgba(99, 115, 164, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px; }

#unsubscribe-btn {
  border: none;
  background: #085fe5;
  color: white;
  text-shadow: none;
  padding: 16px 5px;
  transition: all 0.1s ease-in-out; }
#unsubscribe-btn:hover {
  background: rgba(8, 95, 229, 0.8); }

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


