html {
  font-size: 14px;
}

@font-face {
    font-family: TG_Regular;
    src: url('/font/texgyre.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.logo {
    font-weight: normal;
    font-family: TG_Regular !important;
    color: white;
    padding: 0;
    margin: 0;
    font-size: 64px;
}
.rlogo {
    color: #0084ff;
    transform: scale(-1,1);
    display: inline-block;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}