@charset "utf-8";

/* login */
.loginInner {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 1200px; height: 500px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 15px 3px rgba(115,115,120,.1);
}
.loginInner h1 {
    width: 100px; height: 58px;
    margin: 40px 0 0 30px;
    text-indent: -9999px;
    background: url(/mypage/corpor/img/logo.png) no-repeat center/contain;
    overflow: hidden;
}
.loginInner .formWrap {
    width: 360px;
    padding-top: 113px;
    margin-right: 50px;
}
.loginInner .formWrap span {
    display: block;
    margin-bottom: 32px;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.15rem;
}
.loginInner .formWrap input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%; height: 40px;
    padding-left: 24px;
    font-size: 1.6rem; color: 333px;
    background: #f8f8fb;
    border: 0;
}
.loginInner .formWrap input::placeholder {color: #808080;}
.loginInner .formWrap input[type="password"] {margin: 20px 0 30px;}
.loginInner .formWrap button {
    display: block;
    width: 200px; height: 50px;
    margin: 0 auto;
    font-size: 1.8rem; color: #fff;
    background: #f5821f;
    border-radius: 25px;
    cursor: pointer;
}
.loginInner .formWrap button i.icon {
    display: inline-block;
    width: 21px; height: 22px;
    margin-left: 21px;
    background: url(/img/adm/icon_logout.png) no-repeat center/contain;
    vertical-align: -4px;
}
.loginInner section.kpai {
    position: absolute;
    top: -30px; left: 160px;
    width: 580px; height: 560px;
    padding: 99px 0 0 46px;
    color: #fff;
    background: url(/img/adm/login_bg.jpg) no-repeat center/cover;
}
.loginInner section.kpai h2 {
    margin-bottom: 20px;
    font-size: 4rem;
    line-height: 1.25;
    white-space: pre-line;
}
.loginInner section.kpai p {
    font-size: 1.6rem; line-height: 24px;
    white-space: pre-line;
}