﻿header img.header-logo {
    height: 60px;
    width: auto;
    margin: -10px 0;
}

#sisevo_image {
    height: 283px;
    margin: auto;
    display: block;
    opacity: 0.8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#juridical {
    padding: 10px 20px;
}

#juridical>h1 {
    margin-top: 10px !important;
}

@media (max-width:992px) {
    #sisevo_image {
        margin: auto;
        display: block;
        opacity: 0.8;
        margin-bottom: 12px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}

#extr-page .modal-header > h4 {
    color: black !important;
}
#extr-page .modal-body label {
    font-weight: 300 !important;
}

#extr-page > body {
    overflow: hidden;
}

#extr-page #main {
    background: url(../Images/background.jpg) no-repeat center top fixed;
    background-size: cover;
    color: #fff;
    margin: 0;
    overflow-y: hidden;
    padding-bottom: 0;
    min-height: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 115px;
}

#extr-page {
    background-size: cover;
    color: #fff;
    overflow: visible;
}

#extr-page #header {
    margin: 0;
    height: 85px;
    border-bottom: 1px solid #eee !important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: #22262e
}