﻿.step-form {
    display: flex;
    flex-wrap: wrap;
}

.step-form__title,
.step-form__subtitle {
    width: 100%;
}

.step-form__subtitle {
    display: block;
    margin-bottom: 10px;
}

.step-image {
    padding: 5px 10px;
    flex: 0 0 50%;
    max-width: 50%;
}

    .step-image > input {
        height: auto;
        width: 100%;
        padding: 0;
        box-shadow: none;
        border: none;
    }

.formEmailPatient iframe,
.formEmailPatient textarea {
    border-radius: 2px;
    border: 1px solid #ccc;
    outline: none;
}

.formEmailPatient textarea {
    width: 100%;
}

.formEmailPatient textarea:focus{
    outline: auto 5px -webkit-focus-ring-color;
}

.formEmailPatient .button {
    display: block;
    width: 100%;
    margin: 15px 0;
}

.radio {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:1024px) {
    #recaptcha_area, #recaptcha_table {
    }

        #recaptcha_area #recaptcha_table {
        }

    .recaptchatable #recaptcha_image #recaptcha_challenge_image {
        width: 94%;
    }

    .recaptchatable td img {
        display: inline-block;
    }

    #recaptcha_image {
        width: 100% !important;
    }
}

select, input {
    width: 100%;
    border-radius: 2px;
    height: 50px;
    padding: 0 0 0 15px;
    position: relative;
    box-shadow: none;
    border: 1px solid #ccc;
}
.vcu-btn.is-yellow {
    background: #FFBA00;
    border: 1px solid #FFBA00;
    color: #000;
}
.formEmailPatient .button {
    display: block;
    width: 100%;
    margin: 15px 0;
}
.formEmailPatient .frame, .formEmailPatient textarea {
    border-radius: 2px;
    border: 1px solid #ccc;
    outline: none;
}
.peboldtext {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.petext {
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.service-message {
    font-style: normal;
}

@media only screen and (max-width:767px) {
    #tblEmailPatient {
        width: 100%;
    }

    #imgHeaderImage {
        width: 100% !important;
        height: auto !important;
    }
}      