@CHARSET "ISO-8859-1";
body {
	padding: 0px;
	margin: 0px;
	overflow-y: auto; /* Add vertical scrollbar */
	}

.login-form {
	width: 400px;
	display: block;
	position: absolute;
  	top: 50%;
  	left: 50%;  
  	transform: translate(-50%, -50%);	
	border-radius: 2px;
	background-color: #ededed;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.login-admin-form {
	width: 400px;
	min-height: 450px;
	margin: 0px auto;
	margin-top: 10%;
	border-radius: 2px;
	background-color: #ededed;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.login-form-cnts {
	width: 290px;
	margin: 0px auto;
	/*padding-top: 19%;*/
	overflow:hidden;
	padding-bottom: 30px;
}

.login-logo {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.login-logo img {
	width: 100%;
	margin: 0px auto;
	/*height: 80px*/
}

.login-form-elements {
	width: 290px;
	/*margin-top: 20px;*/
}

.login-form-elements input {
	width: 265px;
	border: solid 1px #e4e4e4;
	height: 42px;
	border-radius: 0px;
	padding-left: 7%;
	font-size: 15px;
	margin-bottom: 15px;
	color: #646464;
	border-radius: 0px;
}

.login-form-elements input:focus {
	outline: none;
}

.login-form-elements input:focus {
	border: #2181c4 solid 1px;
	color: #2181c4;
	
}

.login-form-elements input[type="submit"] {
	background-color: #2181c4;
	width: 290px;
	padding-left: 0px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer
}
.login-form-elements input[type="button"]:focus{
background: #00385f !important;
}

.login-form-elements input[type="button"] {
	background-color: #2181c4;
	width: 290px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer
}

.login-form-elements input::-webkit-input-placeholder {
	/* Chrome */
	color: #c5c5c5;
}

.login-form-elements input:-ms-input-placeholder {
	/* IE 10+ */
	color: #c5c5c5;
}

.login-form-elements input::-moz-placeholder {
	/* Firefox 19+ */
	color: #c5c5c5;
	opacity: 1;
}

.login-form-elements input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #c5c5c5;
	opacity: 1;
}

.remember-password {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 100%;
	float: left
}

.remember-password input[type="checkbox"] {
	width: 15px;
	height: 15px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 7px;
	margin-bottom: 5px
}

.remember-txt {
	float: left;
	margin-top: 7px;
	color: #525252;
}

.for-pass {
	float: left;
	margin-top: 7px;
	color: #525252;
}

.forgot-pass-signin {
	color: #525252;
	text-decoration: none;
}

.fa {
	color: #2181c4;
}

.for-pass a {
	color: #2181c4;
	text-decoration: none
}

.for-pass a:hover {
	color: #2181c4;
	text-decoration: underline;
	cursor: pointer;
}

.for-pass-sign{
	margin-top: 7px;
	color: #525252;
	text-align: center;
}

.for-pass-sign a {
	color: #2181c4;
	text-decoration: none
}

.for-pass-sign a:hover {
	color: #2181c4;
	text-decoration: underline;
	cursor: pointer;
}

.copy-right-txt {
	clear: both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #656565;
	margin-top: 10px;
	position: fixed;
	bottom: 0px;
	background-color: #004d83;
	width: 100%;
	border-radius: 0px !important;
	height: 22px;
	color: #fff;
	padding-top: 8px;
	padding-left: 2%;
}

.qust-icon {
	font-size: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 7px;
	color: #616161;
}

.login-error-msg {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(255, 45, 45);
}

.login-success-msg {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #006400;
}

.tool-cnt {
	position: relative;
	display: inline;
}

