body{
   font-family:'Open Sans';
   font-style:normal;
}
.btn-success {
  color: #fff;
  background-color: #00A6A5;
  border-color: #00A6A5;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #00A6A5;
  border-color: #00A6A5;
}
.btn-success:hover {
  color: #fff;
  background-color: #00A6A5;
  border-color: #00A6A5;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #00A6A5;
  border-color: #00A6A5;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #00A6A5;
  border-color: #00A6A5;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #00A6A5;
  border-color: #00A6A5;
}
.btn-success .badge {
  color: #00A6A5;
  background-color: #fff;
}
a.newuser{
    color: #00A6A5;
    font-size:14px;
    font-weight:600;
}
.input-label{
    font-size: 14px;
    font-weight:600;
    font-stretch:wider;

    color:#808080;
}
.logo-login{
    padding-top:50px;
    padding-bottom:50px;
    text-align:center;
    max-height: 300px;
    max-width: 300px
}
.logo-password{
    padding-top:25px;
    padding-bottom:25px;
    text-align:center;
}
.user-image{
    border-radius:50%;
    height:48px;
    width:48px;
    /*padding-bottom:40px;*/
}
.user-info-group{
    padding-bottom:30px;
    text-align:center;
}
.form-login{
    padding:10px;
}
.pad-bot-40{
    padding-bottom:40px;
}
.pad-bot-20{
    padding-bottom:20px;
}
.mar-top-login{
    margin-top:200px;
}
.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  background-color:#FFFFFF;
  display:-ms-flexbox;
  display: flex;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
a:hover.policy{
    text-decoration:none;
    cursor:pointer;
}
.header-bg{
    background-color:#a5a5a5;
    color:white;
}
.close{
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 98%;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 98%;
  }
}
.objcontent{
    width:100%;
    height:400px;
}
.lifesuite fieldset {
    border: none;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.priterms {
  color: white;
}
.pad-left{
    padding-left:55px;
}