html,body {
    position: relative;
    min-height: 100%;
    font-family: 'Poppins', sans-serif;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
	background-size: cover;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.item:nth-child(1) {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {
    z-index: -99;
}

.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}

.overlay{
    background: -prefix-linear-gradient(left top, rgba(14, 92, 173,0.7), rgba(121, 241, 164,0.7));
    background: linear-gradient(to bottom right, rgba(14, 92, 173,0.7), rgba(121, 241, 164,0.7));
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card{
    width: 100%;
    padding: 40px 20px;
    border-radius: 5px;
    background: #fff;
    float: left;
    max-width: 400px;
}

.brand{
    text-align: center;
    margin-top: 25vh;
}

.display-table{
    display: table;
    height: 50vh;
    margin: 0 auto;
}

.brand{
    text-align: center;
    margin-top: 10vh;
}

.brand img{
    height: 120px;
}

.img-logo{
    display: block;
    margin: 0 auto;
}

.img-logo img{
    height: 120px;
}

.prefeituras{
    text-align: center;
    margin-top: 10vh;
}

.prefeituras img{
    height: 50px;
}

.prefeituras img:first-child{
    margin-right: 50px;
}

:focus {
    outline: none;
}

.col-3 {
    float: left;
    width: 100%;
    margin: 10px auto;
    position: relative;
}

input {
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: transparent;
}

input::-webkit-input-placeholder {
    color: #666666;
}

.effect-1{
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #666666;
}

.effect-1 ~ .focus-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #666666;
    transition: 0.4s;
}

.effect-1:focus ~ .focus-border {
    width: 100%;
    transition: 0.4s;
}

.display-table{
    display: table;
    height: 50vh;
    margin: 0 auto;
}

.table-bot{
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
}

.btn-login{
    background: #476B93;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0;
    padding: 10px 50px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    transition: 0.5s;
}

.btn-login:hover{
    background: #35476c;
    color: #fff;
}

.miss-password{
    color: #666;
    cursor: pointer;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
    .overlay {
        overflow-y: scroll;
    }
    .brand{
        height: 5vh;
    }
}


@media screen and (orientation: portrait){
    .overlay{
        overflow-y: scroll;
    }
}

@media screen and (max-width: 374px){
    .prefeituras{
        margin-top: 5vh;
    }
    .brand{
        margin-top: 0vh;
    }
}

.field-validation-error {
    display: block !important;
    font-weight: bold !important;
    color: #c11919 !important;
}