.login-pf, .login-pf body {
	background: #f2f2f2;
}
.login-pf-page-header #kc-header-wrapper{
	color: black;
}
#kc-login, #kc-accept, .pf-c-button.pf-m-primary {
	background-color: #00aaf0 !important;
	background-image: none;
	border: 0 none;
	transition: background-color 0.5s;
}
#kc-login:hover, #kc-accept:hover, .pf-c-button.pf-m-primary:hover {
	background-color: #0086c1 !important;
}

#kc-accept, #kc-decline {
	min-width: 40%;
}

#kc-decline, .pf-c-button.btn-default {
	background-color: #666666 !important;
	background-image: none;
	border: 0 none;
	transition: background-color 0.5s;
	color: white;
	float: right;
}

#kc-decline:hover, .pf-c-button.btn-default:hover {
	background-color: #555555 !important;
}

#kc-select-try-another-way-form {
	margin-top: 10px;
	text-align: center;
}

.card-pf {
	border-radius: 4px;
	border-top-width: 0px;
}
@media (max-width: 767px) {
	#kc-header-wrapper {
		color: white !important;
	}
}
.pf-c-form-control {
	outline: none;
}
.pf-c-form-control:hover, .pf-c-form-control:focus {
	border-bottom-color: #0086c1 !important;
	border-bottom-width: 2px !important;
}
main.login-pf-page {
	padding-top: 0;
}
main > header {
	background: white;
	color: #001339 !important;
	box-shadow: 0 0 10px #b3a9a9;
}

main > header h1 {
	line-height: 64px;
	margin: 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 7px solid #00aaf0;
	font-family: Barlow-Regular, sans-serif;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0em;
}

#logo {
	position: absolute;
	left: 8px;
	top: 8px;
	height: 44px;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: space-between;
}

.welcome-message {
	color: #313131;
	font-size: 29px;
	line-height: 1.2em;
	padding: 40px 10px 20px 10px;
	white-space: normal;
	font-weight: lighter;
	text-align: center;
}

footer {
	background-color: #ffffff;
	margin-top: 20px;
	text-align: center;
	box-shadow: 0 0 10px #b3a9a9;
}

footer p {
	font-size: 15px;
	margin: 13px;
}

footer a {
	color: #2b2b2b;
}

::-ms-reveal {
    display: none;
}

@media only screen and (max-width: 420px) {
	#logo {
		display: none;
	}

	main > header h1 {
		display: block !important;
	}
}

@media only screen and (max-width: 600px) {
	#logo {
		position: relative;
		margin-top: -8px;
		margin-right: 12px;
		left: 0;
		top: 0;
	}

	main > header h1 {
		display: inline-block;
	}

	.welcome-message {
		padding: 20px 8px 8px 8px;
		font-size: 20px;
	}
}

.otp-container {
	text-align: center;
}

.otp-icon {
	width: 48px;
	height: auto;
	margin-bottom: 8px;
}

.otp-hint {
	background-color: #f3f3f3;
	padding: 12px 12px 4px 12px;
	margin: 24px 0 16px 0;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	width: 100%;
}
