body {
    background: #FFFFFF;
    font-size: 20px;
}

.clearfix {
    clear: both;    
}

.container {
    margin: 0 auto;
    padding: 20px 50px;
    text-align: center;
    min-height: calc(100vh - 500px);
}

.container, #scrolling-notice {
    background: #008949;
}

header, footer, #header-title h1 {
    width: 100%;
    font-family: 'Oswald';
}


header, footer, #header-title h2 {
    width: 100%;
    font-family: 'Oswald';
}

header {
    background: url('../themes/pkjpp-simple/assets/images/header-bg.jpg');
    background-size: cover;
    background-position: center center;
}

header .wrapper {
    background: rgba(0,0,0,0.4);
    padding-bottom: 100px;
}

#top-header {
    color: #ffffff;
}

#top-header .left {
    float: left;
}

#top-header .right {
    float: right;
}

#top-header .right, #top-header .left {
    padding: 20px;
}

#logo {
    color: #ffffff;
}

#logo img {
    margin-right: 15px;
}

#logo a, #top-header a {
    text-decoration: none;
}

#navigation {
    color: #ffffff;
}

#header-title {
    margin: 0 auto;
    padding: 0 50px;
}

#header-title h1 {
    font-size: 60pt;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding-bottom: 20px;
    border-bottom: 10px solid #008949;
}


#header-title h2 {
    font-size: 40pt;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

#header-title, #scrolling-notice .wrapper  {
    width: 50%;
    max-width: 620px;
}

#scrolling-notice .wrapper {
    padding: 20px 30px 20px 10px;
    margin: 0 auto;
}

#scrolling-notice marquee {
    font-size: 16px;
}

footer {
   padding: 60px 30px 30px 30px;
}

footer .copyright {
    text-align: center;
    font-size: 14px;
}

.container button {
    text-transform: uppercase;
    min-width: 340px;
}

.form-group {
    padding: 20px;
}

.form-code-login input {
    min-width: 340px;
}

.submit button.btn {
    padding: 10px 20px;
    margin: 20px 0;
}

input {
    padding: 10px;
}

@media screen and (max-width: 768px) {
    #header-title, #scrolling-notice .wrapper  {
        width: 100%;
        max-width: 100%;
    }

    input {
        max-width: 100%;
    }
    
    
    #header-title {
        padding: 10px 30px 50px 30px
    }
}

@media screen and (max-width: 640px) {

    .container button {
        min-width: 100%;
        white-space: pre-line;
        font-size: 15px;
    }

    .form-code-login input {
        min-width: 100%;
    }
}