main::before {
    background: url( /img/background2.png ) no-repeat center;
    background-size: cover;
    content: "";
    position: fixed;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
}





.button_active_color {
    color : #ffffff !important;
    background-color : #fe9839 !important;
    border : 0px solid #fe9839 !important;
}

.button_back_color {
    color : #ffffff !important;
    background-color : #856b6b !important;
    border : 0px solid #856b6b !important;
}

.button_disable_color {
    color : #ffffff !important;
    background-color : #d1d1d1 !important;
    border : 0px solid #d1d1d1 !important;
}



