.sc_main_container{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    object-fit: cover;
    justify-content: center;
}
.sc_main_container_img{
    min-width: 173px;
    min-height: 500px;
    max-width: 350px;
    max-height: 550px;
    margin-right: 2rem;
    object-fit: cover;
}
.work-with-us{

}
#sc-email-input{
    border: none;
    border-bottom: 1px solid #F0EEEA;
    border-radius: 0;
    background: transparent;
    padding: 0;
}
#fileUpload{
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #F0EEEA;
    color: #F0EEEA;
    font-size: 80%;
}
.bootstrap-filestyle.input-group>input{
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #F0EEEA;
}
#sc-message-textarea{
    border-radius: 0;
    border: 1px solid grey;
    background: transparent;
    height: 15rem;
}
.sc-form-group{
    margin-bottom: 5rem;
}
.custom-file-label{
    margin-bottom: 0;
}
.sc-file-label{
    position: absolute;
    top: 15px;
    color: lightgrey;
    cursor: not-allowed;
}
.sc-allowedfiletypes-label{
    display: flex;
    justify-content: flex-end;
    color: #1a1a1a;
    font-size: 11px;
}
.work-with-us .btn.btn-default{
    background-color: #0007c2;
}
.sc-textarea-label{
    color: #0007c2;
}
.sc-send-btn{
    float: right;
    font-size: 16px;
    width: 7rem;
}
.sc-policy-label{
    float: right;
}
.sc-header-container{
    display: flex;
    margin-bottom: 3rem;
}
.wwu-title{
    color: #0007c2;
    font-family: Marcellus;
    float: left;
    padding-left: 0;
}
.sc-contact-container{
    justify-content: flex-end;
    display: flex;
    width: 100%;
}
.sc-phone-label{
    color: #0007c2;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}
.sc_accept_policy > label{
    cursor: pointer;
}
.sc-phone-icon{
    width: auto;
    max-width: 17px;
    margin-right: .5rem;
}
.sc-form-group .bootstrap-filestyle .form-control{
    text-align: right;
}
#wrapper .breadcrumb-bar{
    width: 1140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
}
.wwu-form-data-protection-text>p{
    font-size: 0.6em;
    color: #0007c2;
    line-height: initial;
    margin-top: 2rem;
}
@media (max-width: 767px){
    .sc_main_container h1{
        width: 100%;
        display: block;
        margin-left: -64%;
        justify-content: center;
    }
    .sc_main_container_img {
        max-width: 350px;
        width: 180px;
        height: 240px;
        object-fit: fill;
        margin-left: 3rem;
        margin-right: 0;
        min-height: unset;
        min-width: unset;
    }
    .sc-send-btn {
        float: right;
        font-size: 16px;
        width: 100%;
    }
    .form-check {
        position: relative;
        display: block;
        margin-bottom: .75rem;
        margin-top: 1rem;
        float: left;
        margin-left: 1rem;
    }
    .wwu-form-data-protection-text>p{
        font-size: 0.6em;
        color: #0007c2;
        line-height: initial;
        margin-top: 7rem;
    }
}


