@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    font-size: 14px;
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.record-container {
    display: flex;
    gap: 10px;
}

.navigation-container {
    display: flex;
    justify-content: space-between;
}

span.arrow-icon {
    font-size: 50px;
}

.datepicker-container {
    display: flex;
    justify-content: left;
    gap: 10px;
}

select {
    height: 27px;
}

.form-floating {
    padding: 10px 0;
}

.login-container {
    padding: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 400px;
}
