html {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
}

.fill { 
    min-height: 100%;
    height: 100%;
}

#logo {
    width: 100%;
    height: 159px;
    background-image: url('../images/mobile-logo.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

#title {
    text-align: center;
}

#content {
    background-image: url('../images/bg-content.png');
}

.content {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 22px;
    font-size: 16px;
} 

.center {
    text-align: center;
}

.error {
    color: #602828;
}

#submit {
    text-align: right;
}

#submit button {
    width: 100% !important;
}

#design_background {
    height: 230px;
}

.top-buffer {
    margin-top: 20px;
}

.text-center {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

input, select, textarea {
    background-color: #dedfe8 !important;
    border: 1px solid #dedfe8 !important;
    color: #9497af !important;
    font-size: 16px;
}

/* For Tablets */
@media only screen and (min-width: 600px) {
    #logo {
        height: 364px;
        background-image: url('../images/logo.png');
        background-size: cover;
    }

    .content {
        padding: 20px;
        line-height: 35px;
        font-size: 24px;
    } 
}
