
.auth::after {
    content: "";
    background-image: url("../../assets/img/login.jpg");
    background-repeat: no-repeat  !important;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.cico_blue{
    background-color: #123C68;
    color: #ffffff;
}
