body.authentication-bg.authentication-bg-pattern.d-flex.align-items-center.pb-0.vh-100 {
    background: url(../../img/loginbg.png);
    background-size: cover;
    background-position: center;
}

.card.mb-0 {
    border-radius: 30px;
    box-shadow: 0 12px 16px 0 rgb(0 0 0 / 20%), 0 16px 48px 0 rgb(0 0 0 / 15%), 0 0 0 1px rgb(0 0 0 / 5%);
}

.btn-primary {
   
    background-color: #0069d9;
    border-color: #0069d9;
}

.logo {
    text-align: center;
}

.btn-primary:hover {
    background-color: #0050a5;
    border-color: #0050a5;
}

.p-4 {
    padding: 2rem!important;
}