/* Copied from the PUB app, this is the replacement for mobile styles for webseal, all others are deprecated and need to be replaced and pages rewritten. */
.mainLayoutContainerMobile {
    min-width: 320px;
    min-height: 560px;
}

.passwordExpiredTopContainerMobile {
    margin: 0px;
}

.passwordExpiredBodyMobile {
    overflow-y: hidden;
    overflow-x: hidden;
}
.mobileHeader,
.mobileFooter {
    margin: auto;
}

.mobileHeader > div,
.mobileFooter > div {
    text-align: center;
}

.titleContainerMobile {
    width: 100%;
    margin: 24px auto 15px 13px;
    border-bottom: 0px;
}

.passwordExpiredTitleMobile {
    font: bold 21px Arial, Helvetica, sans-serif;
    padding: 0 0 5px 10px;
}
.passwordExpiredDivMobile {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
    padding: 0;
    display: flex;
}
.passwordExpiredFormMobile {
    width: 100%;
    margin: 0;
}

.passwordExpiredLabelMobile {
    margin: 0;
    text-align: left;
    font-weight: bold;
    padding: 11px 1px 1px 5px;
    background-color: #f7f7f7;
    width: 14em;
    display: inline-block;
    border-top: 1px solid white;
}

.passwordExpiredFieldMobile {
    display: inline-block;
}
.passwordExpiredFieldMobile input {
    padding: 0.4em;
    border-width: 0;
    width: 98%;
    margin-top: 5px;
    outline: 0;
}

.formFieldsetMobile {
    border: 1px solid #dddddd;
    background: #fff;
    padding: 0;
    margin: 0px 11px;
    -webkit-border-radius: 0.58em;
    -moz-border-radius: 0.58em;
    -ms-border-radius: 0.58em;
    -o-border-radius: 0.58em;
    border-radius: 0.58em;
    overflow: hidden;
}

.formFieldsetMobile:last-child {
    border-bottom: 0;
}

.passwordExpiredButtonsDivMobile {
    width: 100%;
    background: initial;
    height: auto;
    margin: 15px auto 15px auto;
    color: #333;
}

.passwordResetInstructionsMasterMobile {
    border: 0;
    height: auto;
    padding: 10px;
}

.passwordExpiredSubmitMobile {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.passwordExpiredSubmitMobile .dijitButtonNode {
    background-image: -webkit-linear-gradient(top, #828282, #525252 3%, #000000) !important;
    background-image : -moz-linear-gradient(top, #828282 0%,#525252 3%, #000000 100%) !important;
    width: 150px;

    padding: 5px 0px 5px 0px !important;
    font-size: 16px !important;
    border-radius: 0.4em !important;
    background-repeat: initial !important;
}

.errorMessageMobile {
    color: red;
    text-align: center;
    padding-bottom: 10px;
    display: none;
    font-size: 1.5em;
}