body {
    /*background-image: linear-gradient(to right, #93291E , #ED213A);*/
	flex-direction: row;
    display: flex;
}

.top-bar{
    background-color: transparent !important;
}

body, html {
	  height: 100%;
  }

  .bg {
	    /* The image used */
	    background-image: url("../assets/img/fundo_pbmed.jpg");

	      /* Full height */
	      height: 100%;

	        /* Center and scale the image nicely */
	        background-position: center;
		  background-repeat: no-repeat;
		    background-size: cover;
	    }


		.botao_login {
			background-color: #cc4b37 !important;
			color: #fefefe;
		}		