/***************** Font Family *********************/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular.woff') format('woff'),
    url('../fonts/opensans-regular.ttf') format('truetype'),
    url('../fonts/opensans-regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSB';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
    url('../fonts/opensans-semibold.woff') format('woff'),
    url('../fonts/opensans-semibold.ttf') format('truetype'),
    url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
    url('../fonts/opensans-bold.woff') format('woff'),
    url('../fonts/opensans-bold.ttf') format('truetype'),
    url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OP2-fonts';
    src:    url('../fonts/OP2-fonts.eot?snu4u2');
    src:    url('../fonts/OP2-fonts.eot?snu4u2#iefix') format('embedded-opentype'),
        url('../fonts/OP2-fonts.ttf?snu4u2') format('truetype'),
        url('../fonts/OP2-fonts.woff?snu4u2') format('woff'),
        url('../fonts/OP2-fonts.svg?snu4u2#OP2-fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
    color: #007BC3;
    text-decoration: none;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'OP2-fonts' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    width: 100%;
/*max-width:1230px;*/
}
input, button
{
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
body,h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
    padding: 0px;
}
.admin-login-bg{
    /* background:url(../images/admin-login-bg.jpg);    */
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;   
}
.login-bg{
    background:url(../images/login-bg.jpg);   
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;

}
.signup-bg{
    /*background:url(../images/signup-bg.jpg);*/
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;
}
.error-hand-bg{
    background:url(../images/error-hand-bg.jpg); 
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;
}


.right-header{
    text-align: center;
    padding: 18px 0 61px 0;
    position: relative;
    width: 200px;
    margin: auto;
}
#rsetpwdform
{
    margin-top:30px;
}
.right-header img{
    max-width: 100%
}

.login-panel{
    /*margin: 0px 24px;*/
    /*height: 690px;*/
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.login-panel input[type=text], .login-panel input[type=password], .login-panel input[type=email] {
    color: #777777;
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    height: 35px;
    padding: 4px 14px;
    font-weight: lighter;
    border-radius: 5px;
    font-family: OpenSansRegular;font-size:16px;
        margin-bottom: 3px;    box-sizing: content-box;
    max-width:313px;
    }
.txt-center{
    text-align: center;
    margin-top: 34px;
}    

.login {
    color: #fff;
    background-color: #039BE5;
    background-image: none;
    border: 0;
    padding: 8px 40px 8px;
    font-size: 16px;
    line-height: 20px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 36px;
    border-radius: 3px!important;
    font-family: 'OpenSansSB';
    outline: none;
    text-transform: inherit;
}
button.btn-primary.login:focus, button.btn-primary.disabled:focus
{   background-color: #038fd4  !important;
    border:none !important;
     /*  box-shadow: none;*/
    outline: none;
}
button.btn-primary.login:hover, .btn-primary:active{
    background-color: #038fd4 !important;
}
button.btn-primary.disabled:hover, button.btn-primary.disabled
{   background-color: #f9d1aa !important;
    opacity: 1 !important;
}

input.btn-primary.login:focus, input.btn-primary.disabled:focus
{   background-color: #038fd4  !important;
   border:none !important;
   box-shadow: none;
   outline: none;
}
input.btn-primary.login:hover, .btn-primary:active{
   background-color: #e57100 !important;
   -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}
input.btn-primary.disabled:hover, input.btn-primary.disabled
{   background-color: #f9d1aa !important;
   opacity: 1 !important;
}

.panel-header{
    margin-bottom: 40px;
}
.panel-header span{
    font-size: 16px;
    margin-right: 24px;
}
.panel-header span a{
    color: rgba(0,0,0,0.5);
    text-decoration: none;
    font-family: 'OpenSansSB'
}
.panel-header span a.login-anch{
    color: #039be5;
    border-bottom: 2px solid #039be5;
    padding-bottom: 10px;
    font-family: 'OpenSansSB';
}
.panel-header span a:hover{
    color: #039be5;
    /*border-bottom: 2px solid #098fd1;*/
    padding-bottom: 10px;
   /* font-family: 'OpenSansRegular';*/
}
.forgot-password{
    margin-top: 30px;
}
.forgot-password a{
    color: #039BE5;
    text-decoration: none;
    font-family: 'OpenSansRegular';
    font-size: 12px;
}
.remember-password a{
    color: #039BE5;
    font-family: 'OpenSansRegular';
    font-size: 12px;
}
.remember-password{
    margin-top: 30px;
}
.footer-left .excel-logo{
    float: left;
}
.excel-logo{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.panel-header span a.signup-anch{
    color: #098fd1;
    border-bottom: 2px solid #098fd1;
    padding-bottom: 10px;
    font-family: 'OpenSansSB';
}
.panel-header h2 {
    font-size: 20px;
    margin-top: 3px;
    font-family: 'OpenSansSb';
    color: #36393b;
}
.panel-header p{
    font-size: 14px;
    color: rgba(0,0,0,0.5);
    padding: 23px 0 21px 0;
    font-family: 'OpenSansRegular';
}
.login-panel form{
    margin-top: 3px;position: relative;
}
form input:first-child{
    margin-top: 0px !important;
}
.panel-header span.check-email{
    color: #098fd1;
    font-size: 14px;
    margin-right: 0px;
}
.login-again{
    margin-top: 32px;
}
.login-again a{
    color: #098fd1;
    /* border-bottom: 1px solid #098fd1; */
    text-decoration: none;
}
.has-error .form-control{
    border-color: #d91e18 !important;
}
.form-horizontal .has-feedback .form-control-feedback{
    font-size: 20px;
    top:2px;
}
.tooltip{display: block!important}
.tooltip.top{
    margin-top:5px; 
    margin-left: -52px;
}
.tooltip-inner{ 
    background:#d91e18 !important;
}
.tooltip.top .tooltip-arrow{ 
    border-top-color:#d91e18 !important;
    margin-left: 47px;
 }
 .form-horizontal .has-feedback .form-control-feedback{
    right: 20px;
    pointer-events: none!important
 }

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    color: #777777;
    font-weight: 100;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 12px;
    font-family: 'OpenSansRegular';
}
.button { 
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #098fd1;
    color: #098fd1;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow:none;
    outline:none;
}
.button:hover
{
    background-color:#F4F6F9 ;
}
.overlay{
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 47%;
    left: 0;
    overflow-x: auto;
    overflow: hidden;
    transition: .5s;
    direction: rtl;
}
.overlay-content{
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 30px;
    max-width:526px;
    padding:0 80px 0 0;
}
.overlay-content h1{
    font-size: 30px;
    color: #333333;
    padding: 0 0 0 0;
    font-family: 'OpenSansRegular';
}
.overlay-content p{
    font-size: 16px;
    color: #333333;
    padding: 9px 0 0 0;
    font-family: 'OpenSansRegular';
}
.overlay-btn {
    margin: 29px 0 0 0;
    font-family: 'OpenSansRegular';
}
.mrb0{
    margin-bottom: 0px !important;
}
.glyphicon-remove-circle:before, .glyphicon.glyphicon-refresh-circle:before
{    font-family: 'OP2-fonts';
     font-size: 20px;
}
.has-success .form-control:focus{
    border: 1px solid #cccccc;
    box-shadow: none;
    border-color: #098fd1;  
    transition: none;
}
.glyphicon-remove-circle:before{
    content: "\e909";
}
.mt0{
    margin-top: 0px !important;
}
.mr0{
    margin: 0px !important;
}
.mt60
{
    margin-top:60px;
}
.inner-content{
    width: 328px;
    margin: auto;
}
.form-group{ 
  position:relative; 
  margin-bottom:25px;
 
}

a.terms{

    text-decoration: none;
    color: #777777;
}
a.terms:hover{
    color: #098fd1;
}
.form-group label {
  position:absolute;
  top:0px;
  left: 25px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  background-color: #ffffff;
  color: #777777;
  padding-left: 2px;
  padding-right: 2px;
}

.btn-download{
    color: #098fd1;
    background-color: #ffffff;
    border: 1px solid #098fd1;
    font-size: 16px;
    font-family: 'OpenSansRegular';
    padding: 8px 28px;
    outline: none;
    text-decoration: none;
}

#registrationForm .list-inline li{width: 32%}
.mt20{
    margin-top: 20px !important;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
    padding-top: 0px;
}
.radio-inline{
    font-size: 12px;
}

input[type=checkbox], input[type=radio]{
    margin: 2px 7px 0 0;
    vertical-align: middle;
    top: 2px
}
/* active state */

.form-control:focus{
    box-shadow: none;
}

.form-group input:focus ~ label{
   top:-21px;
   color: #098fd1;
}

.form-group input ~ label{
  color: rgba(0,0,0,0.5);
}
.form-group.has-error input ~ label{
 /*  color: #ff0000!important;*/
}
.form-group input:focus{
    border: 1px solid #098fd1;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    background-color: transparent!important;
}
.radio-btns{
    display: none;
}

.error-text{
    color: #c43a38;
    margin-bottom: 6px;
}
.message-container{
    position: absolute;
    top: 355px;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-bottom: 10px;*/
}

.form-server-error{position: absolute; margin-top: -275px; z-index: 2; width: 100%;}
.form-server-success{position: absolute; margin-top: -275px; z-index: 2; width: 100%;}
.form-no-service-error{position: absolute; margin-top: -275px; z-index: 2; width: 100%;}
.org-tenant-mismatch-error{position: absolute; margin-top: -275px; z-index: 2; width: 100%;}

.error {
   /* background: url(../images/error-icon.png) 20px center no-repeat #ffe1e1;*/
    border: 1px solid #ebc6c6;
    border-radius: 5px;
    color: #c43a38;
    font-size: 13px;
    padding: 10px 20px 10px 60px;
    }



/*validation message css*/
.validation {
    position: relative;
    padding: 7px 10px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.validation:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 9px;
}

.error-text-msg {
    background: #F4E2E2;
    color: #B83635;
    padding: 9px 20px 11px 5px;
    width: 100%;
    margin: 20px auto -17px auto;
    text-align: left;   
    word-wrap: break-word;
    word-break: break-word;
    position: relative;
    border-radius: 5px;
}


.error-text-msg:before
{
    content:url(../images/error_icon.png);
    display: inline-block;
    height: 15px;
    width: 14px;
    vertical-align: middle;
    margin-right: -1px;
}
.error-text-msg-login:before
{
     margin-right: 6px;
}
.success-text-msg
{
    border: solid 1px #9bdb81;
    background: #dff0d8;
    color: #2c6c12;
    padding: 9px 20px 11px 20px;
    width: 100%;
    margin: 20px auto -17px auto;
    text-align: left;
    border-radius: 0px;
    word-wrap: break-word;
    word-break: break-word;
    position: relative;    
}
.success-text-msg:before
{
    content:url(../images/success_tick_icon.png);
   /* display: inline-block;*/
    height: 14px;
    width: 11px;
    vertical-align: middle;
    margin-right: 2px;
}
/*.error-text-msg-login:after
{
    content:url(../images/errorCloseIcon.png);
    display: inline-block;
    height: 13px;
    width: 14px;
    float: right;
    cursor: pointer;
    
}*/
.close-icon-login
{
    position: absolute;
    top: 34px;
    right: 10px;
    cursor: pointer;
    display: none;

}
.close-icon,.success-close-icon
{
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
}
.email-link
{
    color: #098fd1;
    font-size: 14px;
    margin-right: 0px;
    text-decoration: none;
}
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.help-block
{
    text-align:right;
    display: none;
    color: #E84A4A !important;
    font-family:OpenSansRegular;
        font-size: 12px;
}
.errmsg-display
{
    position: absolute;
    width: 100%;
    margin-top: -302px;
}
.gray-border
{
    border:1px solid #cccccc!important;
}
html {
  
  box-sizing: border-box;
}
html, body, .container, .container .row, .container .row > div {
    height: 100%;
}
.dynamicheightRight{ height:100%; overflow-y:auto;  }
.dynamicheightLeft{height:100%;}

/*validation message css end*/
@media screen and (min-width: 1024px) and (max-width: 1250px){
    #registrationForm .list-inline li:nth-child(2){position: relative;left: -10px}
    #registrationForm .radio-inline{padding-left: 15px;}
    #registrationForm .radio-inline input[type=radio] {margin-left: -15px;}
    #registrationForm input[type=radio] {margin: 2px 0 0;}
}

@media only screen and (max-width: 1200px){
   /* .footer-text{
       padding: 4px 0 4px 0;
       margin: 0px;
    }*/
    .login-panel{
        padding: 0px 65px;
    }


}
body
{
  position: relative;
  margin: 0;
 
  min-height: 100%;
}




.footer-text {
    right: 0;
    bottom: 10px;
    left: 0;
    border-top: 1px solid rgba(213,213,213,0.7);
    font-family: 'OpenSansRegular';
    text-align: center;
    color: #4B4B4B;
    float: left;
    width: 96%;
    font-size: 11px;
    padding-top: 10px;
    margin: auto;
    clear: both;
    float: none;
    max-width: 435px;
}
.footer-text a{
    color: #4B4B4B;
}
.footer-text a:first-child{
    border-right:1px solid #b2b2b2;
    padding-left:5px;
    padding-right:5px;
    margin-right:3px; 
}
/* Start comman alert message popup */
.customDialogbox {
   display: none;
}
.customDialogbox .user-nav-blocker {
   background: rgba(0, 0, 0, 0.5);
   z-index: 1061;
}
.customDialog {
   z-index: 1062;
   top: 50%;
   left: 50%;
   position: fixed;
   background-color: #fbfbfc;
   transform: translate(-50%,-50%);
   -webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
   -ms-transform: translate(-50%,-50%);
   max-width: 340px;
   -webkit-box-shadow: 1px 0px 11px 1px rgba(0,0,0,0.11);
   -moz-box-shadow: 1px 0px 11px 1px rgba(0,0,0,0.11);
   box-shadow: 1px 0px 11px 1px rgba(0,0,0,0.11);
}
.cust-dialog {
   padding-bottom: 20px;
}
.cust-dialog span {
   margin-bottom: 10px;
   display: block;
}
.cust-dia-title {
   text-align: center;
   font-size: 16px;
   color: #46494c;
   background: #f5f5f5;
   font-size: 16px;
   color: #585b5e;
   height: 44px;
   line-height: 44px;
}
.user-nav-blocker {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0);
}
.cust-dialog span.cust-dia-text {
   margin-bottom: 20px;
}
.cust-dialog span:last-child {
   margin: 0;
}
.cust-dia-btn {
   text-align: center;
}
.cust-dia-text {
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    color: #909090;
}


.cust-dia-btn .btn:first-child {
   margin-right: 10px;
}
.cust-dia-btn .btn {
   margin: 0 5px;
   font-size: 12px;
   padding: 5px 15px;
   line-height: 1;
}

.help-block
{
    height:0px;
}
.red
{
    color:#FF0000;
}
.publisher-popup{
    width: 650px;
    height: 450px;
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -225px;
    position: fixed;
    z-index: 1041;
}
.overlay {
    display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.popup-header, .popup-footer {
    padding: 13px 10px;
    background: #f1eeee;
    border-bottom: 1px solid #c9c9c9;
    position: relative;
}
.popup-header h3{
    font-family: 'OpenSansSB';
    font-size: 14px;
}
.closePopup {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/close-icon.png) no-repeat center;
}
.popup-content
{
    padding: 20px;
    height: 405px;
    overflow: auto;
}
/* End comman alert message popup*/

.scroll {
    padding: 20px 30px;
    overflow-x: scroll;
    max-height: 385px;
    overflow-x: hidden;
}
.widget-header {   background: #f7f7f7;
    color: #36393b;
    padding: 13px 0px 13px 20px;
    overflow: auto;
    border-bottom: solid 1px #e6e6e6;}

.delete-icon-close {
    background: url(../images/close-icon.png) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
    margin-right: 10px;
    background-size: 12px;
    position: relative;
    top: 6px;
}
.float-left {float: left;}
.float-right {float: right;}
#logo-server-label{position: absolute;top: 78px;right: -27px;color: #098FD1;font-size: 16px;}
/*account activation */
.accountActive.modal{
    display: block;
    width: 430px !important;
    overflow: hidden;
    max-height: fit-content;
}
.accountActive .modal-header{
    font-size: 15px;
    color: #262629;
    border: none;
    padding: 20px;
    font-family: 'OpenSansSB';
}
.accountActive .modal-content{
    border-radius: 3px;
    border: none;
    padding:0;
}
.accountActive .modal-dialog {
    width: 430px;
    margin: 0;
    }
.accountActive .modal-title{
    font-size: 14px;
    color: #585b5e;
}
.accountActive .modal-body{
    font-size: 14px;
    color: #333333;
    padding:20px;
}
.account-active-text{
    padding-left: 65px;
    line-height: 18px;
    margin-bottom: 26px;
    position: relative;
}
.account-active-text:before{
    content: url(../images/resendmail.png);
    position: absolute;
    left: 0;
}

.accountActive .modal-footer{
    padding:20px;
    border: none;
    height: auto;
}
.accountActive .modal-footer .btn{
    margin:0;
}
.btn{
    padding: 5px 15px;
    font-family: 'OpenSansSB';
    font-size: 14px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.24);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.24);
}
.btn-primary {
    color: #fff;
    background-color: #039BE5;
    border-color: #039BE5;
    height: auto;
    line-height: normal;
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background-color: #e57100;
    border-color: #e57100;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accountActive a:link{
    text-decoration: underline;
}


