html, body {
    height: 100%;
    font-size: 18px;
    color: #313a46;
}

.form-control {
    background: #fafbfe !important;
    font-size: 16px;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fafbfe inset !important;
}

#logo {
    max-height: 30px;
    margin: 30px 0px;
}

#login-form {
    padding: 20px;
    padding-top: 10vh;
    max-width: 400px;
}

#login-btn {
    border-radius: 20px;
    background: #e6ae48;
    font-size: 16px !important;
}

.input-group-custom {
    border-bottom: 1px solid black;
}

.input-group-custom .input-group-text {
    color: black;
    border: none;
    background: none;
}

.input-group-custom input {
    border: none;
    border-radius: initial;
}

.form-control:focus {
    border: none !important;
    box-shadow: none !important;
}

.languageSelect {
    height: 30px !important;
    font-size: 20px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.login-btn:hover {
    color: #e6ae48;
    background-color: #313a46 !important;
}

.itanic-menu-logo-text {
    color: #313a46;
    font-family: 'NunitoSans';
    font-size: 26px;
}

.itanic-menu-logo-text .park {
    color: #e6ae48;
}

.itanic-menu-logo-text span {
    line-height: 26px;
    font-size: 36px;
    margin: 0px 6px;
}