html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 11px;
    position: relative;
    z-index: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: Transparent;
    background-image: url();
}

/* left most image */
.left-image {
    float: left;
    width: 63px;
    height: 531px;
    background: url(45);
}

/* top middle image */
.middle-image {
    float: left;
    width: 445px;
    height: 144px;
    background: url(44);
}

/* login form area */
.form-area {
    float: left;
    width: 445px;
    height: 155px;
    background: #416fa3 url(47);
}

/* building link features list */
.features-list {
    float: left;
    width: 445px;
    height: 232px;
    background: url(48);
}

/* right image ( custom for each bld ) */
.header-image-mobile {
    float: right;
    width: 393px;
    height: 531px;
    background: url(43);
    background-repeat: no-repeat;
}

/* Z - indexes */
.left-image, .middle-image, .form-area, .features-list, .header-image-mobile {
    position: relative;
    z-index: -1;
}
#BulletListBox,
#FlashMovieWrapper,
#ManagementAddressAndInfo,
#CustomURLLink,
.building-info,
.login-form-content {
    z-index: 100;
}

.Div:after,
.div:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.Div,
.div {
    display: inline-block;
}
/* div class div, hides from IE-mac \*/
* html .Div,
* html .div {
    height: 1%;
}
.Div,
.div {
    display: block;
}
.Left {
    float: left;
}
.Right {
    float: right;
}
.Inline {
    display: inline;
}
.NoWrap {
    white-space: nowrap;
}

/* Building Name and welcome text */
.building-info {
    position: absolute;
    top: 0;
    left: 70px;
    line-height: 1.2;
}
.building-info .welcome-text {
    font-size: 16px;
    width: 100%;
    padding-top: 18px;
    padding-left: 67px;
    white-space: nowrap;
    color: #777;
}
.building-info .building-name {
    font-family: Times, serif;
    font-size: 27px;
    font-variant: small-caps;
    overflow: visible;
    width: 100%;
    padding-left: 97px;
    white-space: nowrap;
    color: #777;
}
.building-info .building-location {
    font-family: Times, serif;
    font-size: 12px ;
    font-variant: small-caps;
    overflow: visible;
    width: 100%;
    padding-left: 97px;
    white-space: nowrap;
    color: #777;
}

/* Login Form */
.login-form-content {
    position: absolute;
    top: 110px;
    left: 30px;
}
.login-form-content a, .login-form-content a:link, .login-form-content a:visited, .login-form-content a:hover, .login-form-content a:active {
    color: White;
}

.TextInputBox {
    width: 161px;
}

.login-button {
    line-height: 25px;
    display: inline-block;
    border: none;
    width: 51px;
    height: 23px;
    text-align: center;
    background-image: url(/account/login-templates/3ad05831-a474-4eec-84e6-0dd5299506f9/LoginButtonOld.jpeg);
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

/* Bullet List, what to use building link */
#BulletListBox {
    position: absolute;
    top: 300px;
    left: 74px;
    width: 405px;
}
#BulletListBoxInnerInner {
    position: relative;
    z-index: 100;
    padding: 10px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 25px;
}
#BulletListBoxInnerInner li {
    font-size: 11px;
    margin-top: 5px;
    list-style: outside;
}
#BulletListBottomCap {
    position: absolute;
    z-index: 50;
    bottom: 0;
    width: 405px;
    height: 102px;
    border-bottom: white 50px solid;
    background: url(48) -11px 100%;
}

/* For pages with flash movies */
#FlashMovieWrapper {
    position: absolute;
    top: 0;
    left: 479px;
    width: 393px;
    height: 354px;
}

/* Bottom Right Corner: Mgmt Address, BuildingLink Links */
#ManagementAddressAndInfo {
    position: absolute;
    top: 350px;
    left: 485px;
    width: 400px;
    height: 170px;
}
#ManagementAddressAndInfo #Row1 {
    width: 100%;
    height: 70px;
    padding-top: 5px;
}
#ManagementAddressAndInfo #Row2 {
    width: 100%;
    height: 95px;
    padding-top: 5px;
}
#ManagementAddressAndInfo .Left {
    width: 30%;
}
#ManagementAddressAndInfo .Right {
    width: 69%;
}
#ManagementAddressAndInfo #MgmtLogo img {
    margin-right: 10px;
}
#ManagementAddressAndInfo #MgmtAddress {
    width: 90%;
    font-size: 10px;
}
#ManagementAddressAndInfo #MgmtAddress div {
    white-space: nowrap;
}
#ManagementAddressAndInfo .MgmtText {
    font-size: 12px;
    color: #777;
}
#ManagementAddressAndInfo .MgmtTextSmall a.MgmtTextSmall,
#ManagementAddressAndInfo a.MgmtTextSmall:hover,
#ManagementAddressAndInfo a.MgmtTextSmall:visited {
    font-size: 10px;
    color: #777;
}

/* Custom URL Link */
#CustomURLLink {
    position: absolute;
    top: 282px;
    left: 90px;
    width: 360px;
    text-align: right;
}
#CustomURLLink a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}
#CustomURLLink a:hover {
    text-decoration: underline;
    color: white;
}

/* Guest Login Link */
#GuestLoginLink {
    position: absolute;
    z-index: 100;
    top: 278px;
    left: 80px;
    padding: 4px 15px 4px 15px;
    text-align: left;
    border-radius: 4px;
    background-color: #451d1d;
}
#GuestLoginLink a:link,
#GuestLoginLink a:visited,
#GuestLoginLink a:hover,
#GuestLoginLink a:active {
    color: White;
}

