﻿
.your-information-form {
    padding-top: 10px;
}

.alt-contact {
    padding-bottom: 20px;
}

.heard-aca {
    padding-top: 10px;
}

.job-label {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.pre-req-txt {
    margin-bottom: 10px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.prerequisite-option {
    margin: 0 8px;
    font-weight: 400;
    display: inline;
}

.select2-container--default .select2-selection--single {
    border: unset !important;
}

.select2-selection__rendered {
    line-height: 38px !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
    height: 42px !important;
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.42857143;
    color: #333333 !important;
    vertical-align: middle !important;
    background-color: #ffffff !important;
    border: 1px solid #dfdfdf !important;
    padding-left: 18px !important;
    padding-right: 30px !important;
    border-radius: 5px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.select2-selection {
    border-color: #dfdfdf;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 38px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
    padding-left: 18px;
    padding-right: 30px;
}

.form-card{
    padding: 15px 50px;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 40px;
}

.container.show {
    border-radius: 20px !important;
}

@media screen and (max-width: 610px) {
    .form-card {
        padding: 0px 20px;
        border: 1px solid #eee;
        border-radius: 10px;
        margin-bottom: 40px;
    }
}