/*  Û¸Þ²ÝÌ«°Ñ   */
.login-table {
    border-collapse: separate;
    border: 2px solid #2f8f2f;
    border-radius: 10px;
    background: #fafaf6;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.td-validator {
    width: 30px;
}

.td-title {
    width: 120px;
}

.td-input {
    width: 220px;
    height: 40px;
}

.td-button {
    height: 60px;
    padding-top: 10px;
}

.td-message {
    height: 25px;
}

/* “ü—ÍÃ·½ÄÎÞ¯¸½ */
.td-input input {
    padding: 6px;
    border: 1px solid #bbb;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}

/*  Û¸Þ²ÝÎÞÀÝ  */
.login-btn {
    background: linear-gradient(#4caf50, #2f8f2f);
    color: #fff;
    border: none;
    border-radius: 20px;
}

    .login-btn:hover {
        opacity: 0.7;
    }

