.authentication-wrapper.authentication-cover {
    background-color: #7d55c7;
}

.authentication-bgAAA{
	background-image: url("../img/classtrack/fundo-preto.jpg");
}

[class*="-primary"]:not(.form-check-primary) {
    color: #fff;
    background-color: #7d55c7;
    border-color: #7d55c7;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
}

.app-brand .layout-menu-toggle {
    background-color: #7d55c7;
    border: 7px solid #232333;
}

.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
    color: #fff;
    background-color: #7d55c7 !important;
}

.app-brand-text.demo {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.app-brand-text.demo {
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

span.demotrack {
    font-weight: 100 !important;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
    background: #7d55c7;
}
layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before {
    height: 2.8rem !important;	
}


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, 
input:-internal-autofill-selected{

    display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #d9dee3;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}