html>body .submitBtn {
    background: #c3910b !important;
}

.submitBtn:hover {
    color: #fff !important;
    background: #b5840a !important;
}


.logo {
    width: auto !important;
    height: auto !important;
    margin-bottom: unset;
}

.logo img {
    width: auto;
    height: 100px !important;
    aspect-ratio: 300 / 115 !important;
}

body {
    margin-top: 0 !important;
}

header.clx {
    position: relative !important;
}

.langSelect {
    margin-top: 3rem !important;
}