.content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.login-form > form, .register-form {
    background-color: #F3F4F4;
    border: 1px solid #D8D9D9;
    padding: 20px;
}

.forgot-pw-link, .register-link {
    text-decoration: underline;
    color: #061DF4;
}
.forgot-pw-link:hover, .register-link:hover {
    color: #000000;
}

.btn-back {
    padding: 30px 0px 0px 30px;
}

.login-sns {
    border-radius: 5px;
    height: 48px;
}

.login-sns:hover {
    text-decoration: none;
}

.login-sns img {
    width: 48px;
}

.line {
    background: #57ca72;
    margin-top: 40px;
}

.facebook {
    background: #428dee;
}

.google {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%)
}

.facebook img, .google img {
    width: 34px;
    margin-left: 7px;
}

.login-sns span {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}

.google span {
    color: #000;
}

@media (max-width: 768px) {
    .content {
        padding-top: 20px;
    }
    .login-form > form {
        background-color: #fff;
        border: none;
        padding: 20px 0px 20px 0px;
    }
    .register-form {
        background-color: #fff;
        border: none;
        border-top: 2px solid #D8D9D9;
        padding: 20px;
        text-align: center;
    }
    .register-link {display: none;}
    .btn-back {margin-top: 30px; margin-bottom: 70px;text-align: center;display: block;padding: 0px;}
    .screen-title img {
        display: none;
    }
    .screen-title {
        text-align: center;
        font-weight: 600;
    }
}
