.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0 solid #aaa;
        border-bottom-color: rgb(170, 170, 170);
        border-bottom-style: solid;
        border-bottom-width: 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    margin-bottom: 20px;
}

.select2-dropdown {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    font-size: 13px;
}

.select2-search__field:focus-visible {
    border: 0 solid #aaa;
}
#dbi-sso-form-landing select:before {
    content: " ";
    display: table;
}
#dbi-sso-form-landing select:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 34px;
    right: 10px;
    background: url(../img/noline-ICN-form-arrow.svg) transparent;
    background-repeat: no-repeat;
    background-size: 15px;
    pointer-events: none;
}
#dbi-sso-form-landing select
{
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin: 5px 0 0 0;
    padding: 0 10px;
    background: 0 0;
    outline: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 15px;
    font-weight: 400;
    color: #313131;
}