.bg-c {
    background-image: linear-gradient(#132758, #7e8daf);
    background-size: cover;
}

.box-c { 
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.login-image-c {
    background: url(/assets/img/login_logo_text.png) center/50% no-repeat, url(/assets/img/login_logo.png) center/cover no-repeat
}

.c1 {
    padding: 10rem 3rem !important;
}

.btn-c {
    color: #fff;
    background-color: #132758;
}
