body {
    padding: 10px 20px;
}

.webinar_form_body h1 {
    font-size: 25px;
}

.webinar_form {
    padding: 5px;
}

.webinar_form .row {
    margin-left: 0;
    margin-right: 0;
}

.webinar_form input, .webinar_form select {
    margin-right: 1%;
    margin-bottom: 5px;
}

.webinar_form_control {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.webinar_opt_in label {
    font-weight: normal;
    max-width: 90%;
    vertical-align: top;
}

.btn {
    padding: 15px 20px;
}

#webinar_messsage {
    display: none;
    color: #8a6d3b;
    background-color: #fcf8e3;
    padding: 15px 35px 15px 15px;
    margin-bottom: 5px;
    border: 1px solid #faebcc;
    border-radius: 4px;
}


#webinar_return_message {
    width: 80%;
    margin: 100px auto;
    border: 3px dashed #ccc;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    font-size: 15pt
}