a {
    text-decoration: none;
    color: var(--sketchColorLink);
    border-style: none;
}

a:link {
    background: none;
    color: var(--sketchColorLink);
    text-decoration: none;
}

a:visited {
    background: none;
    color: var(--sketchColorLink);
    text-decoration: none;
}

a:link:hover,
a:visited:hover {
    background: none;
    color: var(--sketchColorLinkHover);
    text-decoration: none;
}

a:link:active,
a:visited:active {
    background: none;
    color: var(--sketchColorLinkHover);
    text-decoration: none;
}

.inlog-body {
    margin-top: 2em;
    margin-left: 2em;
    font-family: var(--sketchFontFamily);
    font-size: 11pt;
}

.inlog-authentication-section {
    font-size: 10pt;
    width: 300px;
    background-color: #e7e9e2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-left-radius: var(--sketchBorderRadiusSection);
    border-top-right-radius: var(--sketchBorderRadiusSection);
    border-bottom-right-radius: var(--sketchBorderRadiusSection);
    border-bottom-left-radius: var(--sketchBorderRadiusSection);
}

.inlog-authentication-userid,
.inlog-authentication-password {
    font-size: 10pt;
    font-weight: normal;
    /* color: var(--sketchColorPrimary); */
    color: #004466;
}

.inlog-authentication-workstation {
    font-size: 10pt;
    font-weight: normal;
}

.inlog-link-section {
    margin-top: 2em;
    font-size: 10pt;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #e7e9e2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 300px;
    min-width: 150px;
    border-top-left-radius: var(--sketchBorderRadiusSection);
    border-top-right-radius: var(--sketchBorderRadiusSection);
    border-bottom-right-radius: var(--sketchBorderRadiusSection);
    border-bottom-left-radius: var(--sketchBorderRadiusSection);
}

.inlog-link-item {
    font-size: 10pt;
}

pre {
    font-family: var(--sketchFontFamily);
    position: absolute;
    left: 400px;
    top: 145px;
    width: 60%;
    font-size: 10pt;
    font-style: italic;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: var(--sketchColorPrimary);
    padding-top: 1em;
    margin-right: 2em;
}

.input {
    font-family: var(--sketchFontFamilyInput);
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    padding-left: 5px;
    width: 150px;
    border-top-left-radius: var(--sketchBorderRadiusInput);
    border-top-right-radius: var(--sketchBorderRadiusInput);
    border-bottom-right-radius: var(--sketchBorderRadiusInput);
    border-bottom-left-radius: var(--sketchBorderRadiusInput);
    height: 30px;
}

.button-login {
    border-top-left-radius: var(--sketchBorderRadiusButtonPrimary);
    border-top-right-radius: var(--sketchBorderRadiusButtonPrimary);
    border-bottom-right-radius: var(--sketchBorderRadiusButtonPrimary);
    border-bottom-left-radius: var(--sketchBorderRadiusButtonPrimary);
    background-color: var(--sketchBackgroundColorButtonPrimary);
    cursor: pointer;
    width: 150px;
    height: 30px;
    color: var(--sketchColorTextOnButtonPrimary);
    font-size: 10pt;
    font-weight: bold;
    border-style: none;
}

.button-login:hover {
    background-color: var(--sketchBackgroundColorButtonPrimaryHover);
    color: var(--sketchColorTextOnButtonPrimaryHover);
    border: var(--sketchBorderButtonPrimaryHover, none)
}

.button {
    background-color: var(--sketchBackgroundColorButtonPrimary);
    width: 150px;
    color: var(--sketchColorTextOnButtonPrimary);
    font-size: 10pt;
    border-style: none;
}

.welcomemessage {
    position: absolute;
    left: 400px;
    top: 2em;
    font-family: var(--sketchFontFamily);
    font-size: 11pt;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 700px;
    margin-right: 1rem;
}

.welcomemessage h1 {
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    font-size: 10pt;
    background-color: #e7e9e2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-left-radius: var(--sketchBorderRadiusSection);
    border-top-right-radius: var(--sketchBorderRadiusSection);
    border-bottom-right-radius: var(--sketchBorderRadiusSection);
    border-bottom-left-radius: var(--sketchBorderRadiusSection);
    margin-top: 0px;
}

.welcomemessage p {
    font-size: 10pt;
    width: 0;
    min-width: 100%;
    box-sizing: border-box;
}

.welcomemessage li {
    font-size: 10pt;
    max-width: 500px;
    display: block-inline;
    margin-left: -20px;
}

.welcomemessage img {
    border-top-left-radius: var(--sketchBorderRadiusImage);
    border-top-right-radius: var(--sketchBorderRadiusImage);
    border-bottom-right-radius: var(--sketchBorderRadiusImage);
    border-bottom-left-radius: var(--sketchBorderRadiusImage);
    border: solid 1px #e7e9e2;
    max-height: 60vh;
    margin-bottom: 2rem;
    object-position: center;
}

.welcomemessage blockquote {
    width: 100%;
}
