﻿body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    min-width: 320px;
    background-size: 100% 100% !important;
}

a {
    color: #008CBA;
}

    a:hover, a:focus {
        color: #0078a0;
    }

#top-bar {
    padding-bottom: 10px;
    min-height: 40px;
}

#wrapper {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    padding: 20px 0px;
}

#inner-content {
    min-height: 576px;
    height: 100%;
    clear: both;
    margin: 0 auto;
    background-size: 100% 100% !important;
}

#inner-controls {
    padding-top: 375px;
}

#header-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100% !important;
}

#footer-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-size: 100% 100% !important;
}

#content_subject {
    padding: 20px 0px 10px 0px;
}

#content_message {
    padding: 10px 0px 20px 0px;
}

#content_rules {
    padding: 5px;
}

#footer {
    padding-top: 20px;
}

#rules {
    line-height: 30px;
}

#help {
    line-height: 30px;
}

.row {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
}

.code {
    margin: 0 auto !important;
    text-align: center;
    max-width: 350px;
    width: 100%;
}

.captcha {
    transform: scale(0.90);
    transform-origin: center top;
}

.btn-primary {
    background-color: #007095;
    border-color: #007095;
}

.submit {
    width: 200px;
    line-height: 15px;
    padding: 10px;
}

#errors {
    max-width: 425px;
    width: 100%;
}

.validation {
    list-style: none;
}

.modal.center {
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
