body{
font-family: "Montserrat", sans-serif !important;
}

.panel {
  background-color: #f8fafb;
  border: 1px solid #d3dce6;
  padding: 20px;
  display: block;
  width: 400px;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn {
  color: white !important;
  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;
  margin-top: 20px;
  cursor: pointer;
}

.btn:hover {
  color: white !important;
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
  background: #394c56;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #394c56 0%, #081f2c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#394c56", endColorstr="#081f2c", GradientType=0);
}

.messages {
  overflow-wrap: break-word;
}

.logo img{
	max-width: 100%;
}
.social li{
	display:flex !important;
	justify-content: center;
    align-items: center;
}
h1, h2 {
text-align:left !important;
}
  table {
font-size: 14px;
}
td{
font-weight: 300;
}
a.sidebar-toggle{
    box-shadow: 0px 2px 12px 0px rgba(107, 119, 140, 0.3) !important;
}
aside.main-sidebar{
 box-shadow: 0px 2px 12px 0px rgba(107, 119, 140, 0.3) !important;
    height: 100%;
}