﻿.disclaimer {
    background: white;
    padding: 20px;
    border-bottom: 0px;
}
.disclaimer p {
    text-align: justify;
    font-size: 15px;
    color: black;
}
.modal-content {
     border-radius: 10px;
}
.modal-body {
    background: rgba(20, 108, 218, 1);
    text-align: center !important;
    
}
.pop_button {
    background: rgba(255, 255, 255, .7);
    padding: 15px;
    color: black;
    font-weight: 600;
    border: none;
    float: left;
}
.pop_button-2 {
     background: rgba(0, 0, 0, 1);
    padding: 15px;
    color: white;
    font-weight: 600;
    border: none;
    float: right;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem !important;
} 
.disclaimer h4 {
    background: royalblue;
    color: white;
    padding: 15px;
}