@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
	background-image: url('/imgs/matraces.jpg');
	background-size: cover;
	height: 100%;
	font-family: 'Numans', sans-serif;
}

form{
    width: 50%;
    margin: auto;
}

.input-group{
    margin-bottom: 2%;
}

h5{
    background-color: white;
    text-align: center;
}

button {
    float: right;
}

