* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    margin: 0 auto;
    line-height: 1.0em;
    background-color: #fff47d;
    height: 100%;
}
a {
    color: #e30112;
    text-align: center;
    z-index: 99;
}

.alinhamento{
    padding-top: 6em;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.alinhamento2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 0.5em;
}

.edital{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    
}

.content {
    /* padding-top: 6em; */
    z-index: 1;
    height: 100%;
}

.bg-body {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 55%;
    background-position: center;
    position: fixed;
    padding-top: 4;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    opacity: 0.3; 
}

.header {
    padding: 0.6em;
    background-color: #2a2829;
}

body .primary-button {
    background: #02a6eb;
    color: #fff;
}
.splash {
    margin: 0 auto;
    padding: 1.5em 1em 0;
    background: #eee;
}
.splash .splash-head {
    font-size: 300%;
    margin: 0em 0;
    line-height: 1.2em;
}
.splash .splash-subhead {
    color: #999;
    font-weight: 300;
    line-height: 1.4em;
}
.splash .primary-button {
    font-size: 150%;
}
.content .content-subhead {
    color: #999;
    padding-bottom: 0.3em;
    text-transform: uppercase;
    margin: 0;
    border-bottom: 2px solid #eee;
    display: inline-block;
}
.content .content-ribbon {
    margin: 1.5em 3em;
}
.ribbon {
    background: #eee;
    text-align: center;
    padding: 2em;
    color: #999;
}
.ribbon h2 {
    display: inline;
    font-weight: normal;
}
.footer {
    background: #2d3e50;
    color: #fff;
    text-align: center;
    padding: 1em;
    font-size: 80%;
    bottom: 0;
    left: 0;
    height: 40px;
    position: absolute;
    width: 100%;
}
ul.errorlist {
    margin: 0;
    padding: 0;
}
ul.errorlist li {
    color: #C53F3F;
    display: block;
    margin: 0.3em 0;
    font-size: 0.9em;
    border: none;
    padding: 0;
}
.btn-primary{
    background-color: #e30112;
    color: white;
    padding: 0.5em 2em;
    border-radius: 5px;
}

a.pure-button-primary {
    background: white;
    color: #1f8dd6;
    border-radius: 5px;
    font-size: 120%;
}
.inner {
    padding: 0em 1em;
}
.inner p {
    margin-top: 0;
}
ul.breadcrumb {
    padding: 0;
}
ul.breadcrumb li {
    display: inline-block;
}
ul.breadcrumb li a {
    display: inline-block;
    padding: 0.3em 0.7em;
}

label{
    font-weight: bold !important;
}

@media only screen and (max-width: 800px) {
    .bg-body {
      background-size: 65%;
    }
}
  
@media only screen and (max-width: 600px) {
    .bg-body {
        background-size: 75%;
    }
}

@media only screen and (max-width: 500px) {
    .bg-body {
        background-size: 85%;
    }
}

@media only screen and (max-width: 400px) {
    .bg-body {
        background-size: 95%;
    }
}