.loginLayout {
    display: grid;
    width: fit-content;
    gap: 2px;
    margin: 2px 0;
}

.loginLayoutItem {
    padding: 1px;
}

.loginLayoutTextItem {
    box-sizing: border-box;
    height: 24px;
    display: flex;
    align-items: center;
}

.loginInput {
    width:100%;
    height:22px;
    box-sizing: border-box;
}

.loginButton {
    height:22px;
    width:100%;
}

.resetPasswordLink {
    text-decoration: none;
    color: blue;
}

.resetPasswordLink:hover {
    text-decoration: underline;
}

.resetPasswordLink:visited {
    color: blue;
}

.languageSelect {
    height: 22px;
}