
#registration-form h2.success {
    text-align: center;
    font-size: 36px;
    margin: auto;
    color: green;
    line-height: 1.1;
    text-transform: uppercase;
}

.title {
    text-align: center;
    font-size: 22px;
}

h3 {
    font-weight: bold;
    font-size: 30px;
    margin: 15px auto;
}

h4 {
    font-size: 22px;
    margin: 0 auto 30px;
    font-weight: normal;
}

#webinar-description {
    display: inline-block;
    width: auto;
    text-align: left;
}

#registration-form {
    box-sizing: border-box;
}

.modal-footer.calendar-options {
    justify-content: center;
    flex-wrap: wrap;
}

.modal-footer.calendar-options button {
    cursor: pointer;
    border: none !important;
    background: none;
    padding: 0;
    margin: 0 15px;
}

@media screen and (max-width: 599px) {
    .modal-footer.calendar-options button {
        box-sizing: border-box;
        margin: 0;
        padding: 10px;
        width: 50%;
    }

    .modal-footer.calendar-options button img {
        margin-top: 10px;
        max-width: 90%;
    }
}

.modal-footer.calendar-options button p {
    margin-bottom: 0;
}

.webinar-registration-success {
    text-align: center;
}

.webinar-registration-success h2 {
    font-size: 40px;
    margin: 0;
    line-height: 1.2;
    font-weight: 900;
    color: darkgreen;
}

@media screen and (max-width: 599px) {
    .webinar-registration-success h2 {
        font-size: 30px;
    }
}

.webinar-registration-success p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    margin-bottom: 30px;
}

.webinar-registration-success h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 0;
}

.modal-backdrop.show {
    z-index: -1;
}

.modal {
    background-color: rgba(0, 0, 0, 0.7);
}
