.label {
    font-weight: 700;
    font-size: 12px;
}

.form-control {
    padding: 0.625rem;
    border: 1px solid #B7C6CD;
    border-radius: 2px;
    min-height: 40px;
}

.text-muted {
    color: #607D8B;
    font-size: 12px;
}

.btn-primary {
    background-color: #47AD52;
    border-color: #47AD52;
    border-radius: 2px;
}

.btn-primary:disabled {
    background-color: #47AD52;
    border-color: #47AD52;
    border-radius: 2px;
}

.btn-primary:hover {
    background-color: #37A043;
    border-color: #37A043;
}

.btn-link, a {
    color: #47AD52;
}

.btn-link:hover, a:hover {
    color: #37A043;
}

.bg-cover {
    background-image: url('https://cdn.projurisadv.com.br/interfaces/images/Paginas-Login-Bg-vr2.png');
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.imagem-marketing {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.logo {
    width: 250px;
}

.l-logo {
    position: fixed;
    top: 40px;
    width: 200px;
}

.l-container {
    width: 400px;
}

.l-social {
	width: 40px;
}

#exibir-senha {
	cursor: pointer;
}

.auto-login-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        radial-gradient(120% 60% at 50% 100%, rgba(59, 130, 246, 0.15) 0%, rgba(105, 159, 246, 0.11) 25%, rgba(152, 187, 246, 0.08) 50%, rgba(198, 216, 245, 0.04) 75%, rgba(244, 244, 245, 0) 100%),
        linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)),
        #F4F4F5;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.auto-login-overlay.active {
    display: flex;
}

.auto-login-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.auto-login-ring-wrapper {
    position: relative;
    width: 260px;
    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auto-login-ring-svg {
    position: absolute;
    inset: 0;
    transform: rotate(-90deg);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.15));
}

.auto-login-ring-base {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 13;
    stroke-linecap: round;
    stroke-dasharray: 776;
    stroke-dashoffset: 776;
    animation: auto-login-ring-draw 1300ms cubic-bezier(0.42, 0, 0.58, 1) 300ms forwards;
}

.auto-login-ring-spinner {
    fill: none;
    stroke: #1D4ED8;
    stroke-width: 13;
    stroke-linecap: round;
    stroke-dasharray: 6, 1235;
    stroke-dashoffset: 0;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    animation:
        auto-login-spinner-fade-in 400ms ease 1600ms forwards,
        auto-login-spinner-rotate 2000ms linear 1600ms infinite,
        auto-login-spinner-dash 1500ms ease-in-out 1600ms infinite;
}

.auto-login-avatar {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: cover;
    opacity: 0;
    animation: auto-login-pop 900ms cubic-bezier(0.34, 1.56, 0.64, 1) 300ms forwards;
}

.auto-login-text {
    font-family: "Montserrat", "Muli", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #64748B;
    opacity: 0;
    animation:
        auto-login-fade-in 1000ms ease 260ms forwards,
        auto-login-breathe 1900ms ease-in-out 1300ms infinite;
}

@keyframes auto-login-pop {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes auto-login-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes auto-login-breathe {
    0%, 100% {
        opacity: 0.4;
        transform: scale(0.95);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes auto-login-ring-draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes auto-login-spinner-fade-in {
    to {
        opacity: 1;
    }
}

@keyframes auto-login-spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

@keyframes auto-login-spinner-dash {
    0% {
        stroke-dasharray: 6, 1235;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 556, 926;
        stroke-dashoffset: -216;
    }
    100% {
        stroke-dasharray: 556, 926;
        stroke-dashoffset: -766;
    }
}



.saj-geral {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.saj-geral .saj-fill,
.saj-geral .saj-outline,
.saj-geral .adv-geral {
    position: absolute;
    width: 180px;
    height: 180px;
    justify-content: center;
    align-items: center;
}

.saj-geral #saj-outline path:nth-child(1){
    stroke-dasharray: 900;
    stroke-dashoffset: 50;
    animation: saj-outline-dot 1.2s ease-in-out;
}

.saj-geral #saj-outline path:nth-child(2){
    stroke-dasharray: 900;
    stroke-dashoffset: 50;
    animation: saj-outline-j 1.3s ease-in-out;
}

.saj-geral #saj-outline path:nth-child(3){
    stroke-dasharray: 900;
    stroke-dashoffset: 50;
    animation: saj-outline-a 1.3s ease-in-out;
}

.saj-geral #saj-outline path:nth-child(4){
    stroke-dasharray: 1250;
    stroke-dashoffset: 50;
    animation: saj-outline-s 1.3s ease-in-out;
}

