section#wrapper {
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: center;
    width: 113vw;
}

.login-register {
    background-color: #ffffff !important;
}

.d-flex{
    display: flex;
}

.justify-content-center{
    justify-content: center;
}

.login-box {
    width: 279px;
    margin: 0;
    margin-left: 8rem;
    margin-top: 6%;
    /* margin-right: 104rem; */
}

.login-box .white-box .btn-success {
    background-color: #38A6DD;
    border: 1px solid #38A6DD !important;
}

.login-box .white-box .form-group .btn-esqueci-senha {
    color: #38A6DD;
}

.login-box .white-box .form-group .form-icon .btn-mostrar-password i {
    font-size: 20px;
    color: #337ab7;
}

@media (max-width: 480px) {
    .vtabs .tabs-vertical {
        width: auto;
    }
    .stat-item {
        padding-right: 0px;
    }
    .login-box {
        width: 100%;
        margin: 0;
    }
}

.title-color {
    color: #337ab7;
    font-weight: bold;
}

#cpf_recuperar {
    min-width: 350px !important;
    text-align: center;
}

.swal2-styled.swal2-confirm {
    background-color: #21BA45 !important;
    border-color: #21BA45 !important;
    color: #fff !important;
    margin-left: 12px !important;
    width: 100px !important;
    height: 35px !important;
    font-size: 13px !important;
    padding: 5px 0px 5px 0px !important;
    font-weight: bold;
}

.texto {
    font-size: 12px;
}
