* { font-family: 'Spoqa Han Sans Neo', 'sans-serif'; }
.wrapper {
    position: relative;
    height: 100vh;
}
.login-container {
    position: absolute;
    width: 903px;
    height: 460px;
    top: 30%;
    left: calc(50% - 903px/2 - 0.5px);
    background: #FFFFFF;
    border-radius: 20px;
}

.login-message {
    position: absolute;
    width: 588px;
    left: calc(50% - 488px/2 - 30px);
    top: 10.77%;
    bottom: 65.5%;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 31px;
    color: #000000;
}

/* 아이디 버튼 */
.id-button{
    position: absolute;
    width: 104.76px;
    height: 31px;
    top: 15%;
    background: #9EA9D7;
    border-radius: 20px;
    line-height: 21px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    border: 1px;
}

/* 비밀번호 버튼 */
.password-button{
    position: absolute;
    width: 104.76px;
    height: 31px;
    top: 24%;
    background: #9EA9D7;
    border-radius: 20px;
    line-height: 21px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;

}

.in-button > button {
    position: absolute;
    width: 104.76px;
    height: 31px;
    background: #9EA9D7;
    border-radius: 20px;
    line-height: 21px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    border: 0px;
}
a{
    color: white;
    text-decoration: none;
    cursor: default;
  }
.in-button a {
    color: black;
}
.input-group {
    position: absolute;
    width: 653px;
    height: 54px;
    align-items: center;
    box-sizing: border-box;
    border: 0.8px solid #9EA9D7;
    display: flex;
}

.input-group input {
    border: none;
    outline: none;
    width: 100%;
}
.placeholder {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    width: 550px;
    height: 30px;
    color: #9EA9D7;
    border: none;
    padding: 5px;
    outline: 1.5px solid #9EA9D7;
}
