/*
Theme Name: NagpurWala
Theme URI: https://nagpurwala.com
Author: Ram Lanjewar
Description: Custom Marketplace Theme
Version: 1.0
Text Domain: nagpurwala
*/


/* ======================================================
   NagpurWala Login & Register
====================================================== */

.nw-login-section{
    background:#f5f7fa;
    min-height:700px;
    display:flex;
    align-items:center;
    padding:70px 0;
}

.nw-login-card{
    background:#fff;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    padding:45px;
}

.nw-login-card .custom-logo{
    max-height:70px;
    width:auto;
}

.nw-login-card h2{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-top:15px;
}

.nw-login-card p{
    color:#777;
}

.nw-login-card label{
    font-weight:600;
    margin-bottom:8px;
}

.nw-login-card .form-control{
    height:52px;
    border-radius:10px;
    border:1px solid #ddd;
}

.nw-login-card .form-control:focus{
    box-shadow:none;
    border-color:#0d6efd;
}

.nw-login-card .btn-primary{
    height:52px;
    border-radius:10px;
    font-weight:600;
    font-size:17px;
}

.nw-login-card hr{
    margin:30px 0;
}

.nw-login-card a{
    text-decoration:none;
}

.nw-login-card a:hover{
    text-decoration:underline;
}

.alert{
    border-radius:10px;
}