@import url('//fonts.googleapis.com/css?family=Roboto|Material+Icons');

html {
	height: 100%;
}

body {
  padding-top: 40px;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-items: center;
}

header {
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 2rem;
	color: #888;
}

main.error {
	margin: auto;
	display: flex;
	align-items: center;
}
h1 {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 2rem;
} 
h2 {
	font-size: 1.0rem;
	font-weight: normal;
} 
.button {
	margin: 0;
	padding: 8px 32px;
	margin-bottom: 20px;
	cursor: pointer;
	background: transparent;
	display: flex;
	flex: 1;
	border: 1px solid silver;
	border-radius: 8px;
	align-items: center;
	color: #333;
	/* max-width: 300px; */
}
.button > span {
	margin-left: 30px;
}
.button > div {
	display: inline-block;
	width: 120px;
	max-width: 120px;
}
.form-connect {
	display: flex;
	flex-direction: column;
    width: fit-content;
    align-self: center;
     margin: auto;
}
.checkbox {
	margin-bottom: 2rem;
}

.checkbox > input[type=checkbox] {
	width: .8rem;
	height: .8rem;
}

.checkbox > label {
	padding-left: 0.7rem;
	font-size: 0.9rem;
}

.hidden {
	display: none;
}

.error {
	margin-left: 40px;
	max-width: 500px;
}