html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

a,
p {
    font-weight: 500;
}

section.main-content {
    padding-top: 30px;
}

.reports-container {
    padding: 60px 0 0 30px;
}

section.login-wrap {
    padding: 80px 0 160px 0;
    margin: -50px;
    background-image: url(../img/undraw_secure_data.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    background-size: 50%;
}


/** NAVBAR **/

.navbar:before {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: none;
    content: "";
    pointer-events: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .2)), to(transparent));
    background-image: linear-gradient(rgba(0, 0, 0, .2), transparent);
}

.site-header {
    margin: 0 0 80px 0;
}

.navbar-brand {
    font-weight: 600;
}

.navbar-nav li {
    font-weight: 600;
}

.nav-select {
    margin: 0 20px 0;
}

.nav-search button {
    margin: 0 0 0 20px;
    padding-left: 20px;
    padding-right: 20px;
}


/* .navbar-light .navbar-nav .active>a.nav-link {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
} */


/* .navbar-light .navbar-nav .active>a.nav-link:hover {
    background-color: #138496;
} */


/** TABLES **/

tbody {
    font-size: 1rem;
}


/** FORMS **/

.login-status {
    margin: 0 0 20px 0;
}

input.form-adjust {
    margin-bottom: 20px;
}

.login-form-card {
    max-width: 375px;
    padding: 30px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.g-recaptcha {
    display: inline-block;
}

.text-xs-center {
    text-align: center;
}


/* elements */

.hover-icon:hover,
.hover-icon:focus {
    color: #3e3d3d !important;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
    transform: scale(1.05);
}


/** FOOTER **/

footer.page-footer {
    margin-top: 30px;
    background: #2196f3;
}

.footer-content {
    padding: 0 15px 20px 15px;
}

footer .footer-contact {
    color: #fff;
}

footer.page-footer .footer-copyright {
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .6);
}

.footer-copyright p {
    margin-bottom: 0 !important;
}

.footer-copyright a {
    color: #fff;
}

.footer-copyright a:hover {
    color: #3e3d3d;
}