* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;

    font-family: "Gotham Book", sans-serif;
}

body {
    height: 100%;
    background-image: url('https://jakartalebaranfair.com/assets/img/bg-hero.jpg');
    background-size: cover;
    font-family: "Gotham Book", sans-serif;
    font-size: 13px;
    overflow: hidden;
}

img {
    user-select: none;
    pointer-events: none;
}

#container {
    background-image: url("https://jakartalebaranfair.com/assets/img/bg-hero-mobile.jpg");
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center bottom;
    background-size: 100% auto, 100% auto;
    max-width: 779px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    margin: auto;
}

#logo-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

#logo-container img {
    height: 5rem;
}

#logo-container #brifinance-logo {
    height: 4rem;
}

#body-container {
    width: 100%;
    margin-top: 10%;

    display: flex;
    flex-direction: column;
    align-items: center;
}

#header-image {
    width: 350px;
    margin-top: 32px;
}

#success-image {
    width: 50%;

    margin-top: 7rem;
}

#form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 24px;

    width: 61%;
}

.form-input {
    border: none;
    outline: none;
    background-color: #fcb912;
    padding: 8px;
    border-radius: 8px;

    width: 100%;

    font-family: "Helvetica", sans-serif;
}

.form-label {
    margin-bottom: 6px;
}

#form-submit-button {
    margin-top: 24px;

    border: none;
    outline: none;
    background-color: #fcb912;
    padding: .5rem 1.5rem;
    border-radius: 8px;

    font-family: "Gotham Book", sans-serif;
}
