body{
    background-color: #f4f4f4;
}
.cave{
    background-image: url('../img/geometric-cave.jpg');
    background-size: cover;
}

.modal {
    left: 0;
    right: 0;
    background-color: ##f4f4f4;
    padding: 0;
    max-height: 90%;
    width: 95%;
    will-change: top, opacity;
    z-index: 100;
  }
   
.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #a5a5a5;
    padding: 4px 6px;
    height: 60px;
    width: 100%;
    text-align: right;
  }

.modal h5{
    text-align: center;
    }

.helper-text{
    display: none !important;
}