body
{
	background-color: white;
	font-family: 'Roboto', 'Arial', sans-serif;
	text-align: center;
}

#kc-header-wrapper
{
	border-bottom: 2px solid #707070;
	padding: 16px 0 0 128px;
}

#kc-attempted-username {
  margin-bottom: 15px;
}

.kc-logo-text
{
    padding: 0 0 16px 16px;
	width: 220px;
}

.kc-logo-text img
{
	display: block;
}

.kc-logo-text h2
{
	display: none;
	font-size: 18px;
	padding-top: 16px;
}

@media (min-width: 700px)
{
	#kc-header
	{
		margin-bottom: 40px;
	}
}

@media (max-width: 575px)
{
	#kc-header
	{
		background-color: #14bec8;
		color: #fff;
		height: 48px;
	}

	#kc-header-wrapper
	{
		border: none;
		padding: 0;
	}

	.kc-logo-text
	{
		margin: 0 auto;
		padding: 0;
		width: auto;
	}

	.kc-logo-text img
	{
		display: none;
	}

	.kc-logo-text h2
	{
		display: block;
	}
}

.login-content
{
	border: none;
	color: #14bec8;
	margin: 0 auto;
	padding: 20px 40px 30px 40px;
}

@media (min-width: 700px)
{
	.login-content
	{
		padding-top: 3vh;
		width: 65%;
	}
}

.title > h1
{
	font-size: 28px;
	font-weight: normal;
}

@media (max-width: 575px)
{
	.title > h1
	{
		font-size: 16px;
		font-weight: 500;
	}
}

.wrapper
{
	display: flex;
	flex-direction: column;
    gap: 1rem;
	margin: 2rem auto;
    max-width: 700px;
}

.divider
{
	align-self: stretch;
	border: 1px solid #d3d3d3;
    content: "";
	max-width: 0;
}

@media (min-width: 700px)
{
    .wrapper
	{
        flex-direction: row;
    }
}

.wrapper__item
{
	flex: 1;
}

.login-content label
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.login-content input[type='text'], input[type='password']
{
	border: 2px solid #d3d3d3;
	border-radius: 3px;
 	font-size: 16px;
	line-height: 21px;
	margin-bottom: 16px;
	padding: 8px;
	width: 100%;
}

.login-content input[type='text']:focus, input[type='password']:focus
{
	outline-color: #14bec8;
}

.login-content input[type="submit"]
{
	background-color:  #14bec8;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	margin: 16px 0px 16px 0px;
	max-width: 300px;
	padding: 8px 24px;
	width: 100%;
}

.login-content input[type="submit"]:active
{
	background-color:  #12a8b1;
	color: #fff;
}

.login-content button
{
	background-color:  #106b7a;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	margin: 16px 0 16px 0 !important;
	max-width: 300px;
	padding: 8px 24px;
	width: 100%;
}

.validation-error
{
	color: #d93330;
	font-size: 14px;
}

.form-options a
{
	font-size: 16px;
}

@media (min-width: 700px)
{
	.kc-info
	{
		margin-top: 36px;
	}
}

.kc-info p,
.identity-provider-or-message
{
	font-size: 14px;
	font-weight: 500;
}

.btn
{
	background-color:  #106b7a;
	border: 0;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 0.5;
	margin: 16px 0px 16px 0px;
	max-width: 300px;
	padding: 16px 24px;
	width: 100%;
}

a#rxlocal-registration-link:hover,
a#rxlocal-registration-link:focus-visible,
.identity-provider-list a.btn:hover,
.identity-provider-list a.btn:focus-visible
{
	background-color:  #12a8b1;
	color: #fff;
}

a#rxlocal-registration-link:active,
.identity-provider-list a.btn:active
{
	background-color:  #12a8b1;
	color: #fff;
}

.alert-error, #input-error-password, #input-error-password-confirm
{
	margin-bottom: 16px;
	color: #D93330;
	font-weight: bold;
}

.user-feedback
{
	font-size: 16px;
	margin-bottom: 16px;
	font-weight: bold;
}

.kc-login-tooltip
{
	margin-bottom: 16px;
}

.identity-provider-list .btn {
	margin-top: 0 !important;
}
