html, body {
    color: #333;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 100%;
  }
  body {
    background-color: #f6f7f8;
  }
  .app-inner {
    min-height: 100%;
  }
  h1, .uk-h1,
  h2, .uk-h2,
  h3, .uk-h3,
  h4, .uk-h4,
  h5, .uk-h5,
  h6, .uk-h6,
  .uk-heading-small,
  .uk-heading-medium,
  .uk-heading-large,
  .uk-heading-xlarge,
  .uk-heading-2xlarge {
    font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
    font-weight: bold;
  }
  
  /* text */
  .uk-text-primary {
    color: #304FFE !important;
  }
  .uk-text-muted {
    color: #94a3b8 !important;
  }
  .uk-text-large {
    font-size: 1.125rem;
  }
  .uk-text-lead {
    font-family: 'Comfortaa', Arial, Helvetica, sans-serif;
    font-size: 1rem;
  }
  
  @media (min-width: 1200px) {
    .uk-padding-large {
      padding: 60px;
    }
  }
  
  /* form */
  .uk-input,
  .uk-select,
  .uk-textarea {
    border: 2px solid #e5e5e5;
  }
  .uk-form-large {
    font-size: 1rem;
  }
  
  .uk-checkbox{
    background-color: #fff;
    border-radius: 2px;
    border-width: 2px;
    height: 18px;
    width: 18px;
    margin-top: -3px;
  }
  .uk-radio:focus,
  .uk-checkbox:focus {
    border-color: #304FFE;
  }
  .uk-checkbox:checked,
  .uk-checkbox:indeterminate {
    background-color: #304FFE;
  }
  .uk-radio:checked:focus,
  .uk-checkbox:checked:focus,
  .uk-checkbox:indeterminate:focus {
    background-color: #304FFE;
  }
  
  .uk-button-large {
    padding: 0 25px;
  }
  .uk-button-small {
    font-size: .8125rem;
    padding: 0 10px;
  }
  
  /* button default */
  .uk-button-default {
    background-color: #f6f7f8;
    border: 2px solid transparent;
    color: #333;
  }
  /* Hover */
  .uk-button-default:hover {
    background-color: #f0f2f4;
    border-color: transparent;
    color: #333;
  }
  /* OnClick + Active */
  .uk-button-default:active,
  .uk-button-default.uk-active {
    background-color: #f0f2f4;
    border-color: transparent;
    color: #333;
  }
  
  /* button primary */
  .uk-button-primary {
    background-color: #304FFE;
    color: rgba(255, 255, 255, .9);
    border: 2px solid transparent;
  }
  /* Hover */
  .uk-button-primary:hover {
    background-color: #2962FF;
    color: rgba(255, 255, 255, .9);
  }
  /* OnClick + Active */
  .uk-button-primary:active,
  .uk-button-primary.uk-active {
    background-color: #0D47A1;
    color: rgba(255, 255, 255, .9);
  }
  
  /* button warning */
  .uk-button-warning {
    background-color: #FFB300;
    color: #fff;
    border: 2px solid transparent;
  }
  /* Hover */
  .uk-button-warning:hover {
    background-color: #FFA000;
    color: #fff;
  }
  /* OnClick + Active */
  .uk-button-warning:active,
  .uk-button-warning.uk-active {
    background-color: #FF8F00;
    color: #fff;
  }
  
  .app-button-icon {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }
  .app-button-icon-right {
    padding-right: 10px;
  }
  .uk-button-large.app-button-icon-left {
    padding-left: 20px;
  }
  .uk-button-large.app-button-icon-right {
    padding-right: 20px;
  }
  .uk-button-small.app-button-icon-left {
    padding-left: 5px;
  }
  .uk-button-small.app-button-icon-right {
    padding-right: 5px;
  }
  
  .app-banner {
    background-color: #f6f7f8;
    border-radius: 5px 0 0 5px;
  }
  
  /* banner animation */
  .background-effect .animated-circles {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 1;
  }
  .background-effect .animated-circles li {
    position: absolute;
    display: block;
    -webkit-animation: animate 25s linear infinite;
    animation: animate 25s linear infinite;
    bottom: -150px;
    background: rgba(47, 85, 212, .15);
  }
  .background-effect .animated-circles li:nth-child(1),
  .background-effect .animated-circles li:nth-child(10),
  .background-effect .animated-circles li:nth-child(2),
  .background-effect .animated-circles li:nth-child(3),
  .background-effect .animated-circles li:nth-child(4),
  .background-effect .animated-circles li:nth-child(5),
  .background-effect .animated-circles li:nth-child(6),
  .background-effect .animated-circles li:nth-child(7),
  .background-effect .animated-circles li:nth-child(8),
  .background-effect .animated-circles li:nth-child(9) {
    width: 24px;
    height: 24px;
  }
  .background-effect .animated-circles li:nth-child(1) {
    left: 25%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .background-effect .animated-circles li:nth-child(2) {
    left: 10%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
  }
  .background-effect .animated-circles li:nth-child(3) {
    left: 70%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  .background-effect .animated-circles li:nth-child(4) {
    left: 40%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 18s;
    animation-duration: 18s;
  }
  .background-effect .animated-circles li:nth-child(5) {
    left: 65%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  .background-effect .animated-circles li:nth-child(6) {
    left: 75%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  .background-effect .animated-circles li:nth-child(7) {
    left: 35%;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
  }
  .background-effect .animated-circles li:nth-child(8) {
    left: 50%;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 45s;
    animation-duration: 45s;
  }
  .background-effect .animated-circles li:nth-child(9) {
    left: 20%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 35s;
    animation-duration: 35s;
  }
  .background-effect .animated-circles li:nth-child(10) {
    left: 85%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
  }
  @-webkit-keyframes animate {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
      opacity: 1;
      border-radius: 10px;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
    }
  }
  @keyframes animate {
    0% {
      -webkit-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
      opacity: 1;
      border-radius: 10px;
    }
    100% {
      -webkit-transform: translateY(-1000px) rotate(720deg);
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
    }
  }