.test-label{
    position: fixed;
    bottom: 45%;
    right: 0;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    z-index: 100;
    opacity: 0.4;
    transform: rotate(90deg);
	   transform-origin: right 0;
}

.menu-bar{
   background-color:orange !important;
}