.saj-geral #saj-outline path:nth-child(5){
    stroke-dasharray: 1250;
    stroke-dashoffset: 50;
    animation: saj-outline-s 1.3s ease-in-out;
}

.saj-geral #saj-outline{
    animation: outline-off 0.5s linear forwards 1.3s;
}

.saj-geral #saj-s{
    animation: saj-s-appear 0.5s ease forwards 1.4s;
}

.saj-geral #saj-a{
    animation: saj-a-appear 0.5s ease forwards 1.4s;
}

.saj-geral #saj-j{
    animation: saj-j-appear 0.5s ease forwards 1.4s;
}

.saj-geral #saj-dot{
    animation: saj-dot-appear 1s ease forwards 1.4s;
}

.saj-geral .saj-fill{
    animation: saj-move 0.5s ease-in-out forwards 2.6s ;
}

.saj-geral .adv-geral{
    animation: adv-move 0.5s ease-in-out forwards 2.6s
}

.saj-geral #adv-a{
    animation: adv-a-appear 0.5s ease forwards 2.88s;
}

.saj-geral #adv-d{
    animation: adv-d-appear 0.6s ease forwards 2.88s;
}

.saj-geral #adv-v{
    animation: adv-v-appear 0.7s ease forwards 2.88s;
}

@keyframes adv-a-appear{
    from{
        fill: transparent;
        transform: translateX(-40px);
    }
    to{
        fill: #18234C;
        transform: translateX(0px);
    }
}

@keyframes adv-d-appear{
    from{
        fill: transparent;
        transform: translateX(-80px);
    }
    to{
        fill: #18234C;
        transform: translateX(0px);
    }
}

@keyframes adv-v-appear{
    from{
        fill: transparent;
        transform: translateX(-120px);
    }
    to{
        fill: #18234C;
        transform: translateX(0px);
    }
}

@keyframes adv-move {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(102px);
    }
}

@keyframes saj-move{
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(-102px);
    }
}

@keyframes saj-outline-dot{
    from{
        stroke-dashoffset: 300

    }
    to{
        stroke-dashoffset: 0;
    }
}

@keyframes saj-outline-j{
    from{
        stroke-dashoffset: 900

    }
    to{
        stroke-dashoffset: 0;
    }
}

@keyframes saj-outline-a{
    from{
        stroke-dashoffset: 900

    }
    to{
        stroke-dashoffset: 0;
    }
}

@keyframes saj-outline-s{
    from{
        stroke-dashoffset: 1250

    }
    to{
        stroke-dashoffset: 0;
    }
}
@keyframes outline-off{
    to{
        stroke-opacity: 0;
    }
}

@keyframes saj-s-appear{
    from{
        fill: transparent;
    }
    to{
        fill: #18234C;
    }
}

@keyframes saj-a-appear{
    from{
        fill: transparent;
    }
    to{
        fill: #18234C;
    }
}

@keyframes saj-j-appear{
    from{
        fill: transparent;
    }
    to{
        fill: #18234C;
    }
}

@keyframes saj-dot-appear{
    0% {
        fill: transparent;
    }

    50% {
        fill: #18234C;

    }
    100% {
        fill: #47AD52;
    }
}
