.hana-card{

max-width:700px;

margin:80px auto;

background:#fff;

border-radius:24px;

padding:45px;

box-shadow:0 12px 40px rgba(0,0,0,.06);

}

.hana-title{

font-size:34px;

font-weight:700;

text-align:center;

margin-bottom:35px;

color:#111;

}

.hana-group{

margin-bottom:22px;

}

.hana-label{

display:block;

margin-bottom:8px;

font-size:14px;

font-weight:600;

color:#555;

}

.hana-input{

width:100%;

height:54px;

padding:0 18px;

border:1px solid #e7e7e7;

border-radius:14px;

outline:none;

transition:.25s;

font-size:15px;

box-sizing:border-box;

}

.hana-input:focus{

border-color:#111;

}

.hana-button{

width:100%;

height:56px;

background:#111;

color:#fff;

border:none;

border-radius:14px;

cursor:pointer;

font-size:15px;

font-weight:600;

transition:.25s;

}

.hana-button:hover{

opacity:.92;

}