* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(vivaah.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.container {
    max-width: 400px;
    margin: 40px auto;
    padding: 30px 40px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.container i {
    margin-left: 320px;
    margin-top: -20px;
    color: #e2e5e9;
    cursor: pointer;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}
.logo img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.heading {
    text-align: center;
    margin-bottom: 20px;
}
.heading h2 {
    font-size: 24px;
    font-weight: bold;
    color: #dfdada;
}

.form {
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    margin-bottom: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #e2e5e9;
}
.form-group input[type="text"],
.form-group input[type="email"] {
    width: 100%;
    height: 40px;
    padding: 20px 45px 20px 20px;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.form-group input::placeholder {
    color: #fff;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus {
    border-color: #e9e9e9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group input[type="text"],
.form-group input[type="password"] {
    width: 100%;
    height: 40px;
    padding: 20px 45px 20px 20px;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
.form-group input::placeholder {
    color: #fff;
}

.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus {
    border-color: #e9e9e9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.checkbox {
    margin-bottom: 15px;
}
.checkbox input[type="checkbox"] {
    margin-right: 10px;
}
.checkbox label {
    accent-color: #fff;
    margin-right: 3px;
    font-size: 16px;
    color: #dddada;
}

.forgotten-password {
    text-align: right;
    margin-bottom: 25px;
    margin-top: -2.5px;
}
.forgotten-password a {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
    text-decoration: none;
    float: right;
    color: #fff;
}
.forgotten-password a:hover {
    text-decoration: underline;
    color: #979a9c;
}

.login-button {
    width: 100%;
    height: 45px;
    background-color: #fff;
    color: #333;
    outline: none;
    text-align: center;
    padding: 14px;
    border: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.login-button:hover {
    background-color: #98989b;
}

.or {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.or span {
    font-size: 18px;
    font-weight: bold;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
        "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #e4dddd;
}

.login-with-otp-button {
    width: 100%;
    height: 40px;
    margin-top: 15x;
    text-align: center;
    outline: none;
    background-color: #fff;
    color: #333;
    padding: 10px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.login-with-otp-button:hover {
    background-color: #98989b;
}

.new-to-shaadi {
    text-align: center;
    font-size: 14.5;
    text-align: center;
    color: #dfdada;
    margin: 20px 0 15px;
}
.new-to-shaadi a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}
.new-to-shaadi a:hover {
    text-decoration: underline;
    color: #98989b;
}

@media (max-width: 768px) {
    .container {
        width: 90%;
        margin: 20px auto;
    }
}
@media (max-width: 424px) {
    .container {
        width: 100%;
    }
}
/* 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(vivaah.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: 400px;
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.container i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #e2e5e9;
    cursor: pointer;
    font-size: 24px;
}

.logo {
    text-align: center;
    margin-bottom: 20px;
}

.logo img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.heading {
    text-align: center;
    margin-bottom: 20px;
}

.heading h2 {
    font-size: 22px;
    font-weight: bold;
    color: #dfdada;
}

.form {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #e2e5e9;
}

.form-group input {
    width: 100%;
    height: 40px;
    padding: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    outline: none;
}

.form-group input::placeholder {
    color: #fff;
}

.form-group input:focus {
    border-color: #e9e9e9;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

.checkbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.checkbox label {
    font-size: 14px;
    color: #dddada;
}

.forgotten-password a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}

.forgotten-password a:hover {
    text-decoration: underline;
    color: #979a9c;
}
.login-button,
.login-with-otp-button {
    width: 100%;
    height: 40px;
    margin-top: 15x;
    text-align: center;
    outline: none;
    background-color: #fff;
    color: #333;
    padding: 10px;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.login-button:hover,
.login-with-otp-button:hover {
    background-color: #98989b;
}
.or {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
}

.or span {
    font-size: 16px;
    font-weight: bold;
    color: #e4dddd;
}

.new-to-shaadi {
    text-align: center;
    font-size: 14px;
    color: #dfdada;
    margin-top: 10px;
}

.new-to-shaadi a {
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.new-to-shaadi a:hover {
    text-decoration: underline;
    color: #98989b;
}

@media (max-width: 768px) {
    .container {
        max-width: 400px;
        padding: 20px;
    }

    .heading h2 {
        font-size: 20px;
    }

    .form-group input {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .heading h2 {
        font-size: 18px;
    }

    .form-group input {
        font-size: 14px;
        height: 35px;
    }

    .login-button,
    .login-with-otp-button {
        height: 40px;
        font-size: 14px;
    }
} */
