body {
    font-family: Microsoft JhengHei;
    background-color: #f5f5f5;
}

.login-bg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.ssoportal {
    background-image: url("../images/bg03.png");
    -webkit-background-position: center;
    -webkit-background-repeat: no-repeat;
    -webkit-background-size: cover;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 425px;
    width: fit-content;
    height: fit-content;
    padding: 27px;
    min-width: 320px;
    min-height: 338px;
    overflow: hidden;
}

.background {
    background-color: transparent;
}

.logo {
    text-align: center;
}

.logo img {
    width: 270px;
}

.loginTitle {
    text-align: center;
    max-width: 270px;
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.blockinterval {
    padding-top: 20px;
    padding-bottom: 10px;
}


.authLabelText {
    color: #000000;
    height: 35px;
    width: 270px;
    font-size: 17px;
    background-color: transparent;
    margin-top: 20px;
    display: block;
    font-weight: normal;
}

.selector {
    height: 35px;
    font-size:17px;
    color: #000000;
    background-color: #CFDCE2;
    border: none;
}

.description {
    font-size:11px;
    color:#444;
    marging:5px 0px;
    line-height:2;
}

.descriptionSelector{
    font-size:11px;
    width:fit-content;
    height:fit-content;
}

.submitButton {
    width: 270px;
    height: 40px;
    font-size:17px;
    display: block;
    margin: auto;
    margin-top: 20px;
    color: #000000;
    background-color: #f5b1a2;
    border: none;
}

.submitButton:disabled {
    color: #fce7e3;
}

.errorMsgLabel {
    font-size: 14px;
    margin-bottom: 10px;
    color: #FF3333;
    font-weight: bold;
    max-width: 270px;
    text-align: left;
    display: block;
}

/* 登入倒數視窗樣式 */

.popupDiv {
    display:none;
    background: rgba(0, 0, 0, 0.4);
}

.popupDialog {
    margin: auto !important;
}

.popupDialogContent {
    width: 480px;
    max-width: 90%;
    margin: auto;
    border-radius: 1em !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.popupDialogContentHeader {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjkuNiAxMjAiPgogIDxnPgogICAgPHJlY3QgZmlsbD0iI0ZGRkZGRiIgeT0iMCIgd2lkdGg9IjMyOS42IiBoZWlnaHQ9IjEyMCIgcng9IjEyIiByeT0iMTIiLz4KICAgIDxwYXRoIGZpbGw9IiM5MmQwY2UiIGQ9Ik0zMTcuNiwwSDEyQzUuNCwwLDAsNS40LDAsMTJ2ODEuMmM1MS45LDE2LjgsMTA3LjMsMjUuOSwxNjQuOCwyNS45czExMi45LTkuMSwxNjQuOC0yNS45VjEyYzAtNi42LTUuNC0xMi0xMi0xMloiLz4KICA8L2c+Cjwvc3ZnPg==");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    border-radius: 1em 1em 0em 0em !important;
    border-bottom: none !important;
}

.popupDialogContentHeaderTitle:first-line {
    text-align: center;
    white-space: nowrap;
    margin: auto;
    font-size: clamp(0.5rem, 5vw, 1.75rem);
    font-family: 微軟正黑體, Arial;
    color: #000;
    font-weight: bold;
}

.popupDialogContentHeaderTitle {
    text-align:center;
    white-space: nowrap;
    margin: auto;
    font-size: clamp(0.375rem, 5vw, 1.625rem);
    font-family: 微軟正黑體, Arial;
    color: #000;
    margin-top: 0.25rem;
    margin-bottom: 1rem !important;
}

.popupDialogContentBody {
    background-color: white;
}

.popupDialogContentBodyTitle {
    color: black;
    text-align:center;
    font-size:17px;
    font-family: 'Times New Roman';
    margin: 16px 0px;
}

.popupDialogContentBodyContent {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2679B2;
}

.popupDialogContentBodyImg {
    display:flex;
    justify-content:center;
}

.popupDialogContentBodyBarDiv {
    margin:auto !important;
    height:9px !important;
    width: 35% !important;
    background-color: white;
    border-radius: 1em !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.popupDialogContentBodyBar {
    width: 100%;
    border-radius: 1em;
    background-color: #2679B2 !important;
}

.popupDialogContentFooter {
    background-color: white;
    border-top: 0 none !important;
    margin-top: 0px;
    padding-top: 0px !important;
    border-radius: 0em 0em 1em 1em !important;
    display: flex;
    margin: auto;
}

.popupDialogContentFooterBtn {
    background-color: #f5b1a2 !important;
}