body, html, .container {
    height: 100%
}

body {
    -webkit-touch-callout: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("/images/back2.jpg") no-repeat center center;
}

.tagline {
    font-size: 2.5em;
    color: #fff;
    line-height: 1em;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
}

.storelogo {
    margin-right: 15px;
}

#subscribe {
    margin-top: 40px;
    margin-bottom: 40px
}

input {
    border: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    color: #333;
    font-size: 16px;
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center
}

input::-webkit-input-placeholder {
    color: #bbb
}

input:-moz-placeholder {
    color: #bbb
}

input:focus {
    outline: 0
}

#email {
    width: 82%
}

#submitwrapper {
    float: right;
    position: relative;
    width: 15%
}

#submit {
    color: #fff;
    font-weight: bold;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    padding: 0 8px 0 8px;
}

#submit:hover, #submit:focus {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25), inset 0 0 14px 14px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25), inset 0 0 14px 14px rgba(255, 255, 255, 0.25);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25), inset 0 0 14px 14px rgba(255, 255, 255, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25), inset 0 0 14px 14px rgba(255, 255, 255, 0.25)
}

#submit:active {
    -webkit-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.20);
    -o-box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.20);
    box-shadow: inset 0 2px 2px 1px rgba(0, 0, 0, 0.20);
    color: #ccc;
    position: relative
}

#message {
    background: #fff;
    border-radius: 5px;
    display: none;
    font-size: 16px;
    height: 22px;
    padding: 14px 0;
    position: absolute;
    text-align: center;
    width: 83%;
    z-index: 3
}

.footer {
    background: #aaacac;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: fixed;
    text-align: center;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s;
    width: 100%;
    z-index: 2;
    letter-spacing: 1px
}

.footer.bg_0, #submit.bg_0 {
    background: rgb(22, 165, 172)
}

.footer a {
    color: #fff;
    text-decoration: none
}

.footer a:hover {
    color: #ccc
}