@charset "UTF-8";
.login-info img {
    width: 150px; /* 적당한 너비로 설정, 필요에 따라 값 조정 */
    margin-bottom: 20px; /* 로그인 아이디와 이미지 사이의 간격 */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.login {
    text-align: -webkit-center;
    margin-bottom: 100px;
    margin-top: 200px;
}
.img {
    width: 10px;
}

.login-container {
    width: 400px;
    background-color: #fff;
}

.login-info {
    font-size: 14px;
    color: #A0A0A0;
    margin-bottom: 20px;
}

.login-form .input-group {
    margin-bottom: 10px;
    position: relative;
}

.login-form .input-group input {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    border: 1px solid #A0A0A0;
    box-sizing: border-box;
    padding-left: 40px;
}

.login-options {
    margin-bottom: 20px;
    font-size: 12px;
    color: #A0A0A0;
    text-align: left;
}

.login-options a {
    color: #000;
    text-decoration: none;
}

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

.remember-id {
    float: right;
    display: inline-block;
    color: black;
}

.login-form button {
    width: 100%;
    padding: 15px;
    font-size: 16px;
    background-color: #3F4444;
    color: #fff;
    border: none;
    cursor: pointer;
}

.login-form button:hover {
    background-color: #333;
}
.input-group img {
    width: 13px;
}
.lock-fill-logo,
.login-logo{
    position: absolute;
    left: 17px;
    bottom: 18px;
}
@media screen and (max-width:916px) {
    .login-container {
        width: calc(100% - 20px);
        margin: 0 10px;
    }
}
@media screen and (max-width:480px) {
    .div-label-2 {
        display: none;
    }
}