body {
    margin: 0;
    background-color: #133A57;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

#logo-nav > img{
    width: 20%;
    height: 41.3px;
    margin-top: 15px;
    margin-left: 40px;
    float: left;
}

.words {
    float: left;
    height: 540px;
    width: 800px;
    margin-top: 180px;
    margin-left: -290px;
    background-color: white;
    opacity: 0.5;
    padding: 1% 1%;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    /* color: white; */
    text-align: center;
    /* background-image: url("../images/gbr2-1.png"); */
    background-size: 100%;
    scale: 2.0;
}

h2 {
    margin-top: 150px;
}

#subhead{
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    line-height: 1.7;
}

#points {
    margin-top: 20px;
    margin-left: auto;
    display: inline-block;
    width: 30%;
    height: 100px;
}

#points img {
    width: 70px;
    height: 70px;
}

.form {
    height: 107%;
    width: 35%;
    margin-left: 63%;
    background-color: white;
    padding: 1% 1%;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
}


#logo {
    display: block;
    margin: auto;
    margin-bottom: 40px;
    height: 46px;
    width: 32px;
    padding-top: 25px;
}

.container {
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: 80px;
}

input {
    display: block;
    height: 60%;
    width: 90%;
    padding: 2%;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -14px;
    border: 1px solid #c1c1c1;
    font-size: 9pt;
    border-radius: 2px;
}

h6 {
    color: #133A57;
    margin-left: 20px;
}

.bottom {
    border-bottom: 1px solid #c1c1c1;
}

input[type=submit] {
    color: white;
    display: block;
    margin: auto;
    height: 60px;
    width: 72%;
    margin-top: 15px;
    padding: 0;
    font-size: 14pt;
    background-color: #133A57;
    border-radius: 5px;
    border: none;
}

.check {
    display: block;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 83%;
    height: 25px;
}

input[type=checkbox] {
    display: inline-block;
    height: 12px;
    width: 20px;
    margin-right: 4px;
}

#terms {
    display: inline;
    font-size: 8pt;
}

#signup {
    text-align: center;
    width: 80%;
    text-decoration: none;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10pt;
    color: black;
}

#link1 {
    text-decoration: none;
    color: black;
}

#link {
    text-decoration: none;
    color:orange;
}

#signup:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1200px) {
    .words {
        display: none;
    }
    .form {
        width: 100%;
        margin-left: 0%;
    }

    #logo-nav > img{
        margin-left: -70px;
        margin-right: auto;
    }
}