html, body{
    color: #231F20;
    background: #E2F1FA;
    font-family: 'Lantinghei SC';
}

.container{
    max-width: 1000px;
}

header.header-bg{
    background: #202221;
}

header.header-bg img{
    width: 100px;
}

footer.footer-bg{
    background: #343942;
    color: #B1B3B3;
}

footer .bg-gold{
    background: #8F8044;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .contact-desc{
    line-height: 2;
}

footer .bg-gold.contact-us{
    width: 40px;
    height: 40px;
    font-size: 20px;
}

.black-footer{
    background: #312C2D;
    color: #FFFFFF;
    padding: 2rem 0;
    font-size: 10px;
}

.main-content{
/*    min-height: 80vh;*/
    min-height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-bg{
    background: #3A54A3;
    padding: 2rem;
    width: 100%;
    color: #F9C833;
    text-align: center;
    font-weight: bold;
}

.btn-theme{
    background: #F9C833;
    color: #263959;
}

.text-theme{
    color: #F9C833;
    text-decoration: none;
}

a.text-theme:hover {
    color: #F9C833;
}

.fw-600{
    font-weight: 600;
}

#signup-form{
    text-align: start;
    color: #ffffff;
}

.form-header{
    text-align: center;
    color: #F9C833;
}

.input-text{
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    display: block;
    padding: 5px 0;
    z-index: 1;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--yellowColor);
    color: var(--yellowColor) !important;
}