/*Revamp*/
.login-panel input[type=text], .login-panel input[type=password], .login-panel input[type=email] {
    border: none!important;
    border-bottom: solid 1px rgba(0,0,0,0.5)!important;    box-shadow: none;color: rgba(0,0,0,0.87);
}
.container .row {
    margin: 0;
}
.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.login-panel .has-error input[type=text].form-control:focus,.login-panel input[type=text]:focus,input[type=text]:not(.browser-default):focus:not([readonly]),input[type=password]:not(.browser-default):focus:not([readonly]){    -webkit-box-shadow: 0 1px 0 0 #42ade3;
    box-shadow: 0 1px 0 0 #42ade3;    border-bottom: 1px solid #098fd1!important;}
.inner-content .form-group label {font-size:16px; left: 13px;}
.login-panel input[type=text], .login-panel input[type=password], .login-panel input[type=email]{ padding-left:1px!important;}
.has-error .form-control{box-shadow:none;}
.radio-inline{ padding-left:0;}
.inner-content  [type="radio"]:checked+label:after,.inner-content  [type="radio"].with-gap:checked+label:before,.inner-content  [type="radio"].with-gap:checked+label:after {
    border: 2px solid #039be5;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #039be5;
}
[type="radio"]:not(:checked)+label, [type="radio"]:checked+label{ padding-left:25px;}
.login-panel .has-error input[type=password]:not(.browser-default):focus:not([readonly]),.login-panel .has-error .form-control,
 .login-panel .has-error input[type=text]:focus,
 .login-panel .has-error input[type=text].form-control:focus,.login-panel .has-error input[type=text]:focus,.has-error input[type=text]:not(.browser-default):focus:not([readonly]),.has-error input[type=password]:not(.browser-default):focus:not([readonly]) {
    border-bottom: solid 1px #E84A4A !important;    color: rgba(0,0,0,0.87);    -webkit-box-shadow: 0 1px 0 0 #E84A4A;
    box-shadow: 0 1px 0 0 #E84A4A;
}
.inner-content .form-group label.active{font-size:12px;color:#039BE5!important;top:-21px;}
.login-panel    {
    display: table!important;
    margin: auto;
    min-height: 100%;
    height: auto;
    margin-bottom: -40px;
    }
.inner-content{    display: table-cell;
    vertical-align: middle;}
.footer-push {
    height: 57px;
}
@media only screen and (max-width: 930px){
.footer-text{ height:50px;}
.login-panel{ margin-bottom: -50px;}
}
@media only screen and (max-width: 1110px){
.footer-text{ max-width:320px;}
.login-panel{ margin-bottom: -50px;}
}
input:-webkit-autofill ~ label{font-size:12px!important;top:-20px;}
input:-webkit-autofill {
   box-shadow: inset 0 0 0px 9999px white!important;
   }

    @-moz-document url-prefix() { 
  .login-panel {
     height:100%;
  }
}


.login-panel {
    display: table!important;
    margin: auto;
    min-height: 100%;
    margin-bottom: -40px;
    box-shadow: 0px -1px 9px #00000029;
    padding: 37px 65px 40px 65px;
}
.org-tenant-mismatch-error{
    position: fixed;
    z-index: 2;
    top: 0;
    max-width: 360px;
    width: 41%;
}
.form-server-success {
    margin-top: -13px;
    z-index: 2;
    width: 41%;
    max-width: 360px;
    position: fixed;
    top: 0;
}

.publisher-popup{border-radius:3px;font-family: 'openSansRegular';}
.publisher-popup h3{    background-color: transparent;
    font-family: 'OpenSansSb';
    font-size: 18px;}
.publisher-popup .widget-header{ background:transparent; border:none;}
.publisher-popup .scroll { padding: 20px 30px 20px 21px;}
.form-server-error {
    position: fixed;
    margin-top: 0;
    z-index: 2;
    width: inherit;
    top: -11px;
    width: 360px;
}
.btn, .btn-large{background: #039be5;}
.cust-dia-text{ font-family:OpenSansRegular;}
.cust-dialog > span.cust-dia-title{background:transparent;font-family:OpenSansSB;font-size: 18px;}
.inner-content,.login-panel input[type=text], .login-panel input[type=password], .login-panel input[type=email]{}
@media screen and (max-width:850px){
    .form-server-error{
    margin-left: -10px;
}
}

/*======================= media query for below 767 =======================*/

@media screen and (max-device-width: 767px) {
    .admin-login-bg,
    .signup-bg{
        display: none;
    }
    .login-page{
        width: 100%;
    }
    .login-panel{
        margin-bottom: -60px;
        padding-top: 0;
        padding-bottom: 60px; 
    }
    .footer-text a{
        display: inline-block;
        margin-top: 5px;
    }
}