html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  /*padding-bottom: 40px;*/
  background-color: #f5f5f5;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}

.container2 {
margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}


.form-signin {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 16px;
  box-shadow: rgb(122 204 224) 0 0 50px;
}

.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;
}

.area{
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
    color: #5ebf5d;
    float: none;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 60px;
    width: 100%;
    padding: 11%;
}

