.image-banner-radius {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
}

.login-area-radius {
    background: #fff !important;
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}

.ico-user-login {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70px;
    font-size: 70px;
    color: #e52521;
    margin-bottom: 30px;
}

.line-primeiro-acesso {
    margin-top: 20px;
    margin-left: 20px;
}

.line-primeiro-acesso-p {
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: -10px !important;
}

.line-primeiro-acesso-s {
    display: block;
    font-size: 12px;
    color: #8b8989;
    display: block;
    width: 100%;
}

@keyframes card-intro {
    0% {
        transform: translateY(100vh);
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.background-principal {
    background-color: #f5f5f5;
}

#bottom_down {
    height: 10vh;
    width: 100%;
    display: flex;
    background-color: black;
    justify-content: center;
    align-items: center;
}
