body{
    margin-top:0 !important;
}
.header{
    background: #000 !important;
    text-align: center;
    width: 100%;
    padding:1em 0;
    margin-bottom:2rem;
}
.header a{
    display: block;
    width: 200px;
    margin:0 auto;
}
.header a img{max-width: 100%;}

.row{
    margin:0 !important;
}
.btn-primary{
    margin-bottom:0.5em !important;
}
.formError .formErrorContent{
    color:red !important;
    background: none !important;
}
#err_file{
    font-size: 11px;
    padding: 4px 10px 4px 10px;
    color:red !important;
}