body {
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    background: url(../img/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

form {
    padding: 2%;
}

h4 {
    margin: 2% auto;
    width: 395px;
    height: 110px;
    background: url(../img/apply.png) no-repeat;
    background-size: 100% 100%;
}

.container {
    margin-top: 3%;
    margin-bottom: 3%;
    background-color: rgba(255,255,255,.9);
    border-radius: 15px;
}

.alert {
    display: none;
}
