.modal-content {
    border-radius: 4px;
    border: none;
    color: #fff;
    background: #003C96;
}
.modal .checkbox-block.custom-row {
    margin: 0 0 19px;
}
.modal-header {
    display: block;
    position: relative;
    text-align: center;
    border: none;
    padding-top: 30px;
}
.modal .form-group.custom-row label {
    font-family: Nunito;
    color: #ffffff;
}
h2.modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 120%;
/* or 29px */
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    background: transparent;
}

.close {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 300;
    color: #610628;
    opacity: 1;
    text-shadow: none;
    background-image: url(/images/cross.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    width: 18px;
    height: 18px;
    filter: brightness(0.5);
}

.modal-body {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.modal-body .custom-input {
    background: #fff !important;
    color : #495057 !important;
    font-family: Nunito;
    height: 40px;
}
.modal .btn-custom {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 30px;
    min-width: 240px;
    border: none;
    box-shadow: none;
    color: #fff;
}
.modal-body * {
    color: #ffffff;
}