::-webkit-scrollbar {
	border-radius: 7px;
	background-color: #ddd;
}

::-webkit-scrollbar:vertical {
	width: 7px;
}

::-webkit-scrollbar:horizontal {
	height: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 7px;
	background-color: #999999;
}

::-webkit-scrollbar-thumb:vertical {
	width: 7px;
}

::-webkit-scrollbar-thumb:horizontal {
	height: 7px;
}

::-webkit-scrollbar-thumb:hover {
	border: solid 1px #007aff;
}

::-webkit-scrollbar-thumb:active {
	border: solid 1px #005cbf;
}

.login-pf  a, .login-pf a:hover, .login-pf a:active {
	color: #007aff;
}

.login-pf a:hover, .login-pf a:active {
	text-decoration: underline;
}

.login-pf .form-control {
	padding-left: 0;
	border-width: 0 0 1px 0;
	outline: none;
	box-shadow: none;
}

.login-pf .form-control:focus, 
.login-pf .form-control:hover {
	border-color: #007aff;
	outline: none;
}


.login-pf {
    height: 100%;
    background: none;
}

.login-pf body {
	font-family: arial, sans-serif;
	position: relative;
	padding: 40px 0;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	overflow-y: auto;
	min-height: 600px;
	background-image: url('../img/background.jpg');
}

.login-pf body.portal {
	font-family: arial, sans-serif;
	position: relative;
	padding: 40px 0;
	z-index: 0;
	overflow: hidden;
	height: 100%;
	overflow-y: auto;
	min-height: 600px;
	background-image: url('../img/white-background.jpg');
}

div.kc-logo-text {
	background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    height: 25px;
    width: 100%;
	margin: 0 auto 70px;
	background-size: 150px 25px;
	background-position-x: center;
}

div.kc-logo-text span {
    display: block;
    font-size: 26px;
	font-weight: 300;
	color: #333;
	letter-spacing: .3px;
	text-align: center;
    padding-top: 40px;
    text-transform: capitalize;
}

.login-pf-page .btn-primary {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 8px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
	background-color: #0d6efd;
	background-image: none;
	border-color: #0d6efd;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-pf-page .btn-primary:hover {
    color: #fff;
    background-color: #005cbf;
    border-color: #0257d5;
}

.login-pf-page .btn-primary:focus {
    box-shadow: 0 0 0;
    outline: 2px solid #7fbcff;
}

.login-pf-page .login-pf-social.list-unstyled.login-pf-social-all {
    padding-top: 24px !important;
}

.login-pf-page .login-pf-social-link {
    margin-bottom: 8px;
}

.login-pf-page .login-pf-social-link a {
	text-align: left;
	padding: 6px 8px;
	color: #fff;
	background: #777777;
}

.login-pf-page .login-pf-social-link a:hover {
	background: #535353;
}

.login-pf-page .login-pf-social-link a::before {
	box-shadow: none;
}

.login-pf-page .login-pf-social-link a span {
	margin-left: 8px;;
}

.login-pf-page .login-pf-social-link a.microsoft {
	background: #003B81;
}

.login-pf-page .login-pf-social-link a.microsoft:hover {
	background: #00295a !important;
}

.login-pf-page .login-pf-social-link a.facebook {
	background: #4962A2;
}

.login-pf-page .login-pf-social-link a.facebook:hover {
	background: #334471 !important;
}

.login-pf-page .login-pf-social-link a.google {
	background: #316DEF;
}

.login-pf-page .login-pf-social-link a.google:hover {
	background: #0e45bb !important;
}

.login-pf-page #kc-locale {
	font-size: 13px;
	height: 200px;
	min-width: 1024px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25.9%;
	background-color: rgba(255, 255, 255, 0.4);
	z-index: 0;
}

.login-pf-page #kc-locale-wrapper {
    float: right;
    margin-right: 50px;
    margin-top: 30px;
    max-width: calc(50% - 330px);
}

.login-pf-page #kc-locale-wrapper #kc-current-locale-link::after {
    content: "\25BE";
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 50px;
    top: 50px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale:hover ul {
    display: none;
}

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

.login-pf-page #kc-locale::before {
    content: "\00a9  2020 Verint.";
    float: left;
    margin-left: 50px;
	margin-top: 30px;
	max-width: calc(50% - 330px);
}


@media (max-width: 1280px) {
	.login-pf-page #kc-locale-wrapper {
    	margin-right: 20px;
	}
	
	#kc-locale ul {
    	right: 20px;
	}
		
	.login-pf-page #kc-locale {
	    position: absolute;
	    height: auto;
	    width: 200px;
	    top: 0px;
	    right: 0px;
	    bottom: auto;
	    left: auto;
	    text-align: right;
	    z-index: 9999;
	    background-color: transparent;
	}
	
	.login-pf-page #kc-locale::before {
		display: none;
	}
	
	#kc-header-wrapper {
		padding-right: 10px !important;
	}
}

@media (max-width: 767px) {
	.login-pf body {
		background-image: none;
		background-color: #fff;
	}
}

.passwordRules {
	color: grey;
}