html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
	overflow-y: scroll;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.42857143;
  color: #333;
  background-color: #F4F4F4;
  margin: 0;
}

html, body {
    height: 100%;
}

img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a, a:hover, a:focus, a:visited {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dotted #333;
}

.cardess-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.container-inner {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    box-sizing: border-box;
    z-index: 100;
}

.navbar {
    display: flex;
    height: 60px;
    align-items: center;
    padding: 0 20px;
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
}

.image-logo {
    height: 40px;
    width: auto;
}

.cardess-container #app {
    padding-top: 30px;
}

.cardess-container .app-wrapper {
    width: 100%;
    max-width: 1080px;
    padding: 15px 20px;
}

.app-error {
    width: 100%;
    height: 100%;
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
