* {
    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;
}

#svgHolder {
    max-width: 320px;
    margin: 3em auto 1em;
}

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

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: 8px 6px;
    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%;
    vertical-align: bottom;
    text-align: inherit;
    box-sizing: content-box;
}

#submit,
#reset {
    max-width: 320px;
}

#submit {
    margin: 1em auto;
    text-align: right;
}

#reset {
    margin: 1em auto;
    text-align: center;
}

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 {
    font-size: 13px;
    margin-top: 1em;
}

#loginMessage,
#resetMessage {
    max-width: 320px;
    margin: 0 auto 1em;
    font-size: 14px;
    color: red;
    margin-top: 12px;
}

.hidden {
    display: none;
}
