     html {
  height: 100%;
  overflow-y: visible;
}
body {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  font-family:"Work Sans",sans-serif;
}
body:before, body:after {
  width: 100%;
  position: static;
  content: normal;
}
h3 {
    margin: 0;
}
.page-back {
  padding:0px 0;
  min-height: 100%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.3);
}
.login-page .login-form-div{
  width: 100%;
  max-width: 300px;
  margin: 0 auto 50px;
}
.card {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.login-page .login-content,
.login-page .reg-content {
  background-color: white;
}
.login-page .div-title {
  padding: 10px 20px;
  background-color: white;
}
.login-page .textbox-wrap {
  padding: 10px 20px 0 20px;
}
.login-page .textbox-wrap .input-group .input-group-addon {
  border-radius: 0;
}
.login-page .custom-checkbox {
    float: left;
}
.login-page .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 1px;
}
.login-page .checkbox-text {
    line-height: 22px;
}
.login-page .checkbox label {
    color: #8e8e8e;
cursor: pointer;
font-size: 12px;
font-weight: 300;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
}
.login-page .textbox-wrap .input-group .input-group-addon i, .login-page input[type="checkbox"] {
  width: 30px;
}
.login-page .form-action {
  padding: 10px;
}
.login-page .registration-form-action {
    background-color: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 20px;
}
.login-page .registration-form-div {
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}
.login-page .reg-header {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.login-page .registration-left-div {
  padding-left: 0;
  padding-right: 0px;
}
.login-page .registration-right-div {
  padding-left: 0;
  padding-right: 0;
}
.login-page .reg-content {
  padding-bottom: 20px;
}
.login-page .btn, .login-page .form-control {
    border-radius: 0 !important;
}
/*.login-page .login-form-links {
  padding: 20px;
  margin-top: 5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: white;
}*/
.div-captcha-left {
    padding-right: 0;
}
.div-captcha-right {
      padding-left: 0;
}
@media (max-width: 767px) {
  .login-page .registration-left-div {
    padding-right: 0px;
  }
  .login-page .registration-right-div {
    padding-left: 0px;
  }
  .div-captcha-left {
      width: 50%;
      float: left;
  }
  .div-captcha-left img {
      width: 100%;
      height: 34px;
  }
  .div-captcha-right {
      width: 50%;
      float: left;
  }
}

/* Zudioz Login Page */

.login-page .page-back{

/*background:url("../../zimage/bgtest.jpg") !important;*/
background:#F0F6FF !important;
background-position:10px 10px;
}
.card{
  background: #fafafa none repeat scroll 0 0;
  border-radius: 5px 5px 0 0;
  height: 10px;
  padding: 0;
}
.login-form-div {
background: #ffffff none repeat scroll 0 0;
border-radius: 5px;
/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);*/
box-sizing: border-box;
padding: 20px 0 0px;
position: relative;
transition: all 0.3s ease 0s;
}
/*.login-form-div:after,
.login-form-div:before {
	background: #f9f9f9;
	background: -moz-linear-gradient(top,  rgba(248,248,248,1) 0%, rgba(249,249,249,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	background: linear-gradient(top,  rgba(248,248,248,1) 0%,rgba(249,249,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #c4c6ca;
	content: "";
	display: block;
	height: 100%;
	left: -1px;
	position: absolute;
	width: 100%;
}*/
/*.login-form-div:before {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
	top: 0;
	z-index: -2;
}*/
/*.login-form-div:after {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
	top: 0;
	z-index: -1;
}*/
.login-form-div {
border-radius:5px;
}
/*.login-page .login-form-links {
  	background: rgb(247,249,250);
	background: -moz-linear-gradient(top,  rgba(247,249,250,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(top,  rgba(247,249,250,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f9fa', endColorstr='#f0f0f0',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-top: 1px solid #CFD5D9;
}*/
.login-page .login-content,
.login-page .reg-content {
  background-color: transparent;
}
.login-page .div-title {
  background-color: transparent;
  padding: 10px 20px;
}
.login .btn.btn-success {
padding: 10px;
/*width: 30%;*/
}
.div-title {
  display: none;
}
.form-control.femail {
border: 0 solid #e7e7e7;
box-shadow: 0 0 0 #fff, 0 -2px 0 #fff inset;
color:#fff;
font-weight:bold;
}
.form-control.zuser,.form-control.zpass {
border: 0 solid #e7e7e7;
box-shadow: 0 0 0 #fff, 0 -2px 0 rgba(0, 0, 0, 0.08) inset;
}


.login-content .input-group {
	width: 100%;
	margin: 10px 0;
}

