.center {
    display: block;
    margin-left: auto;
    margin-right: 42%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .margin-top-10p{
      margin-top: 10%;
  }
  .width-170{
    width:170px !important;
  }
  .sidebar .nav li > a, .off-canvas-sidebar .nav li > a{ color:#f00;}
  .login-bg{ background: url("../images/bg.png") no-repeat; background-size: cover;}
  .login-bg .card{ 
    max-width: 420px;
    margin: 0 auto;
    background: transparent;
    border: 0;}
     .enspire_logo {    max-width: 50%;
      margin: 0 auto;
      margin-bottom: 20px;margin-top: 50px;}
      .btn-link {
        font-weight: 400;
        color: #55bcd5;
        background-color: transparent;
        text-align: right;
        float: right;
        font-size: 13px;
        text-decoration: underline;font-weight: bold;
    }
    .form-control{    border:0; border-bottom: 1px #121212 solid; border-radius:0;}
    .btn.btn-primary{ 
      padding: 0;
      border-radius: 24px;
      line-height: 48px;
      height: 48px;
      font-size: 16px;
      font-weight: bold;
      box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.22);
      cursor: pointer;background-color: #38b4cd;
      border-color: #38b4cd; width:100%;
  }
  .btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #a7177b;
    border-color: #a7177b;
}
  .col-form-label{    font-weight: bold;}
  .enspire_logo_top{ max-width: 30%;}
  .wc-text { text-align: center; max-width: 0 auto; font-weight: bold; margin-bottom: 30px;
  
    color: #000;   
    font-size: 20px;}
    .logo-top { margin-top:40px;}
    .input-group-addon {
      position: absolute;
      bottom: 8px;
      left: 0;
      z-index: 999;
  }
  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
input.form-control{ padding-left:40px;}
.form-control:focus{ box-shadow: none; border:0; border-bottom: 1px #121212 solid;}
.alert-green{
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}