/* ----------------------------------------------------------------
CONFIGS
-----------------------------------------------------------------*/
@import url('../configuracoes.css');

/* ----------------------------------------------------------------
AUXILIARES
-----------------------------------------------------------------*/
@import url('auxiliares.css');

/* ----------------------------------------------------------------
LOADER
-----------------------------------------------------------------*/
@import url('../estilos_gerais/loader.css');

/* ----------------------------------------------------------------
ANIMATE
-----------------------------------------------------------------*/
@import url('../animate/animate.css');

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

html,
body {
    position: relative;
    width: 100%;
    height: 100% !important;
    font-family: 'Open Sans', sans-serif;
}

.form-control:focus {
  background-color: var(--bg-color-white);
  border: 1px solid var(--border-color-green-pas);
  box-shadow: none;
  outline: 0 !important;
  color: var(--text-color-custom);
}

.logo_box_blue {
    background-color: var(--bg-color-custom);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}

.logo_box_white {
    background-color: var(--bg-color-white);
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.img-responsive {
    display: inline !important;
    margin-top: 35px;
    margin-bottom: 30px;
}

.text-platform-name {
    color: var(--text-color-white);
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold !important;
}

.text-autentication {
    color: var(--text-color-custom);
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold !important;
}

.btn-pasp-login {
    width: 100% !important;
    background-color: var(--bg-color-custom);
    color: var(--text-color-white);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border: none !important;
}

.btn-pasp-login:hover,
.btn-pasp-login:active,
.btn-pasp-login.active {
  background-color: var(--bg-color-green-pas) !important;
  color: var(--text-color-white) !important;
}

.btn-pasp-login:focus {
  background-color: none ;
  color: var(--text-color-white) !important;
}

.input-group input {
    background-color: var(--bg-color-white);
}

.input-group-addon {
    background-color: var(--bg-color-custom);
    color: #ffffff !important;
    font-size: 20px !important;
}

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

a {
    color: var(--text-color-custom);
    text-decoration: none;
}

a:hover {
    color: var(--bg-color-green-pas);
    text-decoration: none;
}

.help-block {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  position: absolute !important;
  font-size: 11px !important;
  font-style: italic !important;
}

.has-error .input-group-addon {
  color: #ffffff !important;
  background-color: var(--bg-color-custom) !important;
}

.form-group {
    margin-bottom: 20px !important;
}

/* ----------------------------------------------------------------
	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;
    -webkit-animation: byBottom 1s 0.25s ease both;
            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: 325px;
}

.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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .img-responsive {
        margin-top: 45px;
        max-width: 100%;
    }

    .logo_box_blue {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .logo_box_white {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
}

/* (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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .img-responsive {
        margin-top: 45px;
        max-width: 100%;
    }

    .logo_box_blue {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .logo_box_white {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
}

/* (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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .img-responsive {
        margin-top: 45px;
        max-width: 100%;
    }

    .logo_box_blue {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .logo_box_white {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
}

/* (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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .img-responsive {
        margin-top: 45px;
        max-width: 100%;
    }

    .logo_box_blue {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .logo_box_white {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
}

/* (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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .img-responsive {
        margin-top: 60px;
        max-width: 100%;
    }

    .text-platform-name {
        font-size: 19px;
    }

    .logo_box_blue {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .logo_box_white {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
}

/* (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;
        -webkit-animation: byBottom 1s 0.25s ease both;
                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: 325px;
    }

    .img-responsive {
        margin-top: 60px;
        max-width: 100%;
    }

    .logo_box_blue {
        border-bottom-left-radius: 15px;
        border-top-left-radius: 15px;
    }

    .logo_box_white {
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 15px !important;
    }
}
