html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f7f7f7;
}

.form-signin {
  width: 100%;
  max-width: 450px;
  min-width: 450px;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
  padding: 30px;
  margin: auto;
  border: 1px solid #E6EAEE;
  background-color: #ffffff;
}

.form-signin label {
  color: #7F8FA4;
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 5px;
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background-color: #f8fafc;
  border-color: #dfe3e9;
}

.form-error {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
  background-color: rgba(238,68,68,.05)!important;
  border-color: #ee4444!important;
}

.form-signin .form-control:focus {
  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; */
}

.form-signin input[type="submit"] {
  background-color: #388ded;
  height: 46px;
  font-size: 14px;
  margin-top: 20px!important;
}

.slogan {
  font-size: 24px;
  text-align: center;
  color: #354052;
  font-weight: 300;
  margin-bottom: 24px;
}

.logo {
  height: 140px;
  width: 140px;
  background-color: #ffffff;
  border: 1px solid #DFE3E9;
  border-radius: 70px;
  margin-top: -100px;
  margin-left: 125px;
  margin-right: 125px;
}
.logo img {
  margin-top: 53px;
  margin-left: 5px;
}

footer {
  position: absolute;
  bottom:20px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  color: #333333;
  font-size: 14px;
}

.error-hint {
  color: #ee4444;
  font-weight: 300;
  position: absolute;
  margin-top: -35px;
  margin-left:260px;
}