.modal-content {
    border-radius: 13px;
    border: none;
    color: #fff;
    background: #a1cbde;
}
.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 {
    color: #595378;
    font-weight: 600;
}
h2.modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 31px;
    line-height: 120%;
/* or 29px */
    text-align: center;
    text-transform: uppercase;
    color: #595378;
}

.close {
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 300;
    color: #000;
    opacity: 1;
    text-shadow: none;
    background: #d9eaf2;
    width: 27px;
    height: 27px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
}

.modal-body {
    /* width: 500px; */
    margin: 0 auto;
    /* max-width: 100%; */
    padding: 0 38px;
}
.modal-body .custom-input {
    background: #fff !important;
    color : #495057 !important;
    height: 40px;
    border-radius: 11px;
}
.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;
}