.well {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #ededed;
    padding: 0 15px 15px 15px;
    min-height: 20px;
    margin-bottom: 20px;
  }
 
.well p {
    font-size: 14px;
  }
  .well p strong {
    font-size: 15px;
  }
  .btnprimary {
    background-color: #01395e;
    color: #fff !important;
    border: none;
    text-transform: capitalize;
    transition: 0.3s ease;
    font-size: 15px;
    margin-left: -1px;
    padding: 8.5px 12px;
    border-radius: 4px;
    box-shadow: none;
  }
  .accolumn {
    box-shadow: 0px 0 3px 2px rgba(0,0,0,.05);
    border-radius: 4px;
    padding: 15px 0px;
    margin-bottom: 20px;
  }
  .accolumn h3 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: inline-block;
    margin-top: 0;
    padding: 0 20px;
  }
  .accolumn h3 svg {
    fill: #01395e;
    margin-right: 10px;
  }
  .accolumn.list-group a {
    border: none;
    padding: 6px 50px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #555;
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
  }
  .acpage h1{
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #24a600;
    padding: 10px 0;
  } 
  .acpage p{
    font-weight: 500;
font-size: 15px;
  }
  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
  }
  .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
  } 
  .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
  .form-group {
    display: flex;
  }
  .form-control {
    box-shadow: none;
    border: 1px solid #eee !important;
    border-radius: 4px;
  }
  .text-right {
    text-align: right; 
  }
  .form-group {
    margin-bottom: 15px;
  }
  
  legend + * {
    clear: left;
  }
  legend {
    display: block;
    width: 100% !important;
    margin-bottom: 20px !important;
    line-height: inherit;
    border: 0; 
    border-bottom: 1px solid #e5e5e5; 
    font-size: 18px !important;
    padding: 7px 0px !important;
    color: #000;font-weight: 500;
    border-color: #f2f2f2;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
    border: 1px solid #eee;
    border-radius: 4px;
  }
  @media only screen and (min-width: 576px) and (max-width: 991px){
.colleft{
    width: 100% !important;
}
.colright{
    width: 100% !important;
}
  }