﻿@keyframes animatedSinotico {
    from {
        flex: 0 0 100%;
        max-width: 100%;
    }

    to {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

.divSinoticoLogin {
    animation-name: animatedSinotico;
    animation-duration: 1.2s;
    animation-fill-mode: both;
    min-height: 100%;
    animation-timing-function: ease;
    animation-delay: 0.15s;
    height: 100vh !important;
}

.lblConcessao {
    background-color: indianred;
}

.bg-fadami-blue {
    background-color: #1F3C5E;
    border-color: #141d38;
    color: white;
}

    .bg-fadami-blue:hover {
        color: #AAA;
    }

.fadami-blue {
    color: #1F3C5E;
}
