@font-face {
  font-family: "Ubuntu-light";
  src: url("../fonts/Ubuntu-Light.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu-light-italic";
  src: url("../fonts/Ubuntu-Italic.ttf") format("opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu-regular";
  src: url("../fonts/Ubuntu-Regular.ttf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu-medium";
  src: url("../fonts/Ubuntu-Medium.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu-medium-italic";
  src: url("../fonts/Ubuntu-MediumItalic.ttf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu-bold";
  src: url("../fonts/Ubuntu-Bold.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Ubuntu-bold-italic";
  src: url("../fonts/Ubuntu-BoldItalic.ttf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-weight: normal;
  text-decoration: none!important;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  line-height: 1;
  outline: 0px;
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  transition: 0.4s;
}

:root {
  --color1: #0373BE;
  --color2: #0E5788;
  --color3: #F5F9F9;
}

.error {
  font-family:'Ubuntu-Bold';text-align: center;color: #e31837;background-color: white;padding: 5px 0px;border-radius: 8px;
}

.sucess {
  font-family:'Ubuntu-Bold';text-align: center;color: #0d821b;background-color: white;padding: 5px 0px;border-radius: 8px;
}