.modal-open #notifyMeModal.modal {
    padding-right: 0px !important;
    width: 100%;
}
#notifyMeModal .modal-dialog {
    width: 100%;
    margin: 0px;
    height: 100%;
}
#notifyMeModal .modal-dialog .modal-content {
    width: 100%;
    padding: 0px;
    height: 100% !important;
    background: none;
}
#notifyMeModal .modal-dialog .modal-content .modal-header {
    padding: 0px;
    border: 0px;
    min-height: auto;
}
#notifyMeModal .modal-dialog .modal-content .modal-body {
    background: none;
    border: 0px;
    border-radius: 0px;
    padding: 0px !important;
    height: 100%;
}