.login-page-wrap {
    min-height: calc(100vh - 60px);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 120px;
    background:
        linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
        url('/img/background.png') center center / cover no-repeat;
    box-sizing: border-box;
}

.login-phone-card {
    width: 100%;
    max-width: 390px;
    background: #ffffff;
    border: 2px solid #2f6fa3;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.login-phone-header {
    height: 56px;
    background: #2f6fa3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.login-back {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.login-back:hover {
    color: #fff;
    text-decoration: none;
}

.login-card-body {
    padding: 22px 20px 24px;
}

.login-flash {
    margin-bottom: 10px;
}

.login-intro {
    font-size: 14px;
    color: #555;
    margin: 0 0 16px;
    line-height: 1.4;
}

.login-field {
    margin-bottom: 14px;
}

.login-field label {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #2f6fa3;
    line-height: 1.2;
}

.login-field input {
    width: 100%;
    height: 48px;
    border: 1px solid #d6d6d6;
    border-radius: 12px;
    padding: 0 14px;
    font-size: 16px;
    background: #fff;
    box-sizing: border-box;
}

.login-field input:focus {
    outline: none;
    border-color: #2f6fa3;
    box-shadow: none;
}

.login-btn-wrap {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.login-main-btn {
    width: 200px;
    height: 46px;
    background: #2f6fa3;
    color: #fff;
    border: none;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.login-main-btn:hover { background: #255a85; }

.login-back-row {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

.login-back-row a {
    color: #2f6fa3;
    text-decoration: none;
    font-size: 14px;
}

.login-back-row a:hover { text-decoration: underline; }
