.middleSectionMarketing.clsLoginMiddleSection .containerMarketing .form form label span.select2 {
    display: flex;
    align-items: center;
}
.middleSectionMarketing.clsLoginMiddleSection .containerMarketing .form form label span.select2 .selection {
    flex-grow: 1;
}
.middleSectionMarketing.clsLoginMiddleSection .containerMarketing .form form label span.select2 span.select2-selection {
    border: 0;
    background-color: #fff;
}
.middleSectionMarketing.clsLoginMiddleSection .containerMarketing .form form label span.select2 span.select2-selection__arrow {
    display: none;
}
.middleSectionMarketing.clsLoginMiddleSection .containerMarketing .form form label span.select2.select2-container--disabled span.select2-selection__rendered {
    color: rgb(170,170,170);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #444;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
    color: #999 !important;
}

#signup_form label.no_company {
    color: rgb(170, 170, 170);
}

.errors {
    width: 100%;
    align-items: center;
    display: flex;
    margin: auto;
    align-content: center;
    justify-content: center;
    margin: 1em;
    background: red;
    color: white;
    letter-spacing: .3px;
}
