/*Button colored orange for baidu source only*/
.btn_home-2, 
.m-button__submit:not([disabled]), 
.m-button-submit,
.m-button__primary,
.legal .m-button__primary,
.m-button-primary-color2,
.m-button__hero,
.m-button-success {
    background-color:#F47D00!important;
    background:#F47D00!important;
    border: 1px solid #ee5c07 !important;
    box-shadow:none;
}

.btn_home-2:hover, 
.m-button__submit:not([disabled]):hover,
.m-button-submit:hover,
.m-button__primary:hover,
.legal .m-button__primary:hover,
.m-button-primary-color2:hover,
.m-button__hero:hover,
.m-button-success:hover,
.m-button-success:focus {
    background-color: #ff9b30 !important;
    background: #ff9b30 !important;
    box-shadow:none;
}