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_fs1.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: #3adb76 !important;
	color: #fefefe;
}		