body{
  background-color: #e1e1e1;
}
.form-wrapper{
  border-radius: 7px;
}
.form-wrapper label{
  font-weight: bold;
}
.errors li{
  list-style: none;
  width: 100%;
  text-align: center;
}
.errors ul{
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 768px){
  .form-wrapper .text-right{
    text-align: center !important;
  }

  .form-wrapper .btn-primary{
    display: block;
    margin: 0 auto;
  }
}

.table-bordered td, .table-bordered th {
  padding-left: 5px;
}
/* buttons */

.action-buttons i {
    display: inline-block;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #e5e9ec;
    border-radius: 50%;
    transition: all 320ms linear;
    color: #2C3E50;
}

.action-buttons button {
    border: none;
    background-color: transparent;
}

.action-buttons i:hover,
.action-buttons i:focus {
    background-color: #0069D9;
    color: #fff;
}

.btn-fullwidth {
    width: 100%;
}

.btn-custom {
    color: #fff;
    background-color: #0aa698;
    border-color: #0aa698;
    border-radius: 0px;
    box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06), 0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
}

.btn-custom:hover {
    color: #fff;
    background-color: #0aa698;
    border-color: #0aa698;
    box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}

.badge-profile {
    font-size: 16px;
    border-radius: 60px;
    background-color: #eee;
    color: #000;
    -webkit-box-shadow: 2px 7px 1px 0 rgba(158, 158, 158, 0), 0 3px 1px -2px rgba(96, 125, 139, 0.12), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 2px 7px 1px 0 rgba(158, 158, 158, 0), 0 3px 1px -2px rgba(96, 125, 139, 0.12), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

