.page {
    position: relative;
    /* height: 100vh; */
    /* overflow: hidden; */
}

.footer-copy-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    bottom: 0;
    left: 0;
    height: 72px;
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-blur-custom {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

h1 {
    font-size: 2rem !important;
}

.otp-group {
    gap: 10px;
}

.otp-group input {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 50%;
    font-size: 18px;
    outline: none;
    transition: border-color 0.3s ease;
}

.otp-group input:focus {
    border-color: #5798dd;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
