.partnerchangePassword-form {
    background: #ed752091;
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
    border: 2px solid #ac744c;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30%;
}

.candidatechangePassword-form {
    background: #a5564e96;
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
    border: 2px solid #a5564ef2;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30%;
}

.agentchangePassword-form {
    background: #20611096;
    width: 50%;
    margin-left: 25%;
    margin-top: 10px;
    border: 2px solid #206110f2;
    border-radius: 40px;
    text-align: center;
    margin-bottom: 30%;
}

.select2-results__options {
    background-color: #7b7878 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #4083c3;
    color: black;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #4083c3;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 2px solid black;
}

.mul-select {
    width: 100%;
}