.w-200 {
	width: 200px !important;
}

.has-error{
    color: #f34770;
}

.has-error .form-control{
    border-color: #f34770;
}

.has-success{
    color: #1cc88a;
}

.has-success .form-control{
    border-color: #1cc88a;
}

.invalid-feedback {
    position: static;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .25rem;
    font-size: 0.75rem;
    color: #f34770;
    background-color: rgba(243,71,112,.1);
    border-radius: .25rem;
}

@media (max-width: 576px) {
    .navbar-brand > img {
        width: 220px;
    }
}

@media (max-width: 360px) {
    .navbar-brand > img {
        width: 160px;
    }
}

.px-grid-gutter {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.input-group-busca > .form-control {
    width: 100% !important;
}

