/******************************
Styles for HR onboarding forms only 
******************************/

/* indent questions and wrapped text in multiple choice questions */
div[data-sf-role=multiple-choice-field-container] label {
    margin-left: 74px;
    text-indent: -47px;
    display: inline-block;
}

div[data-sf-role=multiple-choice-field-container] {
    text-indent: -25px;
    margin-left: 23px;
    margin-bottom: 25px;
}

div[data-sf-role=text-field-container] {
    margin-bottom: 25px;
}

/* responsive iframe css for the video embeds */
.resp-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

input {
    font-size: 16px;
}
