/* CSS FIELDSET ALERT FORM */

.text-on-pannel {
    background: #fff none repeat scroll 0 0;
    height: auto;
    margin-left: 20px;
    padding: 3px 5px;
    position: absolute;
    margin-top: -47px;
    border: 1px solid #224902;
    border-radius: 8px;
  }

  .panel {
    /* for text on pannel */
    margin-top: 27px !important;
  }

  .panel-body {
    padding-top: 30px !important;
  }

  .card-box1 {
    background-color: #fafafa;
    background-clip: border-box;
    border: 1px solid #818181;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: 0.25rem;
    height:400px;
}

.card-box2 {
    background-color: #fafafa;
    background-clip: border-box;
    border: 1px solid #818181;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: 0.25rem;
    height:260px;
}

.card-box3 {
    background-color: #fafafa;
    background-clip: border-box;
    border: 1px solid #818181;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: 0.25rem;
    height:auto;
}

.card-box4 {
    background-color: #fafafa;
    background-clip: border-box;
    border: 1px solid #818181;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: 0.25rem;
    height:210px;
}

.card-box5 {
    background-color: #fafafa;
    background-clip: border-box;
    border: 1px solid #818181;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: 0.25rem;
    height:auto;
}
