html {
  font-size: 14px;
}

/* LOGIN eleje */
.login-box {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    border-radius: 8px;
    border: 1px solid grey;
    top: 200px;
    background-color: #FFF;
    padding: 20px;
}

.btn-primary {
    background-color: rgb(66, 169, 166) !important;
    border: none !important;
}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}

.auth-one-bg {
    background-image: url(../images/top-bg.jpg);
    background-position: center;
    background-size: cover;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background: linear-gradient(to right, #364574, #405189);
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

    .shape > svg {
        fill: white;
    }
/* LOGIN VÉGE */

@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;
}