.registration-container {
    margin-top: 150px;
}

.select2-selection__rendered {
    line-height: 41px !important;
}

.select2-selection__placeholder {
    line-height: 41px;
}

.select2-container .select2-selection--single {
    height: 41px !important;
}

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

.validation-error {
    border:3px solid red !important;
}

.validation-success {
    border:3px solid #28a745 !important;
}

.form-control {
    width: 100% !important;
}

.form-inline label {
    text-align: left;
    justify-content: left;
}

.registration-container input:focus,
.registration-container textarea:focus,
#feedback_tinymce :focus {
    border:3px solid #ffba00 !important;
}

.toggle-password {
    cursor: pointer !important;
}

.toggle-password:hover {
	color: #e4573d;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #e4573d;
    border-color: transparent;
    color: #fff;
}

.monthselect,
.yearselect {
    display: inline-block;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 992px) {
    .registration-container {
        margin-top: 100px;
    }
}