#client .panel {
    margin-bottom: 1em;
    margin-top: 1em;
}

#add-card-form .btn {
    background: #003c71!important;
}

#add-card-form .btn:hover {
    color: #eee!important
}
.btn{
    color: #fff;
    display: block;
    width: 100%;
    border: 1px solid rgba(46, 86, 153, 0.0980392);
    border-bottom-color: rgba(46, 86, 153, 0.4);
    border-top: 0;
    border-radius: 4px;
    font-size: 17px;
    text-shadow: rgba(46, 86, 153, 0.298039) 0px -1px 0px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    display: block;
    margin-top: 20px;
  
  }

  .btn:hover {
    cursor: pointer;
  }
.panel {
    max-width: 450px;
    margin: 0 auto;
    background-color: #F5F5F7;
    border: 1px solid #ddd;
    padding: 20px;
    display: block;
    width: 80%;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  }
 a {
  color: #003c71 !important;
}
h3 {
    color: #003c71;
    font-size: 18px;
}
h2 {
text-align : left !important
}
.social li{
	display:flex !important;
	justify-content: center;
    	align-items: center;
}

i {
color:#fff;
}
table {
	font-size: 14px !important;
    font-weight: 300;
    line-height: 26px;
}

aside.main-sidebar{
    height: 100%;
}