﻿.line-login-card {
    margin: 25px 0 30px;
    padding: 24px;
    border: 1px solid #cdeed8;
    border-radius: 12px;
    background: #f7fff9;
    box-shadow: 0 2px 8px rgba(6, 199, 85, 0.12);
}

.line-login-title {
    text-align: center;
    color: #06C755;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .line-login-title i {
        margin-right: 6px;
    }

.line-login-content {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.line-icon {
    width: 64px;
    height: 64px;
    margin-right: 18px;
    border-radius: 18px;
    background: #06C755;
    color: #fff;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-login-text strong {
    display: block;
    font-size: 22px;
    color: #333;
    margin-bottom: 6px;
}

.line-login-text span {
    display: block;
    font-size: 18px;
    color: #555;
}

.btn-line-main {
    height: 60px;
    border: 0;
    border-radius: 8px;
    background: #06C755;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

    .btn-line-main:hover,
    .btn-line-main:focus {
        color: #fff;
        background: #05b84f;
    }

.login-divider {
    position: relative;
    text-align: center;
    margin: 28px 0 24px;
    color: #888;
}

    .login-divider:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        border-top: 1px solid #ddd;
    }

    .login-divider span {
        position: relative;
        padding: 0 20px;
        background: #fff;
    }

.account-login-title {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #33414a;
}

@media (max-width: 767px) {
    .line-login-card {
        padding: 18px;
    }

    .line-login-content {
        align-items: flex-start;
    }

    .line-icon {
        width: 54px;
        height: 54px;
        font-size: 28px;
        margin-right: 12px;
    }

    .line-login-text strong {
        font-size: 19px;
    }

    .line-login-text span {
        font-size: 16px;
    }

    .btn-line-main {
        height: 56px;
        font-size: 22px;
    }
}
