<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#rotating-item-wrapper {
    position: relative;
    width: 980px;
    height: 347px;
}

.rotating-item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.auto-style2 {
    width: 100%;
    height: 75%;
}

.auto-style3 {
    height: 62px;
}

.auto-style4 {
    height: 296px;
}

.auto-style5 {
    width: 100%;
    border-color: #9EA3D8;
    border-radius: inherit;
    border-width: medium;
    table-layout: inherit;
}

.divTop {
    top: 0px;
    z-index: 990;
    height: 19px;
    /*background-color: #9EA3D8;*/
    background-color: #2E90C1;
}

.auto-style6 {
    height: 23px;
}

.login-table {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    border-collapse: collapse;
}

.login-table td {
    padding: 4px 8px; /* reduced gap */
    vertical-align: middle;
}

.login-table label {
    display: inline-block;
    font-weight: bold;
    white-space: nowrap;
    width: 100px;
}

.input-box {
    width: 250px;        /* Increase width */
    padding: 10px;       /* Larger padding for better UX */
    font-size: 16px;     /* Slightly larger text */
    box-sizing: border-box;
}

.img-login-btn {
    width: 100px; /* or adjust as needed */
    margin-top: 10px;
}

.error-label {
    color: red;
    display: block;
    text-align: center;
    padding-top: 10px;
}

.forgot-password-cell {
    text-align: center;
    padding-top: 10px;
}
</pre></body></html>