
.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

    .cb-slideshow:after {
        content: '';
    }

    .cb-slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: none;
        opacity: 0;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        -webkit-animation: imageAnimation 30s linear infinite 0s;
        -moz-animation: imageAnimation 30s linear infinite 0s;
        -o-animation: imageAnimation 30s linear infinite 0s;
        -ms-animation: imageAnimation 30s linear infinite 0s;
        animation: imageAnimation 30s linear infinite 0s;
    }

    .cb-slideshow li:nth-child(1) span {
        background-image: url(../images/img1.jpg);
    }

    .cb-slideshow li:nth-child(2) span {
        background-image: url(../images/img2.jpg);
        -webkit-animation-delay: 10s;
        -moz-animation-delay: 10s;
        -o-animation-delay: 10s;
        -ms-animation-delay: 10s;
        animation-delay: 10s;
    }

    .cb-slideshow li:nth-child(3) span {
        background-image: url(../images/img3.jpg);
        -webkit-animation-delay: 20s;
        -moz-animation-delay: 20s;
        -o-animation-delay: 20s;
        -ms-animation-delay: 20s;
        animation-delay: 20s;
    }




@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    25% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    75% {
        opacity: 0;
        -webkit-transform: scale(1.1) rotate(3deg);
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    25% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        -moz-transform: scale(1.1) rotate(3deg);
    }

    75% {
        opacity: 0;
        -moz-transform: scale(1.1) rotate(3deg);
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    25% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        -o-transform: scale(1.1) rotate(3deg);
    }

    75% {
        opacity: 0;
        -o-transform: scale(1.1) rotate(3deg);
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    25% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        -ms-transform: scale(1.1) rotate(3deg);
    }

    75% {
        opacity: 0;
        -ms-transform: scale(1.1) rotate(3deg);
    }

    100% {
        opacity: 0;
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    25% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        transform: scale(1.1) rotate(3deg);
    }

    75% {
        opacity: 0;
        transform: scale(1.1) rotate(3deg);
    }

    100% {
        opacity: 0;
    }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

@media screen and (max-width: 1140px) {
    .cb-slideshow li div h3 {
        font-size: 100px;
    }
}

@media screen and (max-width: 600px) {
    .cb-slideshow li div h3 {
        font-size: 50px;
    }
}

* {
    box-sizing: border-box;
    font-family: 'Exo 2','Roboto Condensed', sans-serif;
    font-weight: lighter;
}

body {
    background-color: white;
    overflow: hidden;
}
/* basic stylings ------------------------------------------ */
/*body { 
    background:url(/img/back.jpg) no-repeat center center fixed;
}
*/
form a {
    text-decoration: none;
    color: black;
}

    form a:hover {
        color: #2C573A;
    }

.bot {
    padding: 50px 50px 0px;
}

.top {
    width: 400px;
    height: 450px;
    margin: auto;
    display: block;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.modulo {
    display: block;
    top: 0px;
    position: absolute;
    vertical-align: top;
    height: 60px;
    width: 100%;
    background-color: #489662;
    z-index: 6;
}

    .modulo h2 {
        margin-top: 5px;
        text-align: center;
    }

    .modulo .logo {
        position: relative;
        float: right;
        margin-right: 20px;
        width: auto;
        height: 30px;
        margin-top: 15px;
        z-index: 99999999;
    }

    .modulo .cliente {
        position: relative;
        float: left;
        margin-left: 20px;
        width: auto;
        height: 30px;
        margin-top: 15px;
        z-index: 99999999;
    }

.container {
    overflow: none;
    font-family: 'Exo 2';
    width: 400px;
    height: 450px;
    margin: auto;
    display: block;
    border-width: 1px;
    border-color: rgb(255, 255, 255, 0.30);
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: 11.5px 19.919px 43px 0px rgba(0, 0, 0, 0.35);
    padding: 0px 0px 0px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.footer {
    text-align: center;
}

    .footer a {
        color: #489662;
    }

/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 40px;
}

input {
    font-size: 18px;
    margin-top: 20%;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #999;
    background-color: rgba(255, 255, 255, 0);
}

    input:focus {
        outline: none;
        border-bottom: 0px solid #489662;
    }

/* LABEL ======================================= */
label {
    color: #999;
    font-size: 18px;
    font-weight: lighter;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #2C573A;
}


/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 1px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #489662;
        transition: 0.4s ease all;
        -moz-transition: 0.4s ease all;
        -webkit-transition: 0.4s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #489662;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #489662;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #489662;
    }

    to {
        width: 0;
        background: transparent;
    }
}

/* Buttom */

