html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    /* margin-bottom: 60px;*/
    background-color: #e7e7e7 !important;
}
.card {
    min-height: 84.8vh !important;
    /* border-top: 2px solid #212529;*/
   /* border-top: 2.5px solid #d9534f;*/
    border-top: 2.5px solid  #e91e63;
    border-radius: 0.25rem;
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
}
.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color:white !important;
    /* background-color: #e7e7e76b !important;*/
    border-bottom: 0px !important;
    text-align: center;
}

.shadowCls {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}