.btn{
 /* background-color: rgb(13, 154, 255) !important; */
 background-color: white !important;
 border: 1px solid #748374 !important;
 color: #748374 !important;

}
label{
 color: #748374 !important;
}
body {
 margin: 0;
 font-family: "Google Sans Text","Roboto",Arial,sans-serif  !important;
 font-size: 0.875rem;
 font-weight: 400;
 line-height: 1.5;
 color: #748374 !important;
 text-align: left;
 background-color: #fff;
}

body.gray-bg{
    background: #f3f3f2 !important;
    /* change to wellness color */
    
}