.auth-section{

    padding:80px 0;

    background:#f7f7f7;

}

.auth-card{

    max-width:600px;

    margin:auto;

    background:#fff;

    padding:40px;

    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.auth-card h2{

    color:#008753;

    margin-bottom:10px;

}

.auth-card p{

    margin-bottom:30px;

    color:#666;

}

.form-group{

    margin-bottom:20px;

}

.form-group label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

}

.form-group input{

    width:100%;

    height:50px;

    border:1px solid #ddd;

    border-radius:8px;

    padding:0 15px;

    font-size:15px;

}

.auth-footer{

    margin-top:25px;

    text-align:center;

}

.auth-footer a{

    color:#008753;

    text-decoration:none;

    font-weight:600;

}