
.card {
    transition: box-shadow .3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.10);
    border: 8px solid;
    color: inherit;
    text-decoration:none;
    
  }
  .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 8px 20px 0 rgba(0, 0, 0, 0.80);
    text-decoration:none;
  }
.navbar{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.35);
}


.card-title {
    transition: all 0s ease 0s;
    text-align: center; 
    color:rgba(0, 0, 0, 0.70) ;
    transition: unset;
    
  }
  .card-title:hover {
    color: rgba(0, 0, 0, 0.70);
  }

  
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.80);
    text-decoration:none;
  }

  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: rgba(0, 0, 0, 0.70);
  }
  
  label.error {color:#e83e8c;padding:0.1rem;} 
  .lbl-req::after{content: " *"; color:#e83e8c;}
  h3.card-title, .page-header h2 {
      font-size: 2.5rem; /* 1.5rem*/
      /*text-transform: uppercase;*/
  }
  .page-header h2{
    color: rgba(0, 0, 0, 0.70);
  }
  .help-block {
      text-align: justify;
      word-break: break-word;
  }
  .hide {
      display: none;
      visibility: hidden;
  }
  .main-sec {
    background: url(/image/footer_logo.svg) no-repeat 0 0;  background-size:cover;
  }