.input-row {  
    align-items: center;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --antd-wave-shadow-color: #333f48;
    --scroll-bar: 0;
    direction: ltr;
    font-family: 'Noto Sans', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    box-sizing: border-box;
    width: 368px;
    min-width: 0;
    color: #5f5f5f;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s;
    display: inline-flex;
    padding: 6.5px 11px;
    font-size: 16px;
    margin: 0 16px;
    padding: 6.4px 15px;
}
.input-icon {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --antd-wave-shadow-color: #333f48;
    --scroll-bar: 0;
    direction: ltr;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    color: #5f5f5f;
    line-height: 1.5715;
    font-size: 16px;
    box-sizing: border-box;
    display: flex;
    flex: none;
    align-items: center;
    margin-right: 4px;
}
.input-box {
    flex: 1;
}
.input-box input {
    border: none;
    background: #fff;
    width: 100%;
    font-size: 1rem;
    outline: none;
    padding: 0.5rem 0;
}
body {
    font-family: Arial, sans-serif;
    background: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.login-container {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    width: 400px;
}
.form-group {
    margin-bottom: 1rem;
}
label {
    display: block;
    margin-bottom: 0.5rem;
}

#newUsername, #newPassword {
    background-color: #eaf3ef;
    height: 40px;
    width: 368px;
    margin: 0px 16px;
}

input[type="text"], input[type="password"] {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --antd-wave-shadow-color: #333f48;
    --scroll-bar: 0;
    direction: ltr;
    font-family: inherit;
    box-sizing: border-box;
    margin: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    line-height: 1.5715;
    border-radius: 2px;
    transition: all .3s;
    font-size: 16px;
    touch-action: manipulation;
    padding: 0;
    border: none;
    outline: 0;
    padding-left: 34px;
}
button {
    display: block;
    padding: 6.4px 15px;
    font-family: 'Noto Sans', Roboto;
    font-size: 14px;
    margin: 0 auto;
    height: 40px;
    width: 368px;
    background: #333F48;
    color: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s;
}
button:disabled {
    background: #aaa;
    cursor: not-allowed;
}
.error-message {
    color: #d8000c;
    background: #ffd2d2;
    padding: 0.5rem;
    border-radius: 4px;
    margin-top: 1rem;
    text-align: center;
}

#createUserLink {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --antd-wave-shadow-color: #333f48;
    --scroll-bar: 0;
    direction: ltr;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: 'tnum';
    text-align: right!important;
    box-sizing: border-box;
    color: #333f48;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    transition: color .3s;
    touch-action: manipulation;
}

#createUserLink:hover {
    text-decoration: underline;
}