.login-form-div h4 {
  font-size: 12px;
  line-height: 5px;
}
.login-form-links.link2 {
font-size: 12px;
padding-bottom: 15px;
}
.login-logo {
  margin-bottom: 5px;
}
.login .btn.btn-success.btn-login {
 background: #5da705 none repeat scroll 0 0;
border: 2px solid #5da705;
border-radius: 4px !important;
color: #ffffff;
font-weight: 500;
margin-top: 20px;
padding: 11px 46px;
text-transform: uppercase;
}
.login .btn.btn-success.btn-login:hover{
background: #94da2f none repeat scroll 0 0;
  border: 2px solid #94da2f;
border-radius: 4px !important;
color: #fff;
  margin-top: 20px;
text-decoration: none;}

.login-content .login .icheckbox_square-blue, .iradio_square-blue {
  background: rgba(0, 0, 0, 0) url("../../zimage/blue.png") no-repeat scroll 0px -2px;
  border: medium none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 22px;
}


.login-content .login .icheckbox_square-blue:hover {
  background-position: 0px -2px;
}

.login-content .login .icheckbox_square-blue.checked {
  background-position: -48px -2px;
}
.login-page {
   display: table;
   width: 100%;
   height:100%;
}
.page-back.login-page.bblue {

   text-align: center;
   vertical-align: middle;
}
#forgot_password .login-form-div{padding: 27px 9px;}
.efp-success{
background: #94da2f none repeat scroll 0 0;
border-color: #5da705;
border-radius: 4px !important;
border-style: none none solid;
border-width: 0 0 4px;
color: #fff;
padding:7px 16px; }
.efp-success:hover{
background: #94da2f none repeat scroll 0 0;
border-color: #94da2f;
border-radius: 4px !important;
border-style: none none solid;
border-width: 0 0 4px;
color: #fff;
padding:7px 16px;
position:relative;
top:1px;
text-decoration:none; }

.btn.btn-primary{
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ffffff;
border-radius: 4px !important;
color: #ed2553;
padding: 11px 28px;}

.btn.btn-primary:hover{
background: #2c3e50 none repeat scroll 0 0;
border: 1px solid #2c3e50;
border-radius: 4px !important;
color: #ffffff;
outline: medium none;}

.username label {
color: #99CC00;
cursor: text;
font-size: 12px;
left: 0;
position: absolute;
top: 6px;
transition: all 0.2s ease-out 0s;
font-weight:500;
}

.username label.label.active {
    font-size: 11px;
    color:#aeaeae;
    transform: translateY(-140%);
}

.forgot-email label {
color: #ffffff;
cursor: text;
font-size: 12px;
font-weight: 500;
left: 0;
position: absolute;
top: 6px;
transition: all 0.2s ease-out 0s;
}
.forgot-email label.label2.active {
    font-size: 11px;
    color:#EFEFEF;
    transform: translateY(-140%);
}

input:-webkit-autofill{
    background:rgba(0,0,0,0);
}
.forgot-email .form-control,
.username .form-control,
.password .form-control{background:rgba(0,0,0,0); }
.password label {
    color:#99CC00;
cursor: text;
font-size: 12px;
left:6px;
position: absolute;
top: 6px;
transition: all 0.2s ease-out 0s;
font-weight:500;

}
.password label.label1.active {
    font-size:11px;
    color:#aeaeae;
    transform: translateY(-140%);
}
.username input:focus,.username input:active {
border-bottom: 2px solid #99CC00;
box-shadow: 0 0 0 #fff, 0 0 0 rgba(255, 1, 1, 0.08) inset;
}
.forgot-email input:focus,.forgot-email input:active {
border-bottom: 2px solid #FFFFFF;
box-shadow: 0 0 0 #fff, 0 0 0 rgba(255, 1, 1, 0.08) inset;
}
.password input:focus,.username input:active {
border-bottom: 2px solid #99CC00;
box-shadow: 0 0 0 #fff, 0 0 0 rgba(255, 1, 1, 0.08) inset;
}

.login-form-div .title {
  float: left;
  font-size: 24px;
  font-weight: 300;
  padding:11px 20px;
  text-align: left;
  color:#99CC00;
}
#forgot_password .login-form-div {
left: 0;
opacity: 0;
position: relative;
top: -293px;
visibility: hidden;
}
.toggle {
color: #8e8e8e;
cursor: pointer;
float: right;
font-size: 12px;
font-weight: 300;
line-height: 32px;
margin-right: 10px;
position: relative;
text-align: center;
width: 100px;
}
.container.active .toggle {
   background: #ed2553 none repeat scroll 0 0;
border-radius: 0.9px;
box-shadow: none;
height: 31px;
position: absolute;
right: 116px;
top: 150px;
width: 30px;
  -webkit-transform: scale(10);
  transform: scale(10);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}
