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;
}

a.custom-btn-wrap {
    line-height: 0.85rem;
    padding: 0.75rem 0.1rem;
}

@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;
	}
}

.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: 250px;
	padding: 8px 24px;
}

.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: 250px;
	padding: 8px 24px;
}

.alert-error, .validation-error
{
	color: #D93330;
	font-weight: bold;
}

.form-group.row
{
	align-items: center;
	margin-bottom: 16px;
}

.label-container
{
    text-align: left;
}

.control-label
{
    font-size: 14px;
	font-weight: 500;
    white-space: nowrap;
}

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

input[type='text']:focus, input[type='password']:focus
{
	box-shadow: none;
	outline: 1px auto #14bec8 ;
}

.primary
{
	background-color:  #14bec8;
}

.secondary
{
	background-color:  #106b7a;
}

.clickable
{
	border-radius: 5px;
	box-shadow: 0 4px 8px 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin: 0 auto 16px auto;
	max-width: 500px;
	padding: 16px;
}

.clickable button
{
	background-color: #14bec8;
}

.clickable:hover
{
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.2);
}

.clickable:hover button
{
	background-color: #106b7a;
}
