.submit-btn {
    border: 2px solid #12304c;
    background: #12304c !important;
    font-size: 14px !important;
    font-weight: 700;
    padding: 15px 45px !important;
}

.auth.theme-two .auto-form-wrapper form .form-group .input-group .form-control {
    border-radius: 0px !important;
}

.select2-container--default.select2-container--focus
.select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: 1px solid #e5e5e5 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #cd3f35;
    border: 1px solid #cd3f35;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.table td img,
.table th img {
    width: 60px !important;
    height: 60px !important;
}

.table td,
.table th {
    font-size: 16px !important;
}

.form-control {
    font-size: 15px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px !important;
    }
}