#forgot_password .container.active .login-form-div {
background: #ed2553 none repeat scroll 0 0;
box-shadow: none;
left: -15px;
opacity: 1;
position: relative;
top: -337px;
visibility: visible;
z-index: 4;
}
.container.active .card {
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
    -webkit-transition-delay: .0s;
          transition-delay: .0s;
}
.container.active .login-form-div {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
    -webkit-transition-delay: .0s;
          transition-delay: .0s;
}

.login-form-div .toggle:before {
content: "Reset";

}

.login-form-div .toggle:before:hover{background:red; }
.container.active .login-form-div .toggle:before {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
border: 0px solid #ff0000;
}
.login-form-div .closelogin {
color: #ffffff !important;
cursor: pointer;
float: right;
font-size: 25px;
font-weight: 500;
opacity: 1;
position: relative;
top: -30px;
width: 29px;
}
.btn-success[disabled] {
background-color: #b8b8b8;
border-color: #5da705 !important;
color: #ebebeb !important;
}
/*.login-logo img {
  width: 300px;
}*/
/*.login-page {
  overflow: hidden;
}*/
.header-nav{
    display: block !important;
}
.login-content .alert.alert-danger {
 margin-top: 56px;
padding: 10px;
}
.login-content .alert.alert-danger p {
  margin: 0;
}
#login .container.active .alert.alert-danger{
    display:none;
}
.caps_lock {
  color: #cf0a0a;
  font-size: 11px;
  font-weight: bold;
  text-align: left;
}
#loginpage.header-nav {
  background: #f8f8f8 none repeat scroll 0 0 !important;
  color: #ffffff !important;
  padding: 0;
  position: relative;
  border-bottom:1px solid #EAEAEA;
}
.esite-name {
  color: #333333;
font-family: "Work Sans",sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 55px;
padding: 15px;
}
.no-padding{
    padding-left:0px;
   padding-right: 0px;
}
.text-left{
    text-align:left;
}
.logobg {
  background: #ffffff none repeat scroll 0 0;
  border-right: 1px solid #e3e3e3;
}
.efposdocs a, .efposydube a {
    background:#fff;
  border-left: 1px solid #e3e3e3;
  display: table;
  height: 55px;
  padding-top: 6px;
  text-align: center;
  width: 100%;
}
.efposdocs a:hover,.efposdocs a:active {
  background: #94da2f none repeat scroll 0 0;
  color: #ffffff;
  text-decoration: none;
}
.efposdocs a:focus{
      text-decoration: none;
        color: #333333;
}
.efposydube a:hover,.efposydube a:active {
  background: #DB2824 none repeat scroll 0 0;
  color: #ffffff;
  text-decoration: none;
}
.efposydube a:focus{
      text-decoration: none;
        color: #333333;
}
.efposydube a:hover i,.efposydube a:active i{
  color: #ffffff;
}
.efposydube a:focus i{
         text-decoration: none;
        color: #333333;

}
.blankspaces {
  padding: 50px;
}
.logoimg > img {
  width:350px;
}
#forgot_password .container{
    position: absolute;
}
.largetext {
  font-size: 30px;
  font-weight: 300;
}
.middletext {
  font-size: 20px;
  font-weight: 300;
}
.smalltext {
  font-size: 12px;
  font-weight: 300;
}
.loginfooter {
 background: #f8f8f8 none repeat scroll 0 0;
border-top: 1px solid #eaeaea;
bottom: 0;
position: absolute;
width: 100%;
}
.efposyd i {
  color: #de0000;
  font-size: 18px;
}
.efposmail span,
.relfooter{
  font-size: 12px;
}
#forgot_password .white b {
  font-weight: 500;
}
#loginpage .help-icon {
    position: relative;
    z-index: 1;
    max-width: 97px;
}
.toast-title {
    font-weight: 700
}
.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}
.toast-message a,
.toast-message label {
    color: #fff
}
.toast-message a:hover {
    color: #ccc;
    text-decoration: none
}
.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}
.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}
.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}
.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}
.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}
.toast-top-left {
    top: 12px;
    left: 12px
}
.toast-top-right {
    top: 12px;
    right: 12px
}
.toast-bottom-right {
    right: 12px;
    bottom: 12px
}
.toast-bottom-left {
    bottom: 12px;
    left: 12px
}
#toast-container {
    position: fixed;
    z-index: 999999
}
#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
#toast-container>div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    opacity: .8;
    -ms-filter: alpha(Opacity=80);
    filter: alpha(opacity=80)
}
#toast-container>:hover {
    -moz-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px #000;
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}
#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}
#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}
#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}
#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
    width: 300px;
    margin: auto
}
#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
    width: 96%;
    margin: auto
}
.toast {
    background-color: #030303
}
.toast-success {
    background-color: #51a351
}
.toast-error {
    background-color: #bd362f
}
.toast-info {
    background-color: #2f96b4
}
.toast-warning {
    background-color: #f89406
}
.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4;
    -ms-filter: alpha(Opacity=40);
    filter: alpha(opacity=40)
}
@media all and (max-width: 240px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container>div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }
    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}
