html {
  background-color: #ffffff80;
}
html.client {
  background: url("../images/cozinha-background.jpg");
}

.alert{
	margin: 1rem 0;
}

body {
  height: 100%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 50px;
}

.blob_red {
  width: 15%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
}

.blob_green {
  width: 15%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: fixed;
}

.blob_yellow {
  width: 15%;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: fixed;
}

.blob_red,
.blob_green,
.blob_yellow {
  max-width: 250px;
}

.form-signin {
  z-index: 10;
  margin: 0 auto;
  max-width: 350px;
  padding: 4rem 1rem;
}
.logo {
  width: 100%;
  height: auto;
}

.alert {
  font-size: 12px;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"],
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="phone"],
.form-signin input[type="password"] {
  border-radius: 0;
}
.form-signin button[type="submit"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.footer {
  left: 0;
  width: 100%;
  bottom: env(safe-area-inset-bottom, 0);
  position: absolute;
}
.footer img {
  height: 7.5vh;
  margin: 0 auto;
  max-width: 80vw;
}
