/* login section start */
.loginMain {
    width: 100%;
    height: 90vh;
    background-image: url("https://www.gujarattourism.com/content/dam/gujrattourism/images/religious-sites/dwarkadhish-temple/Dwarkadhish-Temple-Banner.jpg");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginMainOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.646);
}

.loginMainForm {
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
    padding: 30px;
    border-radius: 20px;
    width: 350px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    text-align: center;
    background-image: url('https://img.freepik.com/free-vector/elegant-round-shape-modern-background-presentation_1017-50072.jpg?uid=R156497285&ga=GA1.1.1659643003.1749552293&semt=ais_hybrid&w=740');

    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.registerMainForm {
    width: 400px;
}

.login-head-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.head-logo {
    background-color: orangered;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 100px;
    font-size: 30px;
    position: absolute;
    top: -8%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;

}

.login-title {
    margin: 0;
    padding-bottom: 20px;
}

.inputGroup {
    position: relative;
    margin-bottom: 15px;
}

.inputGroup input {
    width: 100%;
    padding: 12px 40px;
    border: 1px solid #ccc;
    border-radius: 100px;
    font-size: 16px;
    outline: none;
    background-color: #faf7f7;
}

.inputGroup .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: orangered;
}

.loginActions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin-top: 10px;
}

.loginActions a {
    text-decoration: none;
    color: #007bff;
}

.loginButton {
    width: 100%;
    padding: 12px;
    border: none;
    background: orangered;
    color: white;
    font-size: 18px;
    border-radius: 100px;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.loginButton:hover {
    background: #0056b3;
    background-color: orangered;
}

.registerRedirect {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.registerRedirect a {
    color: #007bff;
    text-decoration: none;
}

@media(max-width:426px) {
    .registerMainForm {
        margin-top: 50px;
    }
}


.timer span {
    color: green;
    font-size: 20px;

}

/* login section end */