
.login-pf  {
    background: #FFF;
	color: #000;
    background-size: none cover;
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}
.login-pf .container [class^='alert'] {
    color: #cc0000;
}
#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 20px;
    top: 30px;
    width: 200px;
    padding: 2px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 1px 11px;
    color: #000 !important;
    border: 1px solid #fff;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
    border-color: #b3d3e7;
}

#kc-locale-dropdown a {
    color: #FFF;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
}

.login-pf a:hover {
    color: #006854;
}

#kc-logo {
	width: 100%;
	height: 135px;
	-moz-box-shadow: 0px 5px 10px #aaaaaa;
	-webkit-box-shadow: 0px 5px 10px #aaaaaa;
	box-shadow: 0px 5px 10px #aaaaaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa');
	position: fixed;
	top: 0;
	z-index: 9998;
}
#kc-header {
	color: #000;
	overflow: visible;
	padding-left: 80px;
	white-space: nowrap;
}

#kc-header-wrapper {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.2em;
	margin-bottom: 15px;
	display: none;
}

.content-area {
	padding: 20px !important;
	width: 100%;
	box-sizing: border-box;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	padding-right: 0;
}
#kc-content {
    position: relative;
	box-sizing: border-box;
	padding: 0 20px 30px 20px
}

#kc-content-wrapper {
    overflow-y: hidden;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding: 0;
}

ol#kc-totp-settings li {
    margin-top: 1em;
}

ol#kc-totp-settings li:first-of-type {
    margin-top: 0;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

#kc-totp-secret-key {
    background-color: #fff;
    color: #333333;
    font-size: 16px;
    padding: 10px;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 30px;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
    margin: 0;
}

#kc-social-providers li {
    display: block;
    margin-top: 5px;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial {
    width: 150px;
}

.zocial:hover {
    color: #000 !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border-radius: 2px;

    font-family: "Open Sans", sans-serif;
    font-weight: normal;

    box-shadow: none;
    text-shadow: none;
}

.zocial.google {
    background-color: #dd4b39 !important;
}

.zocial.facebook:hover,
.zocial.github:hover,
.zocial.google:hover,
.zocial.microsoft:hover,
.zocial.stackoverflow:hover,
.zocial.linkedin:hover,
.zocial.twitter:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft {background-color: #0052a4; color: #fff;}
.zocial.microsoft:before { content: "\f15d"; }


.login-pf .container {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.055);
	clear: right;
	color: #000000;
	padding-bottom: 40px;
	padding-top: 20px;
}
.sso-footer{
	position: fixed;
	bottom: 0;
	background-color: #e9e9e9;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cdcdcd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	height: 9px;
	box-sizing: border-box;
	width: 100%;
	z-index: 9998;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: auto;
	background: none;
	border: 0;
	box-shadow: none;
}
.sso-border-top{
	border-top: 1px solid #DDDDDD;
}
.sso-border-bottom{
	border-bottom: 1px solid #DDDDDD;
}
.sso-login-field{
	padding: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	width: 80%;
}
.sso-pw-forget-label {
	color: #000;
	padding-left: 6px;
	display: inline-block;
	width: 250px;
}
.sso-pw-forget-field{
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	display: inline-block;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 4px;
	padding-left: 3px;
	height: 21px;
	box-sizing: border-box;
	width: 30%;
}

.btn-primary,.btn-primary:hover,.btn-primary:focus{
	background-image: linear-gradient(rgb(179,179,179),rgb(125,125,125));
	border-width: 1px;
	border-style: solid;
	border-color: rgb(129, 129, 129);
	color: rgb(255, 255, 255) !important;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 22px;
	margin: 0 3px;
	padding: 1px 12px;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	text-align: center;
	border-radius: 3px;
	line-height: 18px;
	box-sizing: border-box;
	box-shadow: none;
	font-weight: normal;
}
a.sso-register,a.sso-register:link,a.sso-register:visited{
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	padding: 2px;
	border-radius: 3px;
	margin-right: 5px;
	text-decoration: none;
}
a.sso-register:hover,a.sso-register:focus{
	padding: 2px;
	border-radius: 3px;
	margin-right: 5px;
	text-decoration: none;
}
a.sso-pw,a.sso-pw:link,a.sso-pw:visited{
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	padding: 3px;
	border-radius: 3px;
	margin-right: 5px;
	text-decoration: none;
}
a.sso-pw:hover,a.sso-pw:focus{
	color: #FFF;
	padding: 3px;
	border-radius: 3px;
	margin-right: 5px;
	text-decoration: none;
}
.sso-pos-forgot{
	position: absolute;
	bottom: -51px;
	left: 168px;
}
.sso-login-form .form-group {
	text-align: center;
	padding: 10px 0;
	line-height: 10px;
	margin: 0;
}
.sso-login-form .form-group label{
	font-weight: normal;
}
.login-pf .container .submit {
	text-align: left;
}
#kc-registration.sso-pos-register{
	position: absolute;
	margin-bottom: 0;
	bottom: -57px;
	left: 10px;

}
h1, h2 {
	text-align: inherit;
	padding: 0 0 20px 0;
	font-size: 180%;
	font-weight: normal;
	margin: 0;
}
p{
	margin-bottom: 20px;
}
.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	margin-bottom: 15px;
}
#kc-container-wrapper {
	top: 164px;
}

