.im-webinar-registration-widget {
    border: .25rem solid #6893c5;
    padding: 1rem;
    text-align: center;
    background-color: #eef6ff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}

.im-webinar-registration-widget p:not(:last-child) {
    margin-bottom: .5rem;
}

.im-button {
    display: inline-block;
    vertical-align: middle;
    background: #3ba1da;
    color: #fff;
    height: auto;
    font-size: 15px;
    cursor: pointer;
    width: auto;
    box-shadow: none;
    text-shadow: none;
    font-family: inherit;
    outline: none;
    margin: 0;
    opacity: 1;
    -webkit-appearance: none;
    border: none;
    line-height: 1em;
    padding: 10px 15px;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    font-weight: normal;
    transition: .25s;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid rgba(0, 0, 0, .0);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
}

.webinar-card__status {
    margin-top: .5rem;
    margin-bottom: .5rem;
    text-align: center;
}
