.main-panel {
    background-image: linear-gradient(#ffffff80, #000000e6), url('../images/background-urc.webp') !important;
    background-color: #007555;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-form-light {
    border-radius: 20px;
}

.auth .brand-logo img {
    width: 220px;
}

.form-control {
    /* border: 1px solid #ced4da; */
    border: 1px solid #d6d9db;
}

.form-auth {
    border-radius: 0.25rem !important;
}

.brand-logo {
    text-align: center;
}