@font-face {
    font-family: ModernSansLight;
    src: url("fonts/ModernSans-Light.otf") format("opentype");
}

body, html {
    height: 100%;
    margin: 0;
    padding : 0;
}
  
.bg {
    /* The image used */
    background-image: url("background3.png");

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: table;
    overflow:hidden;
    width: 100%
}

.content {
    text-align: center;
    display: table-cell;
}

h1 {
    font-family: ModernSansLight;
    font-size: 100px;
    text-align: center;
    color: white;
    margin: 45px 0 45px 0;
    padding: 0;
    font-weight: normal;
}

p {
    position: absolute;
    padding: 5px;
    bottom : 0;
    left: 0;
    margin: 0 0 10px 10px;
    font-family: ModernSansLight;
    font-size : 50px;
    color: white;
    width: 500px;
    text-align: justify;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.9);
}

input[type=text] {
    float: none;
    display: table-cell;
    text-align: left;
    width: 600px;
    height: 25px;
    font-size: 18px;
    padding: 15px 15px 15px 25px;
    background-color: rgba(255, 255, 255,0.9);
    border-radius: 100px;
    border: 1px solid #fff;
}