 @charset "utf-8";

.piagam_titulo {
    color: #245323;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
}

.piagam_subtitulo {
 	color: #245323;
    font-size: 0.9rem;
    text-align: center;
    font-weight: 600;
}

.text-primary {
    color: #000 !important;
}

.auth-wrapper .auth-bg {
    z-index: 2;
}

.banner-overlay{
background-image: linear-gradient( 
244deg
 ,rgba(0,0,0,0.2),rgba(180,26,26,0.25) 20%,rgba(0,36,120,0.7) 76%,rgba(0,36,120,0.7));
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}