body, select, option {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
}

body {
    background-color: #f8f8f8;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

select {
    width: 73px;
}

#header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #42484F;
    z-index: 8;
}

#header-logo {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 10px;
    height: auto;
    width: 90px;
    margin: 0;
    padding: 0;
}

#languages {
    outline: none;
    border: none;
    margin: 0;
    right: 18px;
    position: absolute;
    top: 15px;
}

#languages, #languages option {
    color: #ffffff;
    background-color: #42484F;
}


#form-container {
    position: absolute;
    height: auto;
    width: 361px;
    left: 50%;
    top: 50%;
    padding: 15px 30px 19px;
    transform: translateX(-50%) translateY(-50%);
    background-color: white;
    border-color: #c8c8c8;
    border-radius: 11px;
    border-width: 1px;
    border-style: solid;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}

#form-inputs {
    padding-top: 1px;
}


.form-field {
    padding-top: 1px;
}

.form-field label {
    display: block;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #4c4c4c;
    padding-top: 11px;
    padding-bottom: 8px;
}

.form-field input {
    width: 298px;
    padding: 7px;
    box-sizing: border-box;
    border: 1px solid #acacac;
    border-radius: 4px;
}

.form-field input:focus {
    outline: none;
}

.form-error-message {
    line-height: 21px;
    color: #db4437;
}

.error {
    line-height: 21px;
    color: #db4437;
}

.head {
    display: block;
    padding: 2px 1px 7px;
    text-align: left;
    color: #4c4c4c;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    width: 100%;
}

.link {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    color: #1F5AC4;
    outline: none;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}

.info {
    display: block;
    margin-bottom: 5px;
}

#j_info {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #acacac;
    border-radius: 4px;
    outline: #ffffff none 0px;
    margin: 0px;
    padding: 3px 1px;
    text-align: left;
    width: 288px;
}

.form-actions {
    padding: 16px 2px 5px 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dual-sso .form-actions {
    justify-content: center;
    gap: 10px;
}

button[type="submit"] {
    width: auto;
    min-width: 75px;
    height: 27px;
    background-color: #0f9d58;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-shadow: 0 1px 1px #000000;
    box-shadow: 0 1px 1px #000000;
}

button[type="submit"]:hover {
    background-color: #0b7f46;
}

.forgot-password {
    color: #1f5ac4;
    text-decoration: none;
    font-size: 14px;
}

.forgot-password:hover {
    text-decoration: underline;
}

.dualSso {
    display: block;
    width: 298px;
    margin-top: 2px;
    padding: 10px 2px 2px 1px;
    text-align: center;
    vertical-align: bottom;
}

#dualSsoImage {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../images/ms-symbollockup_signin_light.svg);
    width: 298px;
    height: 31px;
    z-index: auto;

}

#dualSsoImage:hover {
    display: inline-block;
    background: url(../images/ms-symbollockup_signin_light_hover.svg) no-repeat center center;
    background-size: contain;
}

#footer {
    display: block;
    position: fixed;
    text-align: center;
    left: 0;
    bottom: 0;
    height: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #d8d8d8;
    z-index: 7;
}

#footer-info {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    height: 23px;
    width: 100%;
    margin: 0;
    padding: 3px 0 0;
    border-top: 1px solid #ffffff;
    background-color: #e8e8e8;
    color: #000000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    text-align: center;
    white-space: nowrap;
    vertical-align: center;
    overflow: hidden;
}

#footer-left {
    position: static;
    width: 250px;
    overflow: clip;
    flex-shrink: 0;
}

#footer-logo {
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 5px; /* centering for the caption (#hrb-description) */
    height: 14px;
    width: auto;
    margin: 0;
    padding: 0;
}

.about {
    color: #000000;
    top: 3px;
    position: absolute;
    white-space: nowrap;
}

#hrb-description {
    position: absolute;
    text-align: left;
    flex-shrink: 0;
    top: 4px;
    right: 10px;
    left: 49px; /* 39 + 5 + 5 (left for img) */
}

#trademark {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    flex-grow: 1;
    overflow: hidden;
}

#about-link {
    text-decoration: underline;
    right: 5px;
    top: 4px;
    margin-left: auto;
}


@media (max-width: 1008px) {
    .about {
        position: relative;
    }

    #trademark {
        left: auto;
        top: -0.1px;
        transform: none;
    }

    #about-link {
        top: -0.1px;
    }

    #footer-info {
        display: flex;
        white-space: nowrap;
    }
}