body{
    overflow-x: hidden;
    background:
    linear-gradient(
      rgba(0, 0, 0, 0.4), 
      rgba(0, 0, 0, 0.4)
    ),
     url("../images/universe.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;

    font-family: 'Raleway';
}

.centered-form{
    margin-top: 30px;
}

.centered-form .panel{
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.yellow {
	background: rgb(246, 222, 17);
	color: #000;
	font-weight: 800 !important;
	padding-left: 50px;
	padding-right: 50px;
	
}