html, body {
    /* font-family: Segoe UI, SegoeUI, "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'IBM Plex Sans', sans-serif;
    height: 100%;
}

#bigContainer {
    min-height: 100%;
    margin: 0;
}

#imgContainer {
    background: url(https://mediabank.holmen.com/fotoweb/embed/2024/02/5f1b72f075c24d7dae37e71d77a2c607.jpg);
    padding: 0;
    background-size: cover;
    background-position: right;
}

#apiContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0F233B;
    flex-direction: column;
    position: relative;
    /* color: white; */
}

#api {
    min-width: 464px;
    width: 40%;
}

#holmenLogo {
    margin: 70px;
    /* height:34px; */
    width: 225px;
}

@media (max-width: 992px) {
    #api {
        width: 90%;
        min-width: 90%;
    }

    #apiContainer {
        justify-content: space-between;
    }
}

button {
    background-color: #1E3856;
    color: white;
    border: none;
    padding: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
}

    button:hover {
        opacity: 75%;
    }

a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

    a:hover {
        opacity: 75%;
        color: white;
    }

label {
    color: white;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
}

p {
    color: white;
}

ul {
    padding: 0;
}

    ul li {
        list-style: none;
        margin: 1rem 0;
    }

label {
    font-size: 18px;
    font-weight: 600;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 20px 32px 20px 32px;
    font-size: 16px;
    line-height: 1.5;
    color: #505050;
    border: 2px solid #EDEDED;
    background-color: #EDEDED;
}

    input[type="text"]:disabled,
    input[type="password"]:disabled {
        opacity: 50%;
    }