.btn {
    font-size: 20px;
    text-align: center;
    position: relative;
    width: 200px;
    display: block;
    margin: auto;
    padding: 0;
    top: auto;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #489662;
    color: #ecf0f1;
    transition: background-color .3s;
    cursor: pointer;
}

    .btn:hover, .btn:focus {
        background-color: #2C573A;
    }

    .btn > * {
    }

    .btn span {
        display: block;
        padding: 12px 24px;
    }

    .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0;
        padding-top: 0;
        border-radius: 100%;
        background-color: rgba(236, 240, 241, .3);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .btn:active:before {
        width: 120%;
        padding-top: 120%;
        transition: width .2s ease-out, padding-top .2s ease-out;
    }

.log {
    height: 50px;
}

/* Buttom 2 */
.btn2 {
    font-size: 20px;
    position: relative;
    width: 80px;
    display: block;
    margin: auto;
    padding: 0;
    overflow: hidden;
    border-width: 1px;
    border-color: #489662;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: none;
    color: #489662;
    transition: background-color .3s;
}


    .btn2 > * {
        position: relative;
    }

    .btn2 span {
        display: block;
        padding: 12px 24px;
    }



.cancelar {
    float: left;
    background-color: #d60000;
    width: 120px;
    margin-top: -20px;
}

    .cancelar:hover {
        background-color: #6b0000;
    }

    .cancelar:focus {
        background-color: #6b0000;
    }

.enviar {
    float: right;
    width: 120px;
}

html, body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -999999999;
}

    .cb-slideshow:after {
        content: '';
        z-index: -99999;
    }

    .cb-slideshow li span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: none;
        opacity: 0;
        z-index: -999999999;
    }




@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    25% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    50% {
        opacity: 1;
        transform: scale(1.1) rotate(3deg);
    }

    75% {
        opacity: 0;
        transform: scale(1.1) rotate(3deg);
    }

    100% {
        opacity: 0;
    }
}


* {
    font-family: 'Exo 2', sans-serif;
}



.no-cssanimations .cb-slideshow li span {
    opacity: 1;
}

.recuperacaoSenha {
    display: block;
    position: absolute;
    margin-top: -415px;
}

.close {
    background-color: #62CC85;
    border: 1px solid #489662;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 19px;
    font-weight: bold;
    padding: 1px 8px;
    text-decoration: none;
}

    .close:hover {
        background-color: #489662;
    }

    .close:active {
        position: relative;
        top: 1px;
    }

#btnEntrar:disabled {
    background-color: transparent;
    color: #999;
    border-width: 1px;
    border-color: #489662;
    border-style: solid;
    box-shadow: none;
}

#btnRecuperarSenha:disabled {
    background-color: transparent;
    color: #999;
    border-width: 1px;
    border-color: #489662;
    border-style: solid;
    box-shadow: none;
}

#txtEmailRecuperar:disabled {
    background-color: transparent;
    color: #999;
    border-width: 1px;
    border-color: #489662;
    border-style: solid;
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 300px white inset;
}

.enviar {
    width: 120px;
    height: 49px;
    float: right;
    margin-top: 0px;
}

.entrar {
    margin-top: -20px;
    height: 49px;
}

.MensagensDivLogin {
    font-size: 12px;
    font-weight: normal;
    color:red;
    padding: 0px;
    z-index: 99999;
}
@-webkit-keyframes heartbeat{
	0%     { -webkit-transform:scale(.75,.75); }
	16%    { -webkit-transform:scale(1,1); }
	17%    { background-color:rgba(34,76,51,0,1); }
  33%    { -webkit-transform:scale(.75,.75); }
  49%    { -webkit-transform:scale(1,1); }
	50%    { background-color:rgba(34,76,51,0,1); }
	100%   { -webkit-transform:scale(.75,.75); }
}
@-moz-keyframes heartbeat{
	0%     { -moz-transform:scale(.75,.75); }
	16%    { -moz-transform:scale(1,1); }
	17%    { background-color:rgba(34,76,51,0,1); }
  33%    { -moz-transform:scale(.75,.75); }
  49%    { -moz-transform:scale(1,1); }
	50%    { background-color:rgba(34,76,51,0,1); }
	100%   { -moz-transform:scale(.75,.75); }
}
@keyframes heartbeat{
	0%     { transform:scale(.75,.75); }
	16%    { transform:scale(1,1); }
	17%    { background-color:rgba(34,76,51,0,1); }
  33%    { transform:scale(.75,.75); }
  49%    { transform:scale(1,1); }
	50%    { background-color:rgba(34,76,51,0,1); }
	100%   { transform:scale(.75,.75); }
}
.heartbeat{
	width:45px;
	height:45px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background-color:rgba(34,76,51,.5);
	-webkit-animation:heartbeat .8s infinite;
	animation:heartbeat .8s infinite;
    margin:auto;
}
