﻿/*css to override from salesforce can't do from sass*/

.form-assembly .wrapper-button {
    margin: 10px 0;
}

.form-assembly .wrapper-button .button {
    max-width: none;
}

.wForm .wFormThankYou {
    margin: 15px;
}

#wFormThankYouPage {
    background-color: #323232 !important;
    width: auto !important;
    color: #fff;
}

.wFormContainer .wForm form {
    padding: 0 1rem 1rem 1rem !important;
}

.captcha {
    overflow: hidden;
}

.wFormContainer .wForm .wFormTitle {
    padding: 1rem 1.3rem !important;
}

.wFormContainer .empty {
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wFormContainer .wForm {
    border: 0 !important;
    margin-top: 0;
}

.wFormContainer .wFormHeader {
    display: none !important;
}

.wFormContainer .actions .primaryAction {
    background: #0f4beb;
    border: 1px solid #0f4beb;
    color: #fff;
    font-size: 16px;
    height: 48px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    margin-top: 20px;
}

.wForm .captchaHelp {
    display: none !important;
}

.rc-anchor-normal {
    width: 250px !important;
}

.wFormContainer .actions .primaryAction:disabled {
    border: 1px solid rgba(0, 0, 0, .7);
    color: #fff;
    opacity: 0.75;
}

/*css to override width right content because of recaptcha widht */
@
@media only screen and (min-width: 1024px) {
    .course-detail-section .right-content {
        width: 345px;
    }
}
