/* The Modal (background) */
.modal {  
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 00px; /* Location of the box */
    left: 0;
    top: 0;  
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(9, 35, 63, 0.5); /* Black w/ opacity */
}


/* Modal Parent*/
.modal-parent {
    width: 60%;
    margin: 0 auto;
    min-height: calc(100% - 1rem);
    display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    padding: 35px 50px;
    border: 1px solid #888;
}

.modal-signature {
    text-align: center;
}

/* The Close Button */
.close {
    color: #0080ce;
    float: right;
    font-size: 200%;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #00609b;
  text-decoration: none;
  cursor: pointer;
}
