@import './../../styles/variables/index.scss';

.formMessage {
  overflow: hidden;
  display: flex;
  align-items: center;

  .container {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    gap: 16px;
    font-size: 18px;
    line-height: 27px;
    font-family: $font-family-atak-light;
    color: $white;
  }

  &.error {
    background: #f62e23;
  }
  &.success {
    background: #00a347;
  }
}
