#cookieError{
	visibility: hidden;
}
.loading-cover {
   display: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   transition: background .2s linear;
   z-index: 5;
   background: rgba(255, 255, 255, 0.8);
}
.loading-cover img{
  height: auto !important;
}
.login-cover, .login-cover-bg, .login-cover-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: background .2s linear;
    z-index: 2;
    background-color: #eee;
}
.login-cover-bg {
    /*background: rgba(0,0,0,0.5);*/
    background: rgba(0, 186, 242, 0.3);
}
.login-box{
	width: 350px;
  margin: 70px 0 0 -230px;
  position: absolute;
  top: 0;
  left: 51.2%;
  z-index: 3;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12)
}
.login-box .login-head {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #00BAF2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}
.login-box .login-head img{
  padding: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 193px;
  margin-top: -96.5px; /* Half the height */
  margin-left: -150px; /* Half the width */
}
.login-box .login-body {
    color: #999;
    margin: 0 auto;
    padding: 0;
    width: 350px;
}
.login-box.wide{
  width: 550px;
  margin: 70px 0 0 -338px;
}
.login-box.wide .login-head{
  width: 550px;
}
.login-box.wide .login-body{
  width: 550px;
}
.login-box.terms{
  color: #222 !important;
}
.login-box.terms ul li,
.login-box.terms ol li{
  color: #222 !important;
}
.login-box.terms .login-body{
  text-align: justify;
  text-justify: inter-word;
}
.login-box.terms .login-body .term-content{
  height: 250px;
  overflow: auto;
  padding:15px 20px 10px 20px;
  -webkit-box-shadow: inset 0 -8px 6px -6px rgba(0,0,0,0.08);
       -moz-box-shadow: inset 0 -8px 6px -6px rgba(0,0,0,0.08);
            box-shadow: inset 0 -8px 6px -6px rgba(0,0,0,0.08);
}
.login-box.terms .login-body .term-content ol{
  padding: 0;
  margin-top: 20px;
}
.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 1em;
}
.field.row{
  flex-flow: row;
  justify-content: center;
}
.field  label, .field input {
  transition: all 0.2s;
  touch-action: manipulation;
}
.field input, .field input[type=text]:not(#username),
input[type=text]:not(#username):not(.multiselect__input):not(.multiselect__single)
{
  font-size: 12px;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  cursor: text;
  box-shadow: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.field input:focus,.field input[type=text]:not(#username):focus {
  outline: 0;
  border-bottom: 1px solid #00BAF2 !important;
}
.field label {
  font-size: 11px;
  letter-spacing: 0.05em;
}
input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 0.8rem) scale(1.1);
}
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.field input:focus::-webkit-input-placeholder {
  opacity: 1;
}
.field input:not(:placeholder-shown) + .field label,
.field input:focus + label {
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  color: #00BAF2;
}
.field select{
  font-size: 12px;
  color: #999;
  border: 0px;
  border-radius: 0;
  outline: 0;
  border-bottom: 1px solid #ccc !important;
}
.field button{
	margin-top: 10px;
	outline: 0;
	border: 0;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: button;
	padding: 4px 16px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	min-height: 2.572em;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
	font-weight: 500;
	text-transform: uppercase;
  background: #00baf2 !important;
  width: 100%;
}
.field button.exact{
  display: inline-block;
  width: 100px;
  min-width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
.field a{
  font-size: 12px;
	display: block;
	text-align: left;
	width: 100%;
	text-decoration: none;
	margin-top: 0.5em;
	color: #00BAF2;
}
.toast {
    visibility: hidden;
    min-width: 50px;
    min-height: 50px;
    margin: 10px auto;
    background-color: rgba(194, 0, 34, 0.7);
    color: #fff;
    text-align: left;
    border-radius: 2px;
    position: fixed;
    z-index: 5;
    left: -80px;
    right:0;
    top: 10px;
    font-size: 13px;
    white-space: nowrap;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12);
}
.toast .icon{
	width: 50px;
	height: 50px;	    
    float: left;	    
    padding-top: 16px;
    padding-bottom: 16px;	    
    box-sizing: border-box;	    
    background-color: rgba(194, 0, 34, 0.8);
    color: #fff;
		text-align: center;
    font-size: 24px;
}
.toast .desc{	    
    color: #fff;
    padding: 15px;	    
    overflow: hidden;
	white-space: nowrap;
}
.toast .desc .title{	  
	display: block;
	font-weight: 600;  
	margin-bottom: 10px;
}
.toast .close{
	position: absolute;
	right: 8px;
	top: 5px;
	color: #ffffff;
	font-weight: 800;
	font-size: 25px;
	text-decoration: none;
}
.toast.show {
    visibility: visible !important;
    min-width: 550px;
    max-width: 550px;
}
.toast.error{
	background-color: rgba(194, 0, 34, 0.7);
}
.toast.error .icon{
	background-color: rgba(194, 0, 34, 0.8);
}
.toast.success{
	background-color: rgba(68, 157, 68, 0.7);
}
.toast.success .icon{
	background-color: rgba(68, 157, 68, 0.8);
}
.toast.warn{
	background-color: rgba(236, 151, 31, 0.7);
}
.toast.warn .icon{
	background-color: rgba(68, 157, 68, 0.8);
}
.chContainer {
  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 */
.chContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chContainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chContainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.htmler-label{
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    background-color: #BBBBBB;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 100px;
}

.lbl-success {background-color: #4CAF50 !important;} /* Green */
.lbl-info {background-color: #2196F3 !important;} /* Blue */
.lbl-warning {background-color: #ff9800 !important;} /* Orange */
.lbl-danger {background-color: #f44336 !important;} /* Red */
.lbl-other {background-color: #e7e7e7 !important; color: black;} /* Gray */

.pwd-strength{
  min-width: 55px;
  margin-right: 0;
  margin-top: -15px;
  padding: 3px 5px;
  text-align: center;
  max-width: 80px;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 1;
}

hr{
  margin: 15px 0 5px 0;
  height: 1px;
  color: #DDDDDD;
  background-color: #DDDDDD;
  border: none;
}

.other-login-btn{
  text-align: left;
  line-height: 1.5em;
  width: 100% !important;
  padding: 1px !important;
}
.other-login-btn i{
  display: inline-block;
  font-size: 1.8em;
  margin: 0;
  margin-bottom: 10px;
}
.other-login-btn .img-icon{
  display: block;
  width: 31px;
  float: left;
  background-color: #FFFFFF;
  padding: 0 5px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.other-login-btn .img-icon.adjust{
  padding-top: 3px;
}
.other-login-btn .img-icon img{
  height: 30px;
}
.other-login-btn span{
  display: block;
  padding-left: 50px;
  padding-top: 12px;
  text-transform: none;
}
.other-login-btn .ui-button-text{
  padding: 0;
}
.other-btn-row{
  display: flex;
  flex-flow: row wrap !important;
  justify-content: space-around;
  align-items: center;
}
.other-login-btn.google{
  background-color: #4484F4 !important;
}
.other-login-btn.azure{
  background-color: #EF522A !important;
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup {
    position: relative;
    display: none;
    min-width: 350px;
    background: #FFFFFF;
    padding: 20px;
    border: 0;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 35%;
    left: 50%;
    z-index: 99999;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
}
.login-popup .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 26px;
  color: #BBB;
  text-decoration: none;
}