body {
    overflow: hidden;
}

.backGround {
    height: auto;
    background: #666 url(../images/background.jpg) no-repeat;
    padding-top: 105px;
    background-size: cover;
    background-position: 0;
}


.subnavigation {
    z-index: 2;
    background-color: #fff;
    opacity: .9;
    position: absolute;
    top: 44px;
    height: 61px;
    width: 100%;
    margin: 0;
}

.header-wrapper {
    height: 170px;
}

.header-wrapper-alignment {
    top: 50%;
    position: relative;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .header-wrapper-alignment > h1 {
        text-shadow: 0 0 30px rgba(0,0,0,0.5);
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0;
    }

#controlcontainer {
    background: #fff;
}

.introduction {
    text-align: center;
    color: #000;
    font-size: 17px;
    margin-bottom: 30px;
}

#successimg {
    height: 80px;
    margin-left: 45%;
}

#complogo {
    padding: 5px;
    position: relative;
    left: 7em;
    height: 100%;
}

.backGround h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: sans-serif;
    color: #827e7e;
    font-weight: 100;
}

.container {
    width: 35em;
    height: 17.5em;
    padding: 10px;
}

    .container input {
        width: 100%;
        height: 33px;
        border: 1px solid #aaaaa1;
        font-size: 15px;
    }

    .container button {
        font-family: sans-serif;
        font-size: 16px;
        height: 36px;
        margin-right: 0.5em;
        margin-top: 1em;
    }

    .container p {
        font-family: sans-serif;
    }

#completedcontainer {
    width: 35em;
    height: 17.5em;
    padding: 10px;
    margin: auto;
    text-align: center;
}

#newsignIn {
    margin: 3px 43%;
}

.errormsg {
    color: red;
    font-size: 14px;
    margin-left: 4px;
}



.btn {
    /*background-color: #fb7349 !important;
    color: #fff !important;*/
}
