
.navbar.bg-rose{
color: #fff;
/*background-color: #e91e63 !important;*/
background-image: linear-gradient(to right, #6e1617, #b72a22, #6e1617);
box-shadow: 0 4px 20px 0 rgba(0,0,0,0.14), 0 7px 12px -5px rgba(233,30,99,0.46);
}




.btnd {
    position: relative;
    padding: 5px 20px !important;
    margin: .3125rem 1px;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.btnd i{
    margin-top: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 41px;
    font-size: 20px;
}

.btnd.btnd-fab{
    /*font-size: 24px;*/
    height: 41px;
    min-width: 41px;
    width: 41px;
    padding: 0 !important;
    overflow: hidden;
    position: relative;
    line-height: 41px;
}
.btnd.btnd-round{
    border-radius:0px;
}
.btnd.btnd-rose{
    color: #fff;
    background-color: #720C0C;
    border-color: #e91e63;
    border-radius:20px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(233,30,99,0.14), 0 3px 1px -2px rgba(233,30,99,0.2), 0 1px 5px 0 rgba(233,30,99,0.12);
    box-shadow: 0 2px 2px 0 rgba(233,30,99,0.14), 0 3px 1px -2px rgba(233,30,99,0.2), 0 1px 5px 0 rgba(233,30,99,0.12) !important;

}

.btnd.btnd-rose:hover{
    color: #fff!important;
    background-color: #890804;
    border-color: #b8124a;
    
    box-shadow: 0 14px 26px -12px rgba(233,30,99,0.42), 0 4px 23px 0 rgba(0,0,0,0.12), 0 8px 10px -5px rgba(233,30,99,0.2) !important;
}

.btnd.btnd-rose:focus{
    color: #fff;
    /*background-color: #ea2c6d;*/
    /*border-color: #b8124a;*/
}

