﻿html {
    font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}

body {
    background: #E6E6E6;
}



.testeForma2.animarTeste {
    animation-name: bol1;
    animation-delay: 0;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}


.bolasMagicas.animarBola1 {
    animation-name: bol1;
    animation-delay: 0.25s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    /*animation: slide2 1s linear infinite alternate-reverse;*/
}

.bolasMagicas.animarBola2 {
    animation-name: bol1;
    animation-delay: 0.50s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    /*animation: slide2 2s linear infinite alternate-reverse;*/
}

.bolasMagicas.animarBola3 {
    animation-name: bol1;
    animation-delay: 0.75s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    /*animation: slide2 3s linear infinite alternate-reverse;*/
}

.bolasMagicas.animarBola4 {
    animation-name: bol1;
    animation-delay: 1s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    /*animation: slide2 4s linear infinite alternate-reverse;*/
}


@keyframes slide2 {
    to {
        opacity: 1;
    }
}

@keyframes bol1 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}




#modal.animar {
    animation-name: slide;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes slide {
    to {
        transform: translateY(0px);
        opacity: 1;
    }
}


.testeForma {
    width: 100%;
    height: 60%;
    background: rgb(15,168,200);
    background: linear-gradient(234deg, rgba(15,168,200,1) 0%, rgba(35,49,161,1) 65%, rgba(11,25,105,1) 92%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    clip-path: polygon(100% 0,0 0,0 77.5%,1% 77.4%,2% 77.1%,3% 76.6%,4% 75.9%,5% 75.05%,6% 74.05%,7% 72.95%,8% 71.75%,9% 70.55%,10% 69.3%,11% 68.05%,12% 66.9%,13% 65.8%,14% 64.8%,15% 64%,16% 63.35%,17% 62.85%,18% 62.6%,19% 62.5%,20% 62.65%,21% 63%,22% 63.5%,23% 64.2%,24% 65.1%,25% 66.1%,26% 67.2%,27% 68.4%,28% 69.65%,29% 70.9%,30% 72.15%,31% 73.3%,32% 74.35%,33% 75.3%,34% 76.1%,35% 76.75%,36% 77.2%,37% 77.45%,38% 77.5%,39% 77.3%,40% 76.95%,41% 76.4%,42% 75.65%,43% 74.75%,44% 73.75%,45% 72.6%,46% 71.4%,47% 70.15%,48% 68.9%,49% 67.7%,50% 66.55%,51% 65.5%,52% 64.55%,53% 63.75%,54% 63.15%,55% 62.75%,56% 62.55%,57% 62.5%,58% 62.7%,59% 63.1%,60% 63.7%,61% 64.45%,62% 65.4%,63% 66.45%,64% 67.6%,65% 68.8%,66% 70.05%,67% 71.3%,68% 72.5%,69% 73.6%,70% 74.65%,71% 75.55%,72% 76.35%,73% 76.9%,74% 77.3%,75% 77.5%,76% 77.45%,77% 77.25%,78% 76.8%,79% 76.2%,80% 75.4%,81% 74.45%,82% 73.4%,83% 72.25%,84% 71.05%,85% 69.8%,86% 68.55%,87% 67.35%,88% 66.2%,89% 65.2%,90% 64.3%,91% 63.55%,92% 63%,93% 62.65%,94% 62.5%,95% 62.55%,96% 62.8%,97% 63.3%,98% 63.9%,99% 64.75%,100% 65.7%);
}

.testeForma2 {
    width: 100%;
    height: 60.2%;
    background: rgb(15,168,200);
    background: linear-gradient(209deg, rgba(15,168,200,1) 0%, rgba(35,49,161,1) 65%, rgba(11,25,105,1) 92%);
    z-index: 98;
    /*background-color: red;*/
    position: absolute;
    top: 0px;
    left: 0px;
    clip-path: polygon(100% 0,0 0,0 77.5%,1% 77.4%,2% 77.1%,3% 76.6%,4% 75.9%,5% 75.05%,6% 74.05%,7% 72.95%,8% 71.75%,9% 70.55%,10% 69.3%,11% 68.05%,12% 66.9%,13% 65.8%,14% 64.8%,15% 64%,16% 63.35%,17% 62.85%,18% 62.6%,19% 62.5%,20% 62.65%,21% 63%,22% 63.5%,23% 64.2%,24% 65.1%,25% 66.1%,26% 67.2%,27% 68.4%,28% 69.65%,29% 70.9%,30% 72.15%,31% 73.3%,32% 74.35%,33% 75.3%,34% 76.1%,35% 76.75%,36% 77.2%,37% 77.45%,38% 77.5%,39% 77.3%,40% 76.95%,41% 76.4%,42% 75.65%,43% 74.75%,44% 73.75%,45% 72.6%,46% 71.4%,47% 70.15%,48% 68.9%,49% 67.7%,50% 66.55%,51% 65.5%,52% 64.55%,53% 63.75%,54% 63.15%,55% 62.75%,56% 62.55%,57% 62.5%,58% 62.7%,59% 63.1%,60% 63.7%,61% 64.45%,62% 65.4%,63% 66.45%,64% 67.6%,65% 68.8%,66% 70.05%,67% 71.3%,68% 72.5%,69% 73.6%,70% 74.65%,71% 75.55%,72% 76.35%,73% 76.9%,74% 77.3%,75% 77.5%,76% 77.45%,77% 77.25%,78% 76.8%,79% 76.2%,80% 75.4%,81% 74.45%,82% 73.4%,83% 72.25%,84% 71.05%,85% 69.8%,86% 68.55%,87% 67.35%,88% 66.2%,89% 65.2%,90% 64.3%,91% 63.55%,92% 63%,93% 62.65%,94% 62.5%,95% 62.55%,96% 62.8%,97% 63.3%,98% 63.9%,99% 64.75%,100% 65.7%);
}



.groupInput {
    width: 100%;
    height: 60px;
    border-bottom: solid #cecece 2px;
    margin-bottom: 20px;
}

.textInput {
    width: 475px;
    height: 25px;
    /*margin-left: 10px;*/
    float: left;
    text-align: left;
    line-height: 30px;
    color: #757575;
    font-weight: bold;
    font-size: 13px;
    color: #373737;
}

.iconTextLogin {
    width: 30px;
    height: 25px;
    /*border: solid red 1px;*/
    float: left;
    /*margin-left: 10px;*/
    background-position: center;
    background-size: 16px;
    background-repeat: no-repeat;
}

.iconSenha {
    background-image: url(../img/V3/iconSenha.png);
}

.iconUsuario {
    background-image: url(../img/V3/iconUsuario.png);
}

.iconCenario {
    background-image: url(../img/V3/iconCenario.png);
}

.boxInput {
    color: #aaaaaa !important;
    font-size: 14px;
    /*font-weight: bold;*/
    /*border: solid red 1px;*/
    width: 185px;
}









.container {
    position: fixed;
    height: 100%;
    width: 100%;
    /*background: rgb(15,168,200);
    background: linear-gradient(234deg, rgba(15,168,200,1) 0%, rgba(35,49,161,1) 65%, rgba(11,25,105,1) 92%);*/
    background: rgb(15,168,200);
    background: linear-gradient(238deg, rgba(15,168,200,1) 0%, rgba(35,49,161,1) 65%, rgba(11,25,105,1) 92%);
}

.login {
    margin: auto;
    width: 500px;
    padding-top: 5%;
    max-width: 500px;
}

.bolasMagicas {
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 7px;
    opacity: 0;
}

.login .mid {
    width: 465px;
    background: #CFCBCB;
    padding: 0px 30px 25px 30px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 50%, rgba(208,208,208,1) 93%);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ADADAD;
    -webkit-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.58);
    -moz-box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.58);
    box-shadow: 3px 4px 10px 0px rgba(50, 50, 50, 0.58);
    z-index: 99;
    position: absolute;
    opacity: 0;
    transform: translateY(-40px);
    animation-delay: .2s;
}

    .login .mid .logo {
        margin: 10px auto;
        text-align: center;
    }

    .login .mid .form-group {
        margin-bottom: 0px;
    }

    .login .mid input[type="text"], .login .mid input[type="password"] {
        /*background-color: #fff;*/
        background-color: transparent;
        padding-left: 5px;
        border-radius: 0;
        border: 0px solid #D1D1D1;
        border-left: none;
        color: #000;
        height: 25px;
    }

