* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
    color: #000;
    background-color: #f9f9f9;
}

#inputs {
    max-width: 320px;
    margin: 2em auto 0;
}

#inputsInner {
    max-width: 300px;
}

/* input:-webkit-autofill {
    box-shadow: 0 0 0 50px #fff inset;
    padding: 8px 6px;
    border-radius: 6px;
} */

input {
    width: 100%;
    box-shadow: 0 0 0 50px #fff inset;
    padding: 6px 10px;
    border-radius: 6px;
    font: inherit;
    background: rgba(0, 0, 0, 0);
    color: currentColor;
    border: none;
    outline: none;
    /* padding: 0; */
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 24px;
    line-height: 24px;
    vertical-align: bottom;
    text-align: inherit;
    box-sizing: content-box;
}

.logInLogOut {
    max-width: 320px;
    margin: 1em auto;
    text-align: right;
}

button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

label {
    display: block;
    font-size: 13px;
    margin-top: 8px;
}

#messages,
#ip,
#nodeEnv {
    max-width: 320px;
    margin: 0 auto 1em;
    font-size: 14px;
    margin-top: 12px;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
}

.error {
    color: red;
}

.success {
    color: blue;
}

.hide {
    display: none;
}

#nodeEnv {
    /* background-color: blue; */
}
