/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */



.form-group-single{
    display:flex;
}

.form-group-single > label{
    margin-top:5px;
}

.profile-question-seeking{
    width:100%;
}

.profile-question-seeking > .form-group{
    width:100% !important;
}

.profile-question-seeking-container{
    display: flex;
    width: 100%;
}

.profile-question-seeking-left{
    width: 50%;
}

.form-group-single > input{
    width: 17px;
}

.profile-question-seeking-right > .form-group-single > input {
width: 19px;
}

.form-group-single > label{
    padding-left: 5px;
}