.modal { overflow: auto !important; }

table {
    width: 100%;
    max-width: 1000px;
    border-collapse: collapse;
    border: 1px;
}


.spinner{
    position: fixed;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -15px;
}

#emailForm
{
display: none; 
border: 2px solid black; 
background-color: #8ecc43; 
width: 100%; 
max-width: 350px; 
height: 100%;
max-height: 650px;
margin: 0;
position: fixed;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); 

}

.my_title {
    padding-left: 10px;
    border: 1px solid rgb(2, 73, 131);
    background-color: #e3f2fd;
    color: black;
    font-weight: bold;
    width: 100%;
    max-width: 1000px;
    height: 40px;
    line-height: 40px;

}

.normal_input {
    width: 100%;
    max-width: 1000px;
    height: 40px;

}


/* placeholder on field validation error */
.red::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: red;
    opacity: 1; /* Firefox */
 }
 
 .red:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
 }
 
 .red::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
 }
