@charset "utf-8";

.social-login {
    margin-top: 3rem;
    width: 100%;
    justify-content: center;
    display: flex;
}

.btn-line-login {
    width: 155px;
    height: 48px;
    background: no-repeat center url('../images/btn_login_base.png');
}

.btn-line-login:hover {
    background: no-repeat center url('../images/btn_login_hover.png');
}

.btn-line-login:acivet {
    background: no-repeat center url('../images/btn_login_press.png');
}

.btn-line-login .signin {
    visibility: hidden;
}
