* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;

}

.navlogo {
    width: 60px;
    height: auto;
}

section {
    height: 95vh;
}



section.bg-light,
body {
    background: linear-gradient(135deg, rgba(107, 17, 203, 0.5), rgba(37, 117, 252, 0.5)),
        url('../Images/hero.jpg') no-repeat center center fixed;
    background-size: cover;
    background-blend-mode: overlay;
    height: 100vh;
}







.otp-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.otp-input {
    font-size: 28px;
    text-align: center;
    letter-spacing: 15px;
    border-radius: 8px;
    padding: 10px;
}

h3 {
    margin-bottom: 30px;
    font-weight: 600;
}