.sso-login-form{
	padding: 20px 20px 20px 27px !important;
	width: 320px;
	float: left;
	margin: 0 48px 0 8px;
	background-color: #fbfbfb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	opacity: 1;
	-moz-box-shadow: 0 5px 10px #aaaaaa;
	-webkit-box-shadow: 0 5px 10px #aaaaaa;
	box-shadow: 0 5px 10px #aaaaaa;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa');
	font-size: 100%;
}
.sso-indvidual-text{
	width: calc(100% - 380px);
	float: left;
	display: block;
    min-height: 500px;
}
h3, .h3 {
	font-size: 16px;
	width: 100%;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	color: #006854;
}
#kc-locale {
	position: fixed;
	width: 200px;
	right: 20px;
	text-align: right;
	z-index: 9999;
	top: 104px;
}
#kc-register-form input[type='text'],
#kc-register-form input[type='password'],
#kc-register-form input[type='number'],
#kc-register-form input[type='email'],
#kc-register-form input[type='date'],
#kc-register-form select{
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	background-repeat: repeat-x;
	display: inline-block;
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
	margin-left: 3px;
	margin-right: 4px;
	padding-left: 3px;
	width: 100%;
	height: 21px;
	box-sizing: border-box;
}

.has-error input[type='text'],
.has_error input[type='password'],
.has_error input[type='number'],
.has_error input[type='email'],
.has_error input[type='date'],
.has_error select{
	border-color: #c83131 !important;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #c83131;
}
.form-textoutput{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.form-textoutput label {
	margin-bottom: 0px;
}
.form-textlist {
	 font-family: 'Glyphicons Halflings';
	 font-style: normal;
	 font-weight: normal;
	 -moz-osx-font-smoothing: grayscale;
	 font-size: 12px;
	 color: black;
	 border-radius: 14px;
	 margin: 2px 3px 0 0;
 }
span.form-textlist:before {
	content: "\e131";
}
.required{
	color: #c83131;
	font-size: 12px !important;
	font-weight: bold !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0;
	padding-right: 20px;
}
#kc-logo ul{
	float: right;
	margin: 15px;
}
#kc-logo ul li{
	float: left;
	list-style: none;
	padding: 0 10px 0 0;
}
#kc-logo ul li a{
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
#kc-logo ul li a:hover,#kc-logo ul li a:focus{
	color: #000;
	text-decoration: none;
}

.tooltiptext {
	visibility: hidden;
	width: 450px;
	text-align: left;
	position: absolute;
	z-index: 1;
	bottom: 31px;
	left: 252px;
	margin-left: -249px;
	opacity: 0;
	transition: opacity 0.3s;
	border: 1px solid #c3c3c3;
	cursor: default;
	background-color: #efefef;
	border-radius: 6px;
	padding: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	box-shadow: 2px 0 5px rgb(120, 120, 120);
}
.tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -7px;
	border-width: 7px;
	border-style: solid;
	border-color: #c3c3c3 transparent transparent transparent;
}
div#PasswordRequirements {
	padding-bottom: 20px;
}
div#PasswordRequirements ul {
	margin-left: -23px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
		margin-bottom: 0;
		padding-top: 3px;
	}
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    #kc-logo-wrapper {
        position: absolute;
        top: 50px;
        right: 50px;
    }

    .login-pf .container {
        padding-right: 80px;
    }

	.login-pf .container .details {
		border-left: 0;
		padding-left: 40px;
		margin-bottom: 0 !important;;
		padding-bottom: 0 !important;;
		position: absolute;
		top: -21px;
		left: 20px;
	}
}

@media (max-width: 767px) {

	.login-pf .container .details {
		border-left: 0;
		padding-left: 0;
		margin-bottom: 0!important;
		padding-bottom: 0 !important;
		position: absolute;
		top: -40px;
		left: 0;
		width: 100%;
	}

    #kc-logo-wrapper {
        background-position: center;
        width: 100%;
        margin: 20px 0;
    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: center;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: inline-block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 60px;
        padding-bottom: 15px;
    }
	#kc-container-wrapper {
		top: 164px;
		position: absolute;
		padding: 0 40px;
		width: 100%;
	}
	.sso-login-form{
		float: none;
		width: 97%;
		box-sizing: border-box;
		padding: 20px 20px 20px 27px !important;
		margin: 0 48px 50px 8px;
		background-color: #fbfbfb;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #dcdcdc;
		opacity: 1;
		-moz-box-shadow: 0 5px 10px #aaaaaa;
		-webkit-box-shadow: 0 5px 10px #aaaaaa;
		box-shadow: 0 5px 10px #aaaaaa;
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa')";
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=180, Color='#aaaaaa');
		font-size: 100%;
	}
	.sso-indvidual-text {
		width: 100%;
		float: left;
		display: block;
		margin-top: 50px;
	}
	#kc-locale {
		position: fixed;
		width: 200px;
		right: 20px;
		text-align: right;
		z-index: 9999;
		top: 104px;
	}

}





