@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{
    padding: 3%;
    background-color: rgba(106,117,135,0.5);
}

.input-group{
    margin: 1% auto;
}

button{
    float: right;
}

h4{
    color: white;
}

