input.btn,
a.btn {
	background-color: #0D5774 !important;
	color: #fff !important;
    text-shadow: none !important;
    background-image: none !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

input.btn:hover,
a.btn:hover {
	background-color: #296380 !important;
	color: #fff !important;
    text-shadow: none !important;
    background-image: none !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
}

.password-section {
    position: relative;
}

.password-box {
    padding: 2px 6px;
}

.password-reveal-button {
    position: absolute;
    top: 27px;
    right: 1px;
    width: 42px;
    border-color: white;
    background-color: transparent;
    border: none;
}

.g-recaptcha>div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

#report-misconduct {
	margin-bottom: 10px;
}

#kc-report-misconduct {
	color: black !important;
	background-color: #ffffff !important;
    margin-top: 10px;
    letter-spacing: 0;
}

#kc-report-misconduct:hover {
	background-color: #e9e9e9 !important;
}

#kc-report-misconduct:disabled {
    background-color: grey !important;
    color: rgb(200, 200, 200) !important;
}

#kc-copy-username-and-password {
    margin-bottom: 10px;
    background-color: orange !important;
}

#whistleblower-notice {
    font-weight: bold;
    margin-bottom: 20px;
}

.misconductTooltip {
    width: 100%;
    position: relative;
    display: inline-block;
}

@media screen and (max-width: 999px) {
	.misconductTooltip .misconductTooltipText {
		display: none;
	}
}

@media screen and (min-width: 1000px) {
	.misconductTooltip .misconductTooltipText {
		visibility: hidden;
		width: 100%;
		background-color: #555;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px;
		position: absolute;
		z-index: 1;
		bottom: -50%;
		left: 102%;
		opacity: 0;
		transition: opacity 0.3s;
	}
}

.misconductTooltip .misconductTooltipText::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -8px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.misconductTooltip:hover .misconductTooltipText {
    visibility: visible;
    opacity: 1;
}

.copyTooltip {
    position: relative;
}

.copyTooltip .copyTooltipText {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.copyTooltip .copyTooltipText::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

input[type=text],
input[type=password],
.password-box {
    background-color: white !important;
}

.cookie-modal {
    display: block;
    max-width: 100%;
    height: 330px;
    max-height: 100%;
    position: absolute;
	left: 0;
	right: 0;
    z-index: 100;
    transform: translate(0%, -100%);
    background: #0d5673;
    color: white;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
}

.closed {
    display: none;
}

.cookie-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(0, 0, 0, 0.6);
}

.cookie-modal-guts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 20px 50px 20px 20px;
    display: grid;
    place-items: center;
}

.cookie-modal-guts a {
    color: lime;
}

.cookie-modal-guts p {
    color: white !important;
}

.cookie-modal-guts h1 {
    color: #00ffff;
    margin: 0 0 20px 0;
}

.buttons-container {
    margin-top: 20px;
}

.buttons-container form {
    float: right;
}

.cookie-modal .accept-button {
    border: 0;
    background: #ff7247;
    color: white;
    font-size: 1.3rem;
    padding: 8px;
    margin-right: 10px;
}

.cookie-modal .reject-button {
    border: 0;
    background: white;
    color: #ff7247;
    font-size: 1.3rem;
    padding: 8px;
    margin-right: 10px;
}

.show-lang-selector {
	display: block !important;
}
