.register-section{

padding:100px 0;

background:#FFF5FA;

}

.register-card{

max-width:650px;

margin:auto;

background:#fff;

padding:45px;

border-radius:25px;

box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.register-header{

text-align:center;

margin-bottom:35px;

}

.register-header h2{

font-size:36px;

margin-bottom:10px;

}

.register-header p{

color:#777;

}

.form-group{

margin-bottom:22px;

}

.form-group label{

display:block;

font-weight:600;

margin-bottom:8px;

}

.form-group input,
.form-group select{

width:100%;

height:55px;

border:1px solid #ddd;

border-radius:12px;

padding:15px;

font-size:16px;

}

.register-btn-full{

width:100%;

height:58px;

border:none;

border-radius:50px;

background:linear-gradient(135deg,#E91E63,#9C27B0);

color:#fff;

font-size:18px;

font-weight:600;

cursor:pointer;

margin-top:15px;

}

.login-link{

margin-top:30px;

text-align:center;

}

.login-link a{

color:#E91E63;

font-weight:600;

}