.select2 {
    border: none;
    margin-bottom: 1.5em;
    height: 3.5em;
    position: relative;
    display: block;
    font-size: 1em;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1);
    line-height: 1.42857143;

    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.select2 .select2-selection {
    margin-bottom: 1.5em;
    height: 3.5em;
    padding: 12px 12px;
    font-size: 1em;
    line-height: 1.42857143;
}

.select2-selection__placeholder {
    color: #555 !important;
}

.select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}
