/* ========== IMPORTS ========== */
/* ==================== */
/* ====== GLOBAL ====== */
/* ==================== */
html {
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background: radial-gradient(circle at center bottom, #0C5FE7 0%, #1F227D 75%) !important;
}

a,
button {
  color: #1f227D;
  transition: all 0.2s ease-in;
}
a:hover,
button:hover {
  color: #fff;
  text-decoration: none;
}
a:focus,
button:focus {
  box-shadow: none !important;
  outline-offset: 4px;
}

::selection {
  color: #fff;
  background: #1f227D;
}

::selection {
  color: #fff;
  background: #1f227D;
}

/* ==================== */
/* === GLOBAL CLASS === */
/* ==================== */
.logo {
  margin: 40px 0 10px;
  padding: 15px;
  display: inline-block;
}
.logo:hover {
  transform: scale(0.95);
}

.color--white {
  color: #fff;
}
.color--main2 {
  color: #0c5fe7;
}

.mybtn {
  width: 100%;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

.socials {
  font-size: 16pt;
  text-align: center;
}

.hvr-sweep-to-right {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition: all 0.2s ease-in;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: rgba(255, 255, 255, 0.1);
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0c5fe7;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: #fff;
  border-top: 1px solid #0c5fe7;
  border-left: 1px solid #0c5fe7;
  border-right: 1px solid #0c5fe7;
  border-bottom: 1px solid #0c5fe7;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

.footer {
  font-size: 10pt;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
