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;
}

input {
    width: 270px;
    height: 35px;
    font-size: 17px;
    display: block;
    margin-top: 20px;
    color: #000000;
    background-color: #CFDCE2;
    border: none;
    padding-left: 10px
}

.authLabelText {
    color: #000000;
    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-top: 20px;
    color: #FFFFFF;
    background-color: #2A78B2;
    border: none;
}

.submitButton:disabled {
    color: #e9f1f7;
    background-color: #94bbd8;
}

.submitButton:disabled:hover {
    background-color: #94bbd8;
}

.submitButton:hover {
    background-color: #369ACC;
}

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

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

.popupDiv {
    display:none;
}

.popupDialog {
    width: 25%;
    min-width: 300px;
    margin: auto !important;
}

.popupDialogContent {
    border-radius: 1em;
}

.popupDialogContentHeader {
    background:#e6e6e6;
    border-radius: 1em 1em 0em 0em;
}

.popupDialogContentHeaderTitle {
    text-align:center;
    font-weight:700;
    margin: auto;
}

.popupDialogContentBodyTitle {
    text-align:center;
    font-size:17px;
}

.popupDialogContentBodyContent {
    font-size:21px;
    font-weight:700;
    color:#2C8BC3;
}

.popupDialogContentBodyImg {
    display:flex;
    justify-content:center;
    padding:15px 0px;
}

.popupDialogContentBodyBarDiv {
    margin:auto;
    height:9px;
    width: 35%;
    border-radius: 1em;
    box-shadow: inset rgba(0, 0, 0, 0.3) 0 0 10px;
}

.popupDialogContentBodyBar {
    width: 100%;
    border-radius: 1em;
    background-color:#2C8BC3;
}

.popupDialogContentFooter {
    border-top: 0 none;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0em 0em 1em 1em;
}

.popupDialogContentFooterBtn {
    background-color: #F0F0F0;
}