@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
* {font-family: 'Montserrat', serif; box-sizing: border-box}
main {width: 100%; max-width: 100%; display: flex; flex-wrap: wrap; justify-content: center}
.container {
	max-width: 1280px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box
	}
button {cursor: pointer}
.submit input {cursor: pointer}

@media only screen and (max-width: 570px) {
  #logibook-root > form {padding:10px !important}
  #logibook-root form > div {width: 100% !important; margin: 0 !important}
  #logibook-root #logibook_form_header {margin-top: 70px !important}
  #logibook-root .logibook_search select {margin-bottom: 20px !important}
  
  .container {padding: 0}
}