.main-container {
    margin-left: 0;
    padding: 15px;
    -ms-overflow-x: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 992px) {
    .main-container {
        margin-left: 0px !important;
    }
}
#cover {
    margin-top: 25px;
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

#cover {
  color: #444;
  background: #ffffff;
  background-size: cover;
  height: 100%;
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}

#cover-caption {
  width: 100%;
}

.well{
    box-shadow: 0 3px 5px #888;
    min-height: 20px;
    padding: 19px;
    background: #f8f8f8;
    background-color: #f8f8f8;
 }
#inner_body {
    overflow: visible;
}
.outlined {
    overflow: visible;
}
.tlp-cls {
    position: absolute;
    right: 25px;
    top: 36px;
    width: 26px;
    cursor: pointer;
}
.tooltop-inner {
    width: 200px;
}
.pass-strength {
    font-size: 14px;
    line-height: 23px;
    width: 135px;
}
.pass-bar {
    background-color: #69a30d;
    vertical-align: middle;
    display: inline-block;
    height: 5px;
    margin-left: 5px;
    width: 50px;
}
.error {
    display: none;
}
.has-error .error {
    display: block;
}


#pswd_info ul {
    /*padding-left: 15px;*/
    padding-left: 0;
    list-style-type: none;
}

#pswd_info ul li {
    /*padding-left: 5px;*/
    padding-left: 20px;
}

#pswd_info {
    position:absolute;
    margin-top: -165px;
    left: 100%;
    /*bottom: -115px\9;*/ /* IE Specific */
    width:400px;
    padding:15px;
    text-align: left;
    padding-left: 20px;
    background: #005dab;
    background-color: #22436c;
    color: #ffffff;
    font-size: .75em;
    border-radius: 5px;
    box-shadow: 0 0px 2px #005DAA;
    border: 1px solid #005dab;
    z-index: 2;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info::before {
    content: "\25C4";
    position:absolute;
    top:47%;
    left:-11px;
    font-size:14px;
    line-height:14px;
    /*color:#ddd;*/
    text-shadow:none;
    display:block;
    color: #002E60;
}
.invalid {
    background-size: 13px;
    padding-left:22px;
    line-height:24px;
    color: #ec3f41;
}
.valid {
    background-size: 13px;
    padding-left:22px;
    line-height:24px;
    /*color:#3a7d34;*/
    color: #bef470;
}
.valid:before {
   content: "\f058";
font-family: FontAwesome;
}

.invalid:before {
   content: "\f057";
font-family: FontAwesome;
}

#pswd_info {
    display:none;
}

#complexity, #results{
/*width: 70px;*/
/*padding: 3px 0;*/
height: 5px;
color: #000;
font-size: 12px;
text-align: center;
display: inline-block;
vertical-align: middle;
margin-left: 5px;
}

#results{
margin: 30px 0 20px 0;
}

/*.default{background-color: #CCC;}*/
.weak{background-color: #FF5353; width: 20px;}
.strong{background-color: #FAD054; width: 40px;}
.stronger{background-color: #93C9F4; width: 60px;}
.strongest{background-color: #69a30d; width: 80px;}

span.value{
    font-weight:bold;
    float: right;
}

@media (max-width: 480px) {
    /*.password1 {
        margin-top: 90px;
    }*/
    #pswd_info {
        margin-top: 0;
        bottom: 60px;
        left: 2px;
        padding: 10px;
        padding-left: 15px;
        width: auto;
    }
    #pswd_info::before {
        left: 47%;
        bottom: -11px;
        top: auto;
        content: "\25BC"
    }
    .datatooltip {
    margin-left: -10px !important;
  }
    .datatooltiptext {
        right: 25px !important;
        width: 300px !important;
  }
}

  .logo{
    height:50px;
  }
  .logotext{
    font-size: 18px;
    color: #1f57a4;
    font-weight: 700;
    position: absolute;
    padding-left: 46px;
    margin-top: -26px;
  }

  .info-circle {
    height: 20px;
    width: 20px;
  }
  /* Tooltip text */
  .datatooltip {
    position: absolute;
    display: inline-block;
    padding: 2px 0px;
    margin-left: 5px;
  }

  /* Tooltip text */
  .datatooltip .datatooltiptext {
    visibility: hidden;
    position: absolute;
    background-color: #eee;
    background: rgba(238, 238, 238, 1);
    color: #185e87;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.4;
    margin-left: 10px;
    width: 400px;
    text-align: left;
    border-radius: 6px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

  }
  /* Show the tooltip text when you mouse over the tooltip container */
  .datatooltip:hover .datatooltiptext {
    visibility: visible;
    opacity: 1;
  }

.fs-14{
    font-size: 14px;
}

#loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}


/* Transparent Overlay */

#loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


/* :not(:required) hides these rules from IE9 and below */

#loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

#loader:not(:required):after {
  content: '';
  display: block;
  border: 16px solid rgba(61, 100, 119, 0.3);
  border: 8px solid rgba(61, 100, 119, 0.3);
  border-radius: 50%;
  border-top: 8px solid #284f61;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-top: -0.5em;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}