.funnel-sans-bold {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.funnel-sans-regular {
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.login-body {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    color: #1a1a1a;
    background-attachment: fixed;
    font-family: "Funnel Sans", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    font-weight: 400;
    font-style: normal;
}

.login-logo-img {
    height: 60px;
    transition: height 0.2s;
    max-width: 100%;
    width: auto;
    display: inline-block;
}

@media (max-width: 768px) {
    .login-logo-img {
        height: 40px;
    }
}

.login-input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 1.7rem 0.8rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-clip: border-box;
    background-color: #11111d;
    border: 1px solid #ffffff;
    border-radius: 4px;
}

.login-button {
    border-color: black;
    border-radius: 25px;
    color: #000000;
    background-color: white;
    width: 150px;
    padding: 9px 0;
    transition:
        background-color 0.2s,
        border-color 0.2s,
        color 0.2s;
}

.login-button:hover,
.login-button:focus {
    background-color: var(--color-accent, #76c2ff) !important;
    border-color: var(--color-accent, #76c2ff) !important;
    color: var(--color-background, #121110) !important;
}

.license_field {
    resize: none;
    background: transparent;
    color: white;
    border: solid 2px;
}

#license_label {
    color: white;
}

textarea:focus {
    background-color: #00305a !important;
    color: white !important;
}

input::-webkit-input-placeholder {
  color: #dddddd;
}

/* For Firefox 19+ */
input::placeholder {
  color: #dddddd;
}

/* For Firefox 4-18 */
input:-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}

/* For Internet Explorer 10-11 */
input:-ms-input-placeholder {
  color: #dddddd;
}

/* For Microsoft Edge */
input::-ms-input-placeholder {
  color: #dddddd;
}
small {
    text-align: left;
}
