body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-image: url("../img/background.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    font-size: 75px;
    font-weight: 700;
    color: #ffffff;
}

h3 {
    font-size: 25px;
    font-weight: 100;
    color: #ffffff;
    margin:30px 0;
    line-height:40px;
}

input{
    outline:none;
}

.central-box{
    margin-top:15vh;
}



.input-form {
    float: left;
    width: 50%;
    text-align:left;
}

    .input-form label {
        float: left;
        width: 100%;
        color:#ffffff;
        font-weight:400;
    }

    .input-form input {
        float: left;
        width: 97%;
        padding:8px;
        border:none;
        border-radius:4px;
    }

.checkbox-form {
    float: left;
    width: 100%;
    color: #ffffff;
    font-weight: 100;
    text-align: left;
    font-size: 12px;
    margin: 40px 0 -20px 8%;
}

    .checkbox-form input{
        border: solid 1px #fff!important;
        height:15px;
        width:15px;
        float:left;
    }

    .checkbox-form label {
        color: #ffffff;
        font-size: 13px;
        font-weight: 400;
        float: left;
        margin: 0px 0 0 5px;
        cursor:pointer;
    }

.submit-form {
    float: left;
    width: 100%;
    font-weight: 100;
    text-align: left;
    font-size: 12px;
    margin: 60px 0 0;
    text-align:center;
}

    .submit-form input {
        color: #fff;
        background: #ff6a00;
        padding: 8px 22px;
        font-size: 18px;
        border: none;
        border-radius: 4px;
    }

        .submit-form input:hover {
            background: #f6771d;
        }


.response {
    display:none;
    font-size: 20px;
    color: #ffffff;
    margin:80px 0;
    font-weight:100;
}

.response h4{
    font-size: 45px;
}

@media(max-width:450px) {
    h1 {
            font-size: 38px;
            font-weight: 700;
            color: #ffffff;
        }

        h3 {
            font-size: 15px;
            font-weight: 100;
            color: #ffffff;
            margin: 15px 0;
            line-height: 24px;
        }

        input {
            outline: none;
        }

        .central-box {
            margin-top: 5vh;
        }

        .input-form {
            float: left;
            width: 95%;
            margin:10px 0 10px 4%; 
            text-align: left;
        }

        .checkbox-form {
            float: left;
            width: 100%;
            color: #ffffff;
            font-weight: 100;
            text-align: left;
            margin: 20px 0 0px 4%;
        }


            .checkbox-form label {
                float: left;
                width:90%;
                margin:0 0 0 10px;
            }

        .submit-form {
            margin: 40px 0 0;
        }

    .response {
        font-size: 15px;
        margin: 50px 0 0;
    }
        .response h4 {
            font-size: 25px;
        }


    }
