html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

main {
    display: block
}

img {
    border-style: none
}

input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

input {
    overflow: visible
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

input {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2)
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%
    }
}

html {
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
    font-weight: bold;
}

.card {
    position: relative;
    margin: .5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
}

::-webkit-input-placeholder {
    color: #d1d1d1;
}

::-moz-placeholder {
    color: #d1d1d1;
}

:-ms-input-placeholder {
    color: #d1d1d1;
}

::-ms-input-placeholder {
    color: #d1d1d1;
}

::placeholder {
    color: #d1d1d1;
}

html {
    position: relative;
    min-height: 100%
}

body {
    background-image: url('/img/splashscreen.jpg');
    background-size: cover;
}

h1 {
    font-size: 1.28rem;
}

.container {
    display: flex;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.card {
    padding: 2rem 0rem;
    min-width: 24rem;
}

.card .header {
    padding: 0 2rem;
}

.card .logo {
    width: 4rem;
}

.card form {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* Enable momentum scrolling on iOS */
    max-height: 15rem;
}

.card form::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.card form::-webkit-scrollbar:vertical {
    width: 8px;
    border: 2px solid #fff;
}

.card form::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    border: 2px solid #fff;
    border-radius: 4px;
}

.card form::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px;
}

.site-button {
    width: 100%;
    border: none;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.2rem;
    padding: 1rem 2rem;
    text-align: left;
}

.site-button:hover {
    background-color: #eceff1;
    cursor: pointer;
}