body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace
}

.home {
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-position: fixed
}

.login {
    display: -ms-grid;
    display: grid;
    place-items: center;
    min-height: inherit;
    background-color: rgba(0, 0, 0, .6)
}

.login .card {
    box-shadow: 1px 2px 1px #ccc, 1px -2px 1px #ccc;
    background-color: #fff;
    border-radius: 6px;
    min-height: 200px;
    min-width: 500px;
    padding: 1em
}

.login .card img[alt=dropbox] {
    display: block;
    width: 70px;
    margin: 0 auto
}

.login .card .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center
}

.login .card .grid div {
    margin: .2em 0;
    width: 95%
}

.login .card .grid div input,
.login .card .grid div label {
    display: block;
    margin: .3em 0
}

.login .card .grid div input {
    padding: 10px 0;
    box-shadow: 1px 2px 3px #d3d3c3;
    border-radius: 2px;
    border: 1px solid #d3d3c3;
    text-indent: 10px;
    width: 100%
}

.login .card .grid div input[type=submit] {
    background-color: #007ee5;
    font-size: 100%;
    color: #fff;
    border-radius: 8px;
    width: 80%;
    display: block;
    outline: none;
    cursor: pointer;
    margin: 1em auto
}

.login .card .grid div input:first-letter {
    text-transform: capitalize
}

/*# sourceMappingURL=main.0f266322.chunk.css.map */