/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: KoHo, sans-serif;
    background-color: #B0A092;


.container {
    width: 1194px;
    height: 834px;
    position: relative;
    background-color: #B0A092;
}

/* Logo */
.logo {
    width: 389px;
    height: 146px;
    position: absolute;
    left: 402px;
    top: 83px;
}

/* Login Button */
.login-box {
    width: 208px;
    height: 79px;
    position: absolute;
    left: 493px;
    top: 566px;
    background: #958A76;
    border-radius: 20px;
}

.login-button {
    width: 145px;
    position: absolute;
    left: 524px;
    top: 575px;
    text-align: center;
    color: white;
    font-size: 40px;
    font-family: KoHo, sans-serif;
    font-weight: 700;
    text-decoration: none;
}

/* Input Boxes */
.input-box {
    width: 330px;
    height: 71px;
    position: absolute;
    background: #D9D9D9;
    border-radius: 20px;
}

.name-box {
    left: 432px;
    top: 304px;
}

.password-box {
    left: 432px;
    top: 413px;
}

/* Input Labels */
.input-label {
    position: absolute;
    color: #B2B2B2;
    font-size: 32px;
    font-family: KoHo, sans-serif;
    font-weight: 700;
}

.name-label {
    width: 99px;
    height: 49px;
    left: 450px;
    top: 326px;
}

.password-label {
    width: 276px;
    height: 49px;
    left: 450px;
    top: 435px;
}
}