/* Login */

*{font-family: 'Noto Sans KR', sans-serif !important;}
h2 strong{
    color: #0086cd;
    padding: 0 10px;
    border-radius: 10px;
    margin-left: 14px;
    border: 2px solid #0086cd;
}
.login-form .save-id,
.login-form .save-id		{ margin-top:30px; font-size:14px; font-weight:700; text-align:right}
.login-form .save-id>div	{ display:inline-block; width:410px}
.login-form .save-id a		{ color:#fff}
.login-form .save-id em		{ margin:0 5px; font-style:normal; font-weight:400}
.login-form .save-id label	{ cursor:pointer}
.login-form .save-id input[type=checkbox]{ width:16px; height:16px; border:1px solid #fff; background:transparent}
.login-form strong,
.login-form span{ text-align:center}
.login-form strong{ margin-bottom:20px; font-family:'Noto Sans KR','Nanum Gothic'; font-size:55px; font-weight:700; text-transform:uppercase; letter-spacing:0.03em}
.login-form strong,
.login-form span,
.login-form input{ display:block; width:100%;border-radius: 13px;}
.login-form input[type=text],
.login-form input[type=password]{ padding-left:70px; font-size:14px; height:57px; line-height:57px; background-position:20px 50%; background-repeat:no-repeat}
.login-form input[type=text]{ background-image:url(/static/main/images/login/user.png)}
.login-form input[type=password]{ margin:10px 0 25px 0; background-image:url(/static/main/images/login/password.png)}
.login-form input[type=submit]{ height:75px; line-height:75px; background-color:#235698; cursor:pointer; color:#fff; font-size:24px; font-weight:700; text-transform:uppercase}
.login-form label{ display:none}
#login{
    height: 75px;
    line-height: 75px;
    background-color: #0086cd;
    border-color:#0086cd;
    border-style:none;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

#changeModal p{
    margin-bottom:5px;
}
#changeModal .row{
    padding-bottom:10px;
}