.Container-signIn {
    min-height:876px;
    padding:0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.Panel-signIn {
    padding: 160px 0px 0px 0px;
    min-height: 876px;
}

/*.Panel-signIn, .Panel-signOut, .Panel-knoxSSO, .Panel-error {*/
/*    padding: 0;*/
/*    min-height: 879px;*/
/*}*/

.Panel-signOut, .Panel-error div {
    text-align: center;
}

.LoginBox {

}

.LoginBox-contents{
    width:600px;
}

.LoginBox-top{
    text-align: center;
    margin-bottom: 40px;
}

.LoginBox-form{
    border-radius: 16px;
    border-width: 1px;
    padding-top: 60px;
    padding-right: 64px;
    padding-bottom: 60px;
    padding-left: 64px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 12px 16px -4px #10182814, 0px 4px 6px -2px #10182808;
    background-color: #FFFFFF;
}

.LoginBox-form-inner{
    width: 472px;
    /*height: 260px;*/
}

.LoginBox-contents-title{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.idPwTitle {
    width: 100%;
    height: 16px;
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.14px;
    text-align: left;
    color: #1f2533;
    display:block;
    /*padding-top:8px;*/
    padding-bottom:8px;
}

.LoginBox-blue-button {
    margin: 10px 0px 10px 0px;
    width: 470px;
    height: 40px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    background-color: #2E90FA;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 23.17px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.LoginBox-blue-button:disabled {
    background-color: #B2DDFF;
    cursor: default;
}

.LoginBox-blue-button:hover:not([disabled]) {
    background-color: #175CD3;
    cursor: pointer;
}

.LoginBox-blue-button:active:not([disabled]) {
    background-color: #194185;
    cursor: pointer;
}

.LoginBox-white-button:hover,focus{
    border: solid 1px #545dd4;
    background-color: #edeefb;
}
.Sign-in-with-Knox {
    width: 300px;
    height: 19px;
    flex-grow: 0;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 23.17px;
    letter-spacing: normal;
    text-align: center;
    color: #545dd4;
}

.LoginBox-findPWSignup {
    text-align: right;
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}

.LoginBox-findPWSignup span{
    font-size: 15px;
}

.LoginBox-saveEmail-div {
    margin-top: 18px;
    padding-left: 50px;
    text-align: left;
}

.LoginBox-saveEmail-twoStep-div {
    text-align: left;
    /*position: absolute;*/
    bottom: 42px;
    /*width: 350px;*/
    flex-grow: 0;
    font-family: NotoSansKR;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    display: flex;
    justify-content: space-between;
}

.LoginBox-saveEmail {
    width: 82px;
    height: 16px;
    text-align: left;
    overflow: inherit;
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: left;
    color: #1f2533;
}

.passwordViewTwostep {
    /*position: absolute;*/
    padding-right:8px;
    width: 16px;
    height: 16px;
    right: 12px;
    margin-top: -28px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    float: right;
}


.comeback {
    width: 100%;
    height: 22px;
    opacity: 0.9;
    font-family: NotoSansCJKkr, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: normal;
    text-align: left;
    margin: 22px 0px 0px;
    bottom: 22px;
}


.findIdPassword-wrapper {
    display: flex;
    justify-content: flex-end;
}

.form__password__wrapper {
    height: 60px;
    position: relative;
}

LoginBox-findPWSignup:hover {
    color: #545DD4;
    text-decoration: solid;
}

a:hover {
    color: #545DD4;
    text-decoration: none;
}

.LoginBox-register {
    flex-grow: 0;
    /*font-family: NotoSansKR;*/
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.LoginBox-register-link {
    color: #2E90FA;
    font-size: 14px;
}

.LoginBox-register-link:disabled {
    color: #B2DDFF;
    cursor: default;
}

.LoginBox-register-link:hover:not([disabled]) {
    color: #175CD3;
    cursor: pointer;
}

.LoginBox-register-link:active:not([disabled]) {
    color: #194185;
    cursor: pointer;
}

.LoginBox-white-button {
    margin-top: 0px;
    width: 450px;
    height: 40px;
    flex-grow: 0;
    align-items: center;
    padding: 0;
    border-radius: 8px;
    border: solid 1px #A1ABBB80;
    background-color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.LoginBox-white-button:disabled {
    color: #B2DDFF;
    cursor: default;
}

.LoginBox-white-button:hover:not([disabled]) {
    color: #175CD3;
    cursor: pointer;
}

.LoginBox-white-button:active:not([disabled]) {
    color: #194185;
    cursor: pointer;
}