html,
body {
  height: 100%;
}

body {
  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: 40px;
  background-color: #cad5cb;
  /*
  background-image: url('/signon/assets/img/sven-scheuermeier-YhdEgF-qWlI-unsplash.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
  */	
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  border-radius: 15px;
  /* margin: 0 auto; */
}
.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 h4 {
  margin-top: 10px;
  margin-bottom: 4px;
}
.form-signin input {
  margin-bottom: -1px;
  border-radius: 4px;
  /*
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  */
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-radius: 4px;
  /*
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  */
}
.g-signin2 {
  padding-left: 45px;
}
#gslink {
  padding: 0;
}
.btn-footer {
	text-decoration: underline;
	font-size: 17px;
	padding: 8px 20px;
}
.footer {
    background-color: rgba(255,255,255,0.6);
    /*border-top: 0.2px lightgrey solid;*/
    width: fit-content;
    position: absolute;
    bottom:0;
    border-radius: 10px;
	padding: 0 10px;
}