@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container>div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}
.loginpage,
.logoimg {
	background: #fff;
	height: 350px;

}
.loginpage{
    margin-left: -2px;
    border-radius: 0 5px 5px 0;
}
.logoimg {
        border-radius: 5px 0px 0px 5px;
}
.logoimg img{
        border-radius: 5px 0px 0px 5px;
}
.zloginnewview {
	margin: 0 auto;
        width: 705px;
	display: flex;
	align-items: center;
	justify-content: center;
              box-shadow: 0 10px 40px 0 rgba(18,106,211,.07),0 2px 9px 0 rgba(18,106,211,.06) !important;
              position: relative;
}
.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}
.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-site-text {
	padding-top: 25px;
	font-size: 12px;
	color: #9BA6B6;
	/* text-shadow: 1px 2px 2px #9F9696; */
}
.loginpage img {
	width: 170px;
}
.zpos-primary-button{
    border: 1px solid #eee;
    margin-left: 5px !important;
    border-radius: 4px !important;
    background: #ffffff;
    color: #1dc9b7;
    padding: 8px 16px;

}

.zpos-primary-button:hover {
    color: #0f9a8c !important;
    background: rgba(29, 201, 183, 0.3) !important;
    box-shadow: 0 0.46875rem 2.1875rem rgba(58,196,125,.03), 0 0.9375rem 1.40625rem rgba(58,196,125,.03), 0 0.25rem 0.53125rem rgba(58,196,125,.05), 0 0.125rem 0.1875rem rgba(58,196,125,.03) !important;
    border: 1px solid transparent !important;
}
.magic-radio, .magic-checkbox {
	position: absolute;
	display: none;
}
.magic-radio + label, .magic-checkbox + label {
	position: relative;
	display: block;
	padding-left: 30px;
	cursor: pointer;
	vertical-align: middle;
}

 @media only screen and (max-width : 768px) {
.zloginnewview {
	display: inline;
}
 .logoimg {
	background: transparent;
	height: 350px;
        display: none;
}
.loginpage{
	background: #fff;
	height: 400px;
}
.blankspaces {
	padding: 0px;
	height: 0 !important;
}
.zlogo {
	margin: 20px !important;
}
.login-logo {
	margin-bottom: 0px;
}
    }
.cerror{
  color:red;
  display: block;
  text-align: left;
}
.cerror i {
	margin-right: 4px;
	background: red;
	width: 15px;
	height: 15px;
	padding: 5px;
	border-radius: 50%;
	color: #fff;
	line-height: 4px;
	font-size: 10px;
	font-weight: lighter;
}
.cuserlogincontainer{
    display: flex;
    width: 100%;
}
form.login{
    overflow: hidden;
    width: 100%;
}
#tempUser {
	padding: 6px 5px;
	border: 1px solid #eee;
	border-radius: 50px;
	cursor: pointer;
	margin-bottom: 20px;
	margin-top: -10px;
	width: 80%;
        display: inline-block;
}
.cloader {
  width:100%;
  margin:0 auto;
  border-radius:10px;
  border:4px solid transparent;
  position:relative;
  padding:1px;
  position: absolute;
  top: -4px;
  z-index: 4;
}
.cloader:before {
  content:'';
  border-radius:10px;
  position:absolute;
  top:-4px;
  right:-4px;
  bottom:-4px;
  left:-4px;
}
.cloader .loaderBar {
  position:absolute;
  border-radius:10px;
  top:0;
  right:100%;
  bottom:0;
  left:0;
  background:#5ce2e4;
  width:0;
  animation:borealisBar 2s linear infinite;
  height: 4px;
}

@keyframes borealisBar {
  0% {
    left:0%;
    right:100%;
    width:0%;
  }
  10% {
    left:0%;
    right:75%;
    width:25%;
  }
  90% {
    right:0%;
    left:75%;
    width:25%;
  }
  100% {
    left:100%;
    right:0%;
    width:0%;
  }
}