textarea:focus, input:focus {
    outline: none;
}

.login .mid .input-group {
    margin-bottom: 10px;
    width: 100%;
}

.login .mid .input-group-addon {
    border: 1px solid #D1D1D1;
    width: 80px;
}

.login .mid .entrar {
    margin-top: 40px;
    padding: 10px 0;
    background-color: #2170B3;
    color: #fff;
    border-radius: 0;
}

.login .mid .divError #lblMensagem {
    background: #C61A1E;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.login .ft {
    padding: 20px 10px;
    width: 100%;
}

.footer {
    width: 100%;
    position: fixed;
    bottom: 5px;
    text-align: center;
    z-index: -1;
    left: -10px;
}

.gray-text-style {
    color: #999;
    font-size: 10pt;
    text-decoration: none;
    margin-top: 25px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    /*-webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-text-fill-color: #000 !important;*/
}

@media (max-width: 550px) {
    .login {
        /*width: 90%;*/
    }

        .login .mid .logo img {
            width: 100%;
        }

        .login .mid {
            width: 90%;
            padding-left: 40px;
            padding-right: 40px;
        }

    .bolasMagicas {
        display: none;
    }

    .footer {
        bottom: 15px;
    }
}


@media (max-width: 338px) {
    .boxInput {
        width:140px;
        font-size:12px;
    }
    .iconTextLogin {
        width: 25px;
        height: 25px;
        background-size: 14px;
    }

    .textInput {
        font-size: 11px;
    }
    .login .mid .entrar {
        margin-top: 10px;
    }
}