.aya-register-card{

max-width:520px;

margin:auto;

background:#fff;

padding:45px;

border-radius:20px;

box-shadow:0 20px 60px rgba(0,0,0,.1);

}

.aya-register-card h2{

font-size:40px;

margin-bottom:10px;

text-align:center;

}

.aya-register-card p{

text-align:center;

margin-bottom:30px;

color:#777;

}

.aya-register-card input{

width:100%;

height:55px;

margin-bottom:20px;

padding:0 20px;

border-radius:12px;

border:1px solid #ddd;

font-size:15px;

}

.aya-register-card button{

width:100%;

height:55px;

border:none;

border-radius:50px;

background:#7C3AED;

color:#fff;

font-size:16px;

font-weight:bold;

cursor:pointer;

transition:.3s;

}

.aya-register-card button:hover{

background:#6525d8;

}