html, body {
    position: relative;
    min-height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.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) {
    background: url('../Content/img/carousel/1.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(2) {
    background: url('../Content/img/carousel/2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.item:nth-child(3) {
    background: url('../Content/img/carousel/3.jpg') no-repeat center center fixed;
    -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(171, 188, 201, 0.6), rgba(100, 107, 113,0.6));
    background: linear-gradient(to bottom right, rgba(171, 188, 201, 0.6), rgba(100, 107, 113,0.6));
    position: fixed;
    width: 100%;
    height: 100%;
}

.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;
    margin-bottom: 30px;
}

.img-logo img{
    height: 60px;
}

.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: -prefix-linear-gradient(left top, #ABBCC9, #646B71); 
    background: linear-gradient(to bottom right, #ABBCC9, #646B71);
    border: none;
    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: 374px){
    .prefeituras{
        margin-top: 5vh;
    }
    .brand{
        margin-top: 0vh;
    }
}