/* Header/Footer */
#Header,
#Footer {
    position: relative;
    z-index: 200;
    padding: 5px 0 5px 0;
    color: #777;
    background-color: White;
}
#Header {
    border-bottom: 1px solid #ccc;
}
#Footer {
    border-top: 1px solid #ccc;
}
#Header {
    display: none;
}
#Footer {
    display: none;
}

/* Buttons */
#BLKLinksAndButton {
    font-size: 12px;
}

#BLKLinksAndButton img {
    width: 51px;
    height: 22px;
}
#BLKLinksAndButton img:hover {
    cursor: pointer;
    background-position: 0 -36px;
}

/* Other style info */
.alerttext {
    font-weight: bold;
    color: #f00;
}
.AdminMessage {
    font-size: 11px;
    overflow: hidden;
    margin-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    color: #555;
    background-color: #dfe5f3;
}
.adminHighAlertMessage {
    font-size: 11px;
    overflow: hidden;
    margin-top: 5px;
    padding-right: 5px;
    padding-left: 10px;
    color: red;
    background-color: #dfe5f3;
}

/* Dynamic properties */
.TextInputBox {
    width: 120px;
}

#RememberLabelDiv {
    width: 90%;
}

#BiometricHelpLinkDiv {
    text-align: center;
}

.text-alert,
.validation-summary-errors {
    color: red;
}

.validation-summary-errors {
    font-weight: bold;
    font-size: 12px;
}

.field-validation-valid {
    visibility: hidden;
}

.field-validation-error {
    visibility: visible;
}

.validation-summary-errors > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* New responsive styles */
.outer-wrapper {
    width: 901px;
    height: 568px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.form-wrapper {
    display: flex;
    align-items: center;
}
.form-field-group {
    display: flex;
    color: white;
    align-items: center;
    gap: 15px;
}
.user-info-row {
    display: flex;
    gap: 8px;
}
.btn-default {
    width: auto;
    height: auto;
    order: 2;
    margin-left: auto;
    padding: 6px 15px !important;
}
.form-label {
    margin-bottom: 0px;
    font-weight: normal;
}
.field-wrapper {
    min-width: 82px;
}
.form-control {
    width: 250px !important;
    height: 28px !important;
    background-color: #e7f0fe !important;
    border-radius: 0 !important;
}
.sign-on-container {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0px;
    width: 329.58px;
}
.sso-wrapper {
    margin-bottom: 5px;
}
.next-section {
    padding: 0px;
}
.remember-login-label, .change-username-link, .username-label, .username-value {
    font-weight: normal;
    color: #fff;
}
.password-row {
    margin: 8px 0;
}
.login-form-content a {
    text-decoration: underline;
}
.remember-login-checkbox, .remember-login-label {
    margin: 0 !important;
}
.remember-login {
    display: flex;
    margin: 4px 0;
    gap: 8px;
}

/* Styles for small and medium devices  */
@media (max-width: 1024px) {
    .left-image, .middle-image, .form-area, .features-list, .bullet-list, .management-info, .guest-login, .custom-url, .flash-movie {
        display: none !important;
    }
    .form-wrapper {
        display: block;
    }
    .top-white-space {
        width: 100%;
        height: 44px;
        background-color: #fff;
    }
    .header-image-mobile {
        width: 120%;
        height: auto;
        padding-top: 90%;
        margin-top: -30%;
        background-size: cover;
        float: unset;
    }
    .background-images {
        height: 100%;
        overflow: hidden;
    }
    .outer-wrapper {
        width: auto;
        height: auto;
    }
    .btn-default, .login-button {
        width: 100%;
        height: 55px;
        margin-top: auto;
        color: #fff !important;
        background-color: #337ab7 !important;
        border-color: #2e6da4 !important;
        order: 1;
    }
    .login-button {
        background-image: unset;
        border-radius: 4px;
        margin-top: 70px;
    }
    .login-container {
        width: 100%;
        position: absolute;
    }
    .building-info {
        background-color: white;
        position: unset;
        padding: 30px 20px;
        margin-bottom: 16px;
        line-height: 1.42;
    }
    .welcome-text, .building-name, .building-location {
        padding: 0 !important;
        display: flex;
        justify-content: center;
        white-space: normal !important;
    }
    .login-form-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fff;
        width: 100%;
        top: auto;
        left: auto;
        height: 400px;
        padding: 0 120px;
    }
    .login-form-content a {
        text-decoration: none;
    }
    .single-sign-on {
        padding: 24px;
    }
    .sso-content {
        order: 2;
    }
    .link-item {
        font-weight: bold;
        color: #006eb8 !important;
    }
    .form-field-group {
        flex-direction: column;
        color: black;
        width: 100%;
        gap: 4px;
    }
    .form-label {
        align-self: flex-start;
        font-weight: bold;
    }
    .form-control {
        width: 100% !important;
        height: 48px !important;
        background-color: #fff !important;
        border-radius: 4px !important;
    }
    .sign-on-container {
        display: flex;
        height: 100%;
        flex-direction: column;
        width: 100%;
        gap: 0px;
        padding: 0px;
    }
    label {
        margin: 0px !important;
    }
    .user-info-row {
        flex-direction: column;
        width: 100%;
        gap: 4px;
    }
    .error-messages {
        padding: 5px;
    }
    .username-value {
        color: #486986;
    }
    .remember-login-label, .username-label, .form-label {
        color: #093155;
    }
    .remember-login-label {
        display: inline;
    }
    .remember-login {
        margin: 0px;
        width: 100%;
    }
    .username-label {
        font-weight: bold;
    }
    .sso-wrapper {
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .login-form-content {
        padding: 0 50px;
    }
}

/* Responsive styles for mobile devices */
@media (max-width: 430px) {
    .login-form-content {
        padding: 0 20px;
    }
}