.user-notice {
  width: 100%;
  position: fixed; 
  top: 0px; 
  left: 0px;
  z-index: 10000;
  display: flex;
  justify-conent: space-between;
  box-sizing: border-box;
}

.user-notice p {
  text-align: center;
  flex-grow: 1;
}
.user-notice.notice-success {
    border: 2px solid #4CAF50;
    background:  hsl(from #4CAF50 h s calc(l + 30));
}

.user-notice.notice-error {
    border: 2px solid #f44336;
    background:  hsl(from #f44336 h s calc(l + 30));
}
.user-notice.is-dismissible .notice-dismiss {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 20px;
    cursor: pointer;
    color: #777; 
}

.user-notice.is-dismissible .notice-dismiss:hover {
    color: #000; 
}

.evoso-downloads-list {
  padding-inline-start: 0px;
  list-style: none;
}
.evoso-downloads-list i {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.evoso-registration-form {
    max-width: 500px;
}

.page-content-wrap .edm-registration-section h3 {
  font-size: 26px;
}
