.select2-container--default .select2-selection--single {
    height: 52px !important;
    padding: 1rem 12px !important;
    border-color: #ecf0f2 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 !important;
    line-height: 1.25 !important;
    color: #54667a !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 15px !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #54667a !important;
}

::-ms-reveal {
    display: none !important;
}

.custom-reveal-password {
    position: absolute; 
    right: 1rem; 
    top: 12px;
}

.no-border {
    border: 0 !important;
}