.tool-cnt span {
	position: absolute;
	width: 140px;
	color: #FFFFFF;
	background: #79b5df;
	height: 35px;
	line-height: 35px;
	text-align: center;
	visibility: visible;
	border-radius: 9px;
	top: -10px;
	right: 0px;
	left: 296px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.tool-cnt span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-right: 8px solid #79b5df;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

a:hover.tooltips span {
	visibility: visible;
	opacity: 1;
	left: 100%;
	top: 50%;
	margin-top: -17.5px;
	margin-left: 15px;
	z-index: 999;
}

@keyframes loader {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.loader div {
	box-sizing: border-box!important
}

.loader>div {
	position: absolute;
	width: 72px;
	height: 72px;
	top: 14px;
	left: 14px;
	border-radius: 50%;
	border: 8px solid #000;
	border-color: #149bdb transparent #149bdb transparent;
	animation: loader 1s linear infinite;
}

.loader>div:nth-child(2),
.loader>div:nth-child(4) {
	width: 54px;
	height: 54px;
	top: 23px;
	left: 23px;
	animation: loader 1s linear infinite reverse;
}

.loader>div:nth-child(2) {
	border-color: transparent #f8b26a transparent #f8b26a
}

.loader>div:nth-child(3) {
	border-color: transparent
}

.loader>div:nth-child(3) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

.loader>div:nth-child(3) div:before,
.loader>div:nth-child(3) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: -8px;
	left: 24px;
	background: #149bdb;
	border-radius: 50%;
	box-shadow: 0 64px 0 0 #149bdb;
}

.loader>div:nth-child(3) div:after {
	left: -8px;
	top: 24px;
	box-shadow: 64px 0 0 0 #149bdb;
}

.loader>div:nth-child(4) {
	border-color: transparent;
}

.loader>div:nth-child(4) div {
	position: absolute;
	width: 100%;
	height: 100%;
	transform: rotate(45deg);
}

.loader>div:nth-child(4) div:before,
.loader>div:nth-child(4) div:after {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	top: -8px;
	left: 15px;
	background: #f8b26a;
	border-radius: 50%;
	box-shadow: 0 46px 0 0 #f8b26a;
}

.loader>div:nth-child(4) div:after {
	left: -8px;
	top: 15px;
	box-shadow: 46px 0 0 0 #f8b26a;
}

.login-loading-cnt {
	width: 64px;
	height: 64px;
	position: absolute;
	z-index: 1000;
	top: calc(50% - 64px);
	left: calc(50% - 64px);
}

.loader {
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	position: relative;
	text-align: center;
	transform: translateZ(0) scale(0.64);
	backface-visibility: hidden;
	transform-origin: 0 0;
	/* see note above */
}

.loader div {
	box-sizing: content-box;
}

.social-login-container {
	float:left;
	clear:both;
	width: 290px; 
	display:grid;
}

.social-login-container .or-container {
	align-items: center;
	color: #ccc;
	display: flex;
  margin: 20px 0px 0px 0px;
}

.social-login-container .line-separator {
	background-color: #ccc;
	flex-grow: 5;
	height: 1px;
}

.social-login-container .or-label {
	flex-grow: 1;
	margin: 0 15px;
	text-align: center;
}

.social-login-container .center-align {
	margin: 0 auto;
}

.social-login-container .sign-in-with-social-text {
	text-align: center;
	color: #2181c4;
	padding-top: 15px; 
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.social-login-container .sign-in-with-social-text:hover {
	text-decoration: underline;
	color: #2181c4;
}
.licence-banner {
	
	background-color: #FFDDDD;
	box-shadow: 0px 1px 1px #FF9A9A;
	position: absolute;
	top: 0px;
	z-index: 5000;
	width: 100%;}

.licence-banner-info {
	max-width: 1024px;
	margin: 0px auto;
	text-align: center;
	padding: 15px 0px;
}

.licence-banner-info h2 {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #E05B5B;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

.licence-banner-info p {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #E05B5B;
	padding: 0px;
	margin: 0px;
}

.licence-banner-info p span {
	font-weight: bold;
}

.request_access {
	float: right;
    margin-top: 7px;
    margin-right: 8px;
    color: #2181c4;
    cursor: pointer;
}

.request_access a{
	 color: #2181c4;
	 text-decoration: none;
}

.request_access a:hover  {
	color: #2181c4;
	text-decoration: underline;
	cursor: pointer;
}
 
.orb-remb-check-cnt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.orb-remb-check-cnt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.orb-remb-check-cnt:focus input ~ .orb-login-remb-checkmark {
   background-color: #ccc;
   
}
.orb-remb-check-cnt input:focus ~ .orb-login-remb-checkmark {
  background-color: #f8f9fa;
    border: #2181c4 solid 2px;
}
  
 
/* Create a custom checkbox */
.orb-login-remb-checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: solid 1px #b4b4b4;
}

/* On mouse-over, add a grey background color */
.orb-remb-check-cnt:hover input ~ .orb-login-remb-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.orb-remb-check-cnt input:checked ~ .orb-login-remb-checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.orb-login-remb-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.orb-remb-check-cnt input:checked ~ .orb-login-remb-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.orb-remb-check-cnt .orb-login-remb-checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-password-icon{cursor:pointer; position: absolute; top: 62px; right:1px; font-size: 16px; color: #999; background: #ffffff; width: 30px;     padding-left: 5px;}
.toggle-password-icon:hover{color: #2181c4;}

.toggle-password-icon-login{cursor:pointer; position: absolute; top: 0; left:252px; font-size: 16px; color: #999; background: #ffffff; width: 30px;     padding-left: 5px;}
.toggle-password-icon-login:hover{color: #2181c4;}