body {
  background-color: #f4f4f4;
  font-family: "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;


   background: url(../images/background.jpg) no-repeat center center fixed #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
.maincontainer {
  content: "";
  background: rgba(0,0,0,0.55);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#8C000000', endColorstr='#8C000000');
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}
.input-xlarge
{
  text-align: center;
  width: 100%;
}
.maincontainer
{    
  
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fff6c5;
  border-color: #faebcc;
}
.tclr1 {font-style: normal;}
.tclr2 {font-size: 70%;margin-left: 0px;}
.tclr3 {}
.mainblock
{
  border-radius: 0px;
  padding: 15px;
  width: 100%;
  max-width: 440px;
  background: white;
  margin: 0 auto;
  margin-top: 30px;
  justify-content: center;
    align-items: center;
    clear: both;
    animation: 0.75s ease 0s 1 introAnimRight;

    -webkit-box-shadow: 0.15rem .35rem 0.55rem 0.08rem rgba(58,59,69,.35) !important;
    box-shadow:         0.15rem .35rem 0.55rem 0.08rem rgba(58,59,69,.35) !important;
}
#passcode {max-width: 180px;display: inline;}
@media only screen and (max-width: 600px) {
  .mainblock {
    margin-top: 25px;
  }
}
.clsLoginprogress{
  margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    margin-top:-30px;

}
.rightpane
{
  display: block;
  position: relative;
  padding: 44px 45px 2px 45px;
  min-height: 355px;
  overflow-y: auto;
  border-radius: 6px;

}
.toppane 
{
  height: 150px;
  background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.leftpane
{
 z-index: 1000; 
  background: white;
  float: left;
  min-width: 500px;
  height: 471px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
    background-image: url('/images/background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    box-sizing: inherit;
    animation: 0.55s ease-out 0s 1 introAnim;

}
.form-control{
  box-shadow: none;
  padding: 4px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0,0,0,0.4);
  background-color: rgba(255,255,255,0.4);
  height: 32px;
  height: 2rem;
  padding: 6px 10px;
    padding-left: 10px;
  border-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
  border-color: #666;
  border-color: rgba(0,0,0,0.6);
  height: 36px;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-left: 0;
}
.form-control:focus{
  outline: none !important;
  border-color: #0067b8;
  background-color: transparent;
  box-shadow:none;
  

}

@keyframes introAnim {
  
  0% {    transform: translateX(5%) ;  }
  100% {    transform: translateX(0);  }
  
}
@keyframes introAnimRight {
  0% {    transform: translateX(-5%);   }
  100% {    transform: translateX(0);  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  
}

#btn-sign-in,.input-xlarge {width: auto;}
@media (max-width: 990px)
{
  .maincontainer
  {
    width: 100%;
    padding: 0px 10px;
    display: flex
;
    justify-content: center;
    justify-items: center;
  }
  
  .leftpane {
      display: none;
      height: 0;
      width: 0;
  }
  .rightpane {width: 100%;padding:15px;}
}
.clsForgotpwd {
     border-top: 2px solid #eeeeee; 
    margin-top: 2px;
    /* background: #f9f9f9; */
    padding: 10px;
    text-align: left;
    display: none;
    background: #ececec;
}
.clsEntraIDCont{
  margin-top: 2px;
}
.clsEntraIDCont a{ color:#0087ff}
.clsForgotpwd a {font-size: 10px; border-right: 1px solid #ececec; padding-right: 5px; }
.clsForgotpwd h5 {    }
.footer{
  clear: both;
  margin: 0 auto;
  max-width: 400px;
  padding-top: 1px;
 font-size: 12px; 
  text-align: center;
}

.headerbar h1, .mainblock h1 {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 600;
}
.clswelcomesub{font-size: 70%;    color: #adadad;}
.clsloginerror{padding-left: 0px;
margin:10px 0px 10px -10px;

}
.clsloginpanel
{
  
  margin-top: 10px;

 
}
.txtsuccesslogin {
  font-size: 18px;
  color: #40af40;
  padding: 5px;
}
.clswarn {
      font-size: 14px;
    /* padding: 10px; */
    margin: 25px 0px;
    color: #757575;

}
.form-control:focus, input:focus {}

.form-control-static {
	overflow-wrap: break-word;
}

i.fa span {
  
  margin-left: 5px;
}

.panel-primary > .panel-heading {
  background-color: #2d3f50;
  color: #ecf0f1;
}

.panel-primary > .panel-heading a {
  color: #ecf0f1;
}

.panel-default .panel-heading a {
  color: #2c3e50;
}

.navbar-default .navbar-text {
  color: #ECF0F1;
  font-weight: 500;
}


/**
 * user view
 */

.form-profile button {
  margin-left: 10px;
}

.bootstrap-tagsinput .label-info {
	background-color: #597ea2;
}

.form-settings .control-label-break {
  padding-top: 1px;
}

/**
 * bootstrap-tagsinput
 */

.bootstrap-tagsinput {
  display: inline-block;
  padding: 4px 6px;
  vertical-align: middle;
  width: 100%;
  min-height: 43px;
  line-height: 22px;
  cursor: text;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 4px 0 0 0;
  width: auto !important;
  max-width: inherit;
  font-size: 14px;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
  display: inline-block;
  font-size: 100%;
	margin-bottom: 3px;
	margin-top: 3px;
}

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.erstack{    background: none;  border: 0px;}
.pageerr {color:#d40d0d;font-size: 16px;font-weight: bold}

.clhead_testaccount, .clhead_securid
{
  text-align: center;
  font-size: 18px;
  /* border-bottom: 1px solid gray; */
  margin-top: -22px;
  background: #102b4e;
  color: #ffffff;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding: 0px;
  padding: 14px;
  border-radius: 6px 6px 0px 0px;
  font-weight: bold;
}
.btn-success
{
  font-size: 15px;
  background-color: #005da6;
  border-color: rgba(0,0,0,0.4);

  position: relative;
  color: #fff;
  font-family: FordAntennaCond-Light,sans-serif;

  text-align: center;
  text-decoration: none;
  letter-spacing: .125rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  height: 40px;
  margin: 20px 0 5px;
  padding: 12px 40px;
  line-height: 1.125rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 0px;
  transition: box-shadow .3s ease-in-out;
  z-index: 1;
  
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success:active:hover
{
  background-color: #2861a4;
  cursor: pointer;
  border-color: #000;
}

.hdrlogo {width: 100%;margin-top: 0px;text-align: center;justify-content: center;}
.hdrfaustlogo {    
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 12px;
}
.hdrlogo img {
  max-height: 90px;
}

.alert-danger {background: transparent; border: none;}
a:hover{
  color: #666;
}

/* nlayout sso */
.panel-primary.sld1
{
  transform: translateX(0);
}
.panel-primary.sld2
{
  transform: translateX(100%);
}
.animate-out{
  transform: translateX(-100%) !important;
}
.animate-in{
  transform: translateX(0) !important;
}

.pcontainers{
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.pcontainers_expand{
  min-height: 550px;
  height: auto;
}
.pcontainers .panel-primary
{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in;
}
.btn-back{margin: 0px;
  padding: 0px;
  background: white;
  border: 0px;
  border-radius: 30px;
    height: 24px;
}
.btn-back:hover{
  color:black;
}

.btn-success.disabled,.btn-success[disabled]{
  background-color: #bfbfbf !important;
  border-color: #cfcfcf !important;
}
.btn-success[disabled]:hover{
  background-color: #a3a3a3 !important;
  border-color: #7c7c7c !important;
}

.credcontainer{
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group{
      margin-right: 0px; 
     margin-left: 0px;
}