.reset_password_page{
    display: grid;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.reset_password{
    text-align: center;
    margin-top: 50px; 
    font-family:proxima-nova, Arial, sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
   }

.reset_email_para{
   text-align: center;
    font-family:proxima-nova, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin-top: -20px;
    color:#53585f;
   }

#enter_email>input{
    padding: 15px;
    border-radius: 2px;
    border:0.1px solid #53585f;
    width: 700px;
    font-family:proxima-nova, Arial, sans-serif;
}

.reset_submit>button{
    padding: 12px;  
    display: block;
   margin: auto;
   width: 110px;
   background-color: #3d4246;
   color: white;
   margin-top: 17px;
   font-family:proxima-nova, Arial, sans-serif;
   border: none;
   border-radius: 3px;
   cursor: pointer;
  
   }

.reset_submit>button:hover{
    background-color: black;
}

#reset_cancel>a{
    text-align: center;
    color: #3d4246;
    display: block;
    margin: auto;
   font-family:proxima-nova, Arial, sans-serif;
    text-decoration: none;
    margin-bottom: 70px;
   
}
@media screen and (min-width:80px)and (max-width: 430px) {
 
   #enter_email>input{
           width: 250px;
        }
   }
 @media screen and (min-width:431px)and (max-width: 720px) {
   
        #enter_email>input{
           width: 400px;
        }
   }

    
       
        
        /* Footer Styles */
        footer {
            background: linear-gradient(to right, #fafafa, #fff, #fafafa);
            color: #333;
           
        }
        
        .footer-main {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 50px 20px 30px;
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .footer-section {
            flex: 1;
            min-width: 250px;
            margin-bottom: 30px;
            padding: 0 20px;
        }
        
        .logo-section {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
        
        .footer-logo {
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }
        
        .footer-logo img {
            height: 50px;
            width: auto;
            margin-right: 10px;
        }
        
        .logo-text {
            font-size: 1.8rem;
            font-weight: 600;
            color: #D4AF37;
            letter-spacing: 1px;
        }
        
        .logo-tagline {
            color: #666;
            font-size: 0.9rem;
            margin-top: 5px;
            font-style: italic;
        }
        
        .footer-section h3 {
            margin-bottom: 20px;
            font-size: 1.3rem;
            color: #D4AF37;
            position: relative;
            padding-bottom: 10px;
        }
        
        .footer-section h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
           
        }
        
        .footer-section a {
            color: #666;
            text-decoration: none;
            display: block;
            margin-bottom: 10px;
            transition: all 0.3s ease;
            padding: 5px 0;
        }
        
        .footer-section a:hover {
            color: #D4AF37;
            padding-left: 5px;
        }
        
        .footer-section p {
            margin-bottom: 10px;
            line-height: 1.6;
            color: #555;
        }
        
        .newsletter-form {
            display: flex;
            flex-direction: column;
            margin-top: 15px;
        }
        
        .newsletter-form input {
            padding: 12px 15px;
            margin-bottom: 12px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background-color: #fff;
            color: #333;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .newsletter-form input:focus {
            outline: none;
            border-color: #D4AF37;
            box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.2);
        }
        
        .newsletter-form button {
            padding: 12px;
            background: linear-gradient(to right, #D4AF37, #b8860b);
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
            font-weight: 600;
            letter-spacing: 0.5px;
        }
        
        .newsletter-form button:hover {
            background: linear-gradient(to right, #D4AF37, #a0780a);
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(184, 134, 11, 0.3);
        }
        
        .footer-bottom {
            background-color: #f5f5f5;
            padding: 25px 20px;
            border-top: 1px solid #eee;
        }
        
        .social-media, .payment-methods {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            margin-bottom: 20px;
        }
        
        .social-icon, .payment-icon {
            margin: 0 10px;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
            border: 1px solid #eee;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        }
        
        .social-icon:hover, .payment-icon:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            border-color: #D4AF37;
        }
        
        .social-icon img, .payment-icon img {
            max-width: 20px;
            max-height: 20px;
        }
        
        .copyright {
            margin-top: 20px;
            color: #777;
            font-size: 0.9rem;
            text-align: center;
        }
        
        /* Decorative elements */
        .gold-accent {
            color: #D4AF37;
        }
        
        .divider {
            height: 1px;
            background: linear-gradient(to right, transparent, #D4AF37, transparent);
            margin: 10px 0;
        }
        
        /* Responsive styles */
        @media (max-width: 768px) {
            .footer-main {
                flex-direction: column;
                padding: 30px 15px;
            }
            
            .footer-section {
                margin-bottom: 30px;
                padding: 0 10px;
            }
            
            .logo-section {
                align-items: center;
                text-align: center;
            }
            
            .social-icon, .payment-icon {
                margin: 0 5px;
                width: 36px;
                height: 36px;
            }
        }
        
        @media (max-width: 480px) {
            .footer-section {
                min-width: 100%;
            }
            
            .social-media, .payment-methods {
                justify-content: space-around;
            }
        }