body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.ant-layout {
  background-color: white;
}

.app-notification-error{
  background-color: #ffe9e9;

}

.app-notification-success .ant-notification-notice-message{
  color: #ffffff !important;
}

.app-notification-success .ant-notification-notice-description{
  color: #ffffff;
}
.app-notification-success{
  background-color: #ffe9e9;
}

@font-face {
  font-family: 'CircularStd';
  src: local('CircularStd'), url(/static/media/CircularStdBook.860c3ec7.ttf) format('truetype');
}

.App {
  text-align: center;
  background: #142c52;
}

.App-logo {
  -webkit-animation: App-logo-spin infinite 20s linear;
          animation: App-logo-spin infinite 20s linear;
  height: 80px;
}

.App-header {
  background-color: #222;
  height: 150px;
  padding: 20px;
  color: white;
}

.App-title {
  font-size: 1.5em;
}

.App-intro {
  font-size: large;
}

@-webkit-keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes App-logo-spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}



/*# sourceMappingURL=main.21ba9332.chunk.css.map*/