.auth-main.university:after {
    background: url(../../img/financial_literacy_flat_collage.jpg) no-repeat  left;
    background-size:cover ;
    background-position:center;

  
}

.auth-main::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: -1;
   background: #fff;
   border-top: 5px solid #59c4bc;
   border-left: 5px solid #59c4bc;
   border-right: 5px solid #59c4bc;


    border-bottom: 5px solid #59c4bc;
}

.auth-main .card {
    padding: 10px;
    margin-bottom: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}