﻿.container .eff-jumbotron {
    text-align: center;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 0;
    color: #000;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.footer .footer-inner {
    left: 0;
}

    .footer .footer-inner .footer-content {
        background: #E6E6E6;
        left: 0;
        right: 0;
        bottom: 0;
    }

#connector-login-area .form-actions {
    background-color: initial;
    border: 0;
}

[data-ie=true] #connector-login-area .form-actions {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.65);
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container .eff-jumbotron {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {   
    .container .eff-jumbotron {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.container .eff-jumbotron h1 {
    font-size: 36px;
    font-weight: 300;
}

.container .eff-jumbotron h3 {
    font-size: 18px;
    font-weight: 400;
}

.container .eff-jumbotron ul li p {
    font-weight: 400;
    font-size: 16px;
}

/* ajustes para telas XS */
@media (max-width: 360px) {
    .container .jumbotron.eff-jumbotron {
        padding: 12px;
    }

    .container .eff-jumbotron h1 {
        font-size: 36px;
    }

    .container .eff-jumbotron h3 {
        font-size: 18px;
    }

    .container .eff-jumbotron ul li p {
        font-size: 16px;
    }
}
