* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.hp-body {
    background: #f2f4f7;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.hp-container {
    width: 100%;
    padding: 20px;
}

.box-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.box-login {
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-radius: 10px;
}

.box-header img {
    width: 40px;
    height: auto;
    object-fit: cover;
}

.hp-login-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    max-width: 420px;
    margin: auto;
}

.hp-logo-area {
    text-align: center;
    margin-bottom: 20px;
}

.hp-logo-area > span {
    color: #333;
    display: block;
	margin-top:-20px;
	font-size:1.2em;
}

.hp-logo svg {
    width: 70px;
	height:auto; 
	margin-left:-5px;
}

.hp-logo-area h1 {
    font-size: 22px;
    color: #2c3e50;
}

.hp-logo-area p {
    font-size: 13px;
    color: #777;
}

.hp-title {
    font-size: 18px;
    margin-bottom: 0;
    color: #333;
}

.hp-input-group {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
}

.hp-input-group img {
    width: 20px;
}

.hp-input-group label {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: 1px solid #444;
    padding-right: 5px;
    margin-right: 5px;
}

.hp-input-group input {
    font-size: 14px;
    border: none;
    outline: none;
	flex:1;
}

.hp-code-group {
    display: flex;
    gap: 8px;
    padding: 0;
    height: 42px;
    padding-left: 10px;
}

.hp-code-group input {
    flex: 1;
}

.hp-btn-code {
    background: #4a90ff;
    border: none;
    color: #fff;
    padding: 0 12px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}

.hp-login-options {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
}

.hp-login-options a {
    text-decoration: none;
    color: #4a90ff;
}

.hp-btn-login {
    width: 100%;
    height: 42px;
    border: none;
    background: rgb(59, 110, 168);
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    cursor: pointer;
}

.hp-divider {
    text-align: center;
    font-size: 13px;
    color: #999;
    position: relative;
}

.hp-divider:before,
.hp-divider:after {
    content: "";
    height: 1px;
    width: 30%;
    background: #ddd;
    position: absolute;
    top: 50%;
}

.hp-divider:before {
    left: 0;
}

.hp-divider span { position: relative; z-index: 2; background-color: #FFF; padding: 0 10px; }

.hp-divider:after {
    right: 0;
}

.hp-social-login {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.hp-social-login .hp-social img {
    width: 30px;
}

.hp-social {
    flex: 1;
    display: flex;
	flex-direction:column;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    align-items: center;
    gap: 7px;
    text-decoration: none;
	line-height:1.2em;
	text-align:center;
	white-space:nowrap;
}

.hp-policy {
    font-size: 12px;
	line-height:1.3em;
    text-align: center;
    color: #777;
}

.hp-policy a {
    color: #4a90ff;
    text-decoration: none;
}

.hp-body {
    background: #f4f6fb;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.hp-login-method {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 14px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.hp-logo {
    text-align: center;
	display: inline-flex;
    margin: 0 auto;
    align-items: center;
    font-size: 1.7em;
	font-weight:bold;
}
.hp-logo span { color:rgb(59, 110, 168); }

.hp-cloud {
    font-size: 32px;
    color: #2a6bff;
}

.hp-logo h1 {
    font-size: 20px;
    color: #2a6bff;
    letter-spacing: 1px;
}

.hp-title {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.hp-title span {
    color: #2a6bff;
}

.hp-subtitle {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
    margin-top: 5px;
}

.hp-method-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hp-method-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.hp-method-item:hover {
    background: #f7f9ff;
}

.hp-method-left {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.hp-icon {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.hp-icon img {
    width: 100%;
    height: auto;
}

.hp-method-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.hp-method-sub {
    font-size: 12px;
    color: #777;
}

.hp-arrow {
    font-size: 18px;
    color: #aaa;
}

.hp-more {
    text-align: center;
    margin: 15px 0;
    font-size: 13px;
    color: #2a6bff;
    cursor: pointer;
}

.hp-trusted {
    margin-bottom: 15px;
    margin-top: 20px;
}

.hp-trusted-title {
    font-size: 12px;
    color: #777;
    margin-bottom: 6px;
}

.hp-trusted-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hp-trusted-list a { display:inline-flex; flex:1; flex-direction:row; flex-wrap:nowrap; white-space:nowrap; }
.hp-trusted-list a strong { display:flex; flex-direction:column; }
.hp-trusted-list a strong span { background:unset; font-weight:normal; font-size:.8em; padding:0;  }

.hp-method-item.active {
    background: #f3f7ff;
}

.hp-trusted-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #333;
}

.hp-trusted-list img {
    width: 30px;
}

.hp-trusted-list span {
    background: #f0f3ff;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.hp-btn-messenger {
    width: 100%;
    height: 42px;
    background: #0084ff;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
}

.hp-note {
    text-align: center;
    font-size: 11px;
    color: #888;
    margin-top: 10px;
}

.hp-note a {
    color: #2a6bff;
    text-decoration: none;
}

.code-bt { display:block; margin:5px 0; }

@media (min-width:768px) {
    .hp-login-method {
        padding: 35px;
    }

    .hp-login-box {
        padding: 35px;
    }

}

@media (min-width:1024px) {

    .hp-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hp-login-box,
    .hp-login-method {
        max-width: 450px;
    }

    .hp-body {
        align-items: center;
    }
}