html,
body {
  height: 100%;
}

body {
	padding: 0;
	margin: 95px 0 0 0 !important;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
	color: #6c757d;
	font-size: 1.25rem;
}
@media (min-width: 768px) {
	body {
		font-size: 1.15rem;
	}
}







.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
