input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 999999s ease-in-out 0s !important;
}

.form-box {
    background: rgba(0, 0, 0, .7) !important;
    color: white;
    border-radius: 0 0 20px 20px;
    margin-top: 0px !important;
}

.form-header {
    padding: 15px 10px 20px 20px !important;
    color: white;
    font-size: 18px;
    background: rgba(0, 0, 0, .8) !important;
    color: white;
    border-radius: 20px 20px 0 0;
}

.input-field .prefix.active {
    color: #2b95bb;
}

.help-block {
    padding-left: 10%;
}

#login-header {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
}

#login-header:hover {
    cursor: pointer;
}

#detalleLogin {
    display: none;
}
#i-search {
    display: none;
}

.error-patente{
    background-color: white;
    padding: 10px 40px 10px 40px;
}

.text-patente{
    text-transform: none !important;
}

.login_logo {
    width: auto;
    height: 150px;
    background-image: url('/images/appsolut_logo.png');
    background-size: 100% 100%;            
}
.footer-bottom {
    width: 100vw !important;
    max-width: 1920px !important;
    padding: 0;
    margin-top: .25rem;
    color: #fff;
    background: rgba(0, 0, 0, .9) !important;
}
.contenedor-info {
    color: #fff;
    text-align: justify;
    padding: 1.5rem 0 0 0;
}
.contenedor-info h4 {
    text-align: center;
    text-transform: none !important;
    margin: 0.912rem 0 0.912rem 0;
}
.contenedor-info .info-subtitle {
    text-align: center;
    font-size: 1rem;
}
.contenedor-list {
    text-align: center;
}
.contenedor-list ul {    
    display: inline-block;
    text-align: initial;    
}

@media (min-width: 768px) {
    #login-page {
        width: 500px !important;
    }
    .patente-form {
        width: 500px;
    }
}

@media (min-width: 310px) and (max-width: 767px) {
    #login-page {
        width: 300px !important;
    }
}

nav {
    background: rgba(43, 149, 187, 1) !important;
}

a:hover, a:focus{
    color: white !important;
}

.dropdown-content{
    width: max-content !important;
    height:auto !important;
    top: 100% !important;
}

.dropdown-content a:hover{
    color: #26a69a !important;
}

.dropdown-content-side{
    height:auto !important;
    top: 0px !important;
    width: 100% !important;
}

.dropdown-content-side a:hover{
    color: #26a69a !important;
}