/* ----------------------------------------------------------------
CONFIG
-----------------------------------------------------------------*/
@import '../config/config.css';
/* ----------------------------------------------------------------
AUXILIARES
-----------------------------------------------------------------*/
@import url('auxiliares.css');
/* ----------------------------------------------------------------
ANIMATE
-----------------------------------------------------------------*/
@import url('animate.css');


* {
    margin: 0;
    outline: none !important;
    outline-offset: 0 !important;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    font-family: Roboto, sans-serif;
    background: rgba(0, 0, 0, 0.65) url('/application/views/assets/img/login/fundo.jpg') fixed center center;
    background-blend-mode: multiply;
    background-size: cover;
    image-rendering: auto;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.img-responsive {
    display: inline !important;
}

.text-autentication {
    color: var(--text-color-white);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold !important;
    letter-spacing: 1px;
}

.btn-default {
    width: 100% !important;
    height: 40px !important;
    background-color: transparent;
    color: var(--text-color-white);
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease-in-out;
}

.btn-default:hover {
    background-color: var(--backgroundcolor-custom);
    color: var(--text-color-white);
}

.form-control::placeholder {
    color: var(--text-color-white);
    opacity: 0.5;
}

.input-group input {
    background-color: rgba(0, 0, 0, 0.5);
}

.input-group-addon {
    background-color: var(--backgroundcolor-custom);
    color: var(--text-color-white) !important;
    font-size: 20px !important;
}

.form-control {
    height: 40px !important;
    color: var(--text-color-white);
}

/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/
/* (2048)*/
body {
    overflow-x: hidden;
}

.center-div {
    position: relative;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.title span {
    font-size: 55px;
}

.title span:last-child {
    font-size: 18px;
    animation: byBottom 1s 0.25s ease both;
}

.autentication-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 5px;
}

.lateral-box {
    height: auto;
}

.img-responsive {
    max-width: 100%;
}

/* (1920)*/
@media only screen and (max-width: 1920px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (1680) */
@media only screen and (max-width: 1680px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (1440) */
@media only screen and (max-width: 1440px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (1366) */
@media only screen and (max-width: 1366px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (1280) */
@media only screen and (max-width: 1280px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (1080) */
@media only screen and (max-width: 1080px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .lateral-box {
        height: 290px;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (1024) */
@media only screen and (max-width: 1024px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .lateral-box {
        height: 290px;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (991) */
@media only screen and (max-width: 991px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 55px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (800) */
@media only screen and (max-width: 800px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 52px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 750px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        max-width: 100%;
    }
}

/* (767) */
@media only screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title span {
        font-size: 49px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 500px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        margin-bottom: 20px;
        max-width: 100%;
    }

}

/* (720) */
@media only screen and (max-width: 720px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 45px;
    }

    .title span:last-child {
        font-size: 18px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 500px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        margin-bottom: 20px;
        max-width: 100%;
    }

}

/* (667) */
@media only screen and (max-width: 667px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 33px;
    }

    .title span:last-child {
        font-size: 20px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 450px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        margin-bottom: 20px;
        max-width: 100%;
    }

}

/* (480)*/
@media only screen and (max-width: 480px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 25px;
    }

    .title span:last-child {
        font-size: 15px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 380px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        margin-bottom: 20px;
        max-width: 100%;
    }

}

/* (375)*/
@media only screen and (max-width: 375px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 22px;
    }

    .title span:last-child {
        font-size: 13px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 330px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        margin-bottom: 20px;
        max-width: 100%;
    }

}

/* (320)*/
@media only screen and (max-width: 320px) {
    body {
        overflow-x: hidden;
    }

    .center-div {
        position: relative;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
    }

    .title {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .title span {
        font-size: 20px;
    }

    .title span:last-child {
        font-size: 12px;
        animation: byBottom 1s 0.25s ease both;
    }

    .autentication-box {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 330px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .lateral-box {
        height: auto;
    }

    .img-responsive {
        margin-bottom: 20px;
        max-width: 100%;
    }

}
