/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
    min-height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
    overflow-y: auto;

    /*
    background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    */
    background-color: white;
    color: #333333;
}

.content-box {
    width: 360px;
    margin: 40px auto;
}

@media (max-width: 768px) {
    .content-box {
        width: 90%;
        margin-top: 20px;
    }
}

.content-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.content-logo img {
    max-width: 400px;
    width: 100%;
}

.content-logo a {
    color: #444;
}

.content-box-body {
    padding: 20px;
    color: #333333;
    border-top: 0;
}

.placeholder {
    width: 100%;
    background-color: #FFF;
}

a, a:visited, a:active, a:hover {
    color: #d9292f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.pr-signup-button, .pr-signup-button:visited, .pr-signup-button:hover, .pr-signup-button:active {
    display: inline-block;
    padding: 10px;
    margin: 10px 0;

    border: 2px solid #d9292f;
    border-radius: 3px;
    background-color: #d9292f;
    color: white;
    font-weight: bold;
}

.pr-signup-button:hover, .pr-signup-button:active {
    color: #d9292f;
    background-color: white;
    text-decoration: none;
}

.terms-link {
    font-size: 12px;
}

.terms {
    font-size: 12px;
    color: #333333;
}

p {
    margin: 0;
}
