.btn-id{
    background-color: #e2e2e2 !important;
    border-color: #000000 !important;
    color: #000000;
    box-shadow: none !important;
}

.btn-id:hover{
    background-color: #e2e2e2 !important;
    border-color: #000000 !important;
    color: #000000;
    box-shadow: none !important;
}

.m-checkbox.m-checkbox--focus>input:checked~span{
    border: 1px solid #bdc3d4;
}

.legal {
    padding-top: 10px;
    text-align: center;
    color: #aba5b6 !important;
}

.legal a{
    color: #aba5b6 !important;
}
.wrapper_cookies{
    padding: 10px;
    position: fixed;
    bottom: 0px;
    background-color: white;
    border: 1px solid #ff4f00 !important;
}

.btn-id2{
    background-color: #ff4f00 !important;
    color: #ffffff !important;
}

.select2-container{
    border-radius: 40px;
    border: none;
    margin-top: 1.5rem;
    color: #91899f;
    background: #f7f6f9;
}

.select2-selection{
    padding: 1.5rem 1.5rem;
    border-radius: 40px !important;
    color: #91899f !important;
    background: #f7f6f9 !important;
    width: 100% !important;
}

.select2-selection__rendered{
    padding:0px !important;
    color: #91899f !important;
    background: #f7f6f9 !important;
}

.wrapper_datepicker{
    width: 100%;
}

.form-control-feedback{
    color: red !important;
}

.form-control-feedback{
    position: absolute;
    bottom: -20px;
}

.form-group{
    position: relative;
}

.terms-container {
    background-color: #f1efef;
    padding: 20px;
    color: #5a5a5a;
}

.terms-container .form-check {
    display: inline-block;
}

.m-login__forget-password,
.m-login__forget-password{
    display: block !important;
}

.m-login__signup{
    display: block !important;
}

