body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    background: url('/assets/images/banner1.webp'), #fff;
    background-position: center;
    background-size: cover;
}

.cardbg {
    border-radius: 8px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.clrwh {
    color: #fff !important;
}


label {
    color: #fff !important;
}

input {
    background: transparent !important;
    outline: none !important;
    color: #fff !important;
}

button:hover {
    color: #fff !important;
    border-color: #fff !important;
    background: rgba(255, 255, 255, 0.15) !important;
}
