.modal-content {
    border-radius: 4px;
    border: none;
    background: #EA222B;
    color: #fff;
}

.modal-header {
    display: block;
    position: relative;
    text-align: center;
    border: none;
    padding-top: 30px;
}
.modal .form-group.custom-row label {
    font-family: Montserrat;
    color: #fff;
}
h2.modal-title {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
/* or 29px */
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -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;
}

.modal-body {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}
.modal-body .custom-input {
    background: #fff !important;
    color : #495057 !important;
    font-family: Montserrat;
}
.modal .btn-custom {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    padding: 10px 30px;
    min-width: 200px;
    background: #ffffff;
    color: #EA222B !important;
    border: none !important;
    font-family: Montserrat;
    box-shadow: none;
    font-weight: bold;
}
