html, body {
    height: 100%;
    margin: 0;
}

[role='button'] {
    cursor: pointer;
}

.auth {
    width: 500px;
    padding: 2em;
}

main.body {
    padding-top: 150px;
    min-height: 100%;
    margin-bottom: -80px;
}

main.body.form {
    padding-top: 50px;
}

@media screen and (max-width: 767px) {
    main.body {
        padding-top: 100px;
    }
}

nav.navbar {
    border-bottom: 1px solid rgba(234,119, 0, 0.3) !important;
    background: white;
}

nav.navbar .navbar-brand {
    display: block;
    padding: 5px;
    color: #ea7700;
}

.navbar-brand img {
    margin-right: 2em;
}

.text-theme {
    color: #ea7700;
}

footer {
    height: 80px;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: -80px;
}

footer div {
    width: 100%;
    text-align: center;
    font-size:10pt;
}

.btn-float-right {
    position: fixed;
    right: 1em;
    top: 20%;
}

.no-underline {
    text-decoration: none !important;
}

.v-align {
    vertical-align: middle !important;
}

#multi-download button {
    margin-bottom: 0.2em;
}

.user-form {
    max-width: 700px;
    margin: auto;
}

.each-form {
    margin-top: 2em;
}

.pagination > li {
    margin-right: 1em;
}