.app-login-message {
  height: 40px;
  width: 100%;
  .ant-alert {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgb(255, 225, 225);
    .ant-alert-icon {
      position: unset;
      margin-right: 5px;
    }
  }
  .ant-alert-error,
  .ant-alert-with-icon {
    padding-left: 10px;
  }
}
