.custom-modal-popup header.modal-header {
    display: none;
}
.custom-modal-popup footer.modal-footer {
    display: none;
}
.custom-modal-popup.modal-popup .modal-content{
    padding: 3rem;
 }
.custom-modal-popup{
    text-align: center;   
}
.custom-modal-popup .custom-popup{
    padding-bottom: 10px;
}
.custom-modal-popup .modal-inner-wrap{
    width: 50%;
}
.modal-inner-wrap{
    top: 20%;
}
.custom-modal-popup .custom-popup .popup-logo img{
    width: 30% ;
}
/*.dob input[type="text"]{
    width: 40% !important;
    margin: auto;
}*/
.custom-modal-popup .not-allowed{
    color: #e7443c;
}
.custom-modal-popup form {
    padding-top: 15px;
}
.custom-modal-popup .content{
    margin-top: 1.5em;
    font-size: 14px;
    font-weight: 500;
}
.custom-modal-popup button.enter_button_no {
    width: 20%;
    background-color: #b6985c;
    color: #ffffff;
    font-size: 15px;
    border: none;
}
.custom-modal-popup button.enter_button {
    width: 20%;
    background-color: #644d95;
    color: #ffffff;
    font-size: 15px;
    border: none;
}
.popup-title {
    background-color: #ffffff;
    height: 30px;
    color: #ffffff;
}
.custom-popup .required-entry{
    color: #e7443c;
}
.custom-popup .required-entry h2{
    font-size: 12px;
}
.error{
    display: block;
    color: #e7443c;
}
#custom-datepicker input[type="text"].error{
    border-color: #e7443c;
}
#custom-datepicker .field {
    width: 50%;
    margin-left: 170px;
}
#custom-datepicker .field label{
    float: left;    
}
#custom-datepicker .field label span{
    padding: 8px 0px 8px;    
}
#custom-datepicker .field div.name{
    margin-top: 15px;    
}
#custom-datepicker .field div.email{
    margin-top: 15px;    
}
#custom-datepicker .field .dob{
    margin-top: 15px;    
}
#custom-datepicker .action{
    margin-top: 15px;
}