@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

* {
  font-family: "Lato", sans-serif;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("/img/loginBG.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.form-signin {
  background-color: whitesmoke;
  border-radius: 5px;
  padding: 50px;
}

.help-block {
  margin-top: 10px;
}

.font-size-small {
  font-size: small !important;
}

.btn-primary {
  background-color: #0e93dd;
  border-color: #0e93dd;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

article {
  flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
}

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

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

.form-signin .form-control {
  padding: 25px 15px;
}

.login-input {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.password-input {
  border-radius: 0 0 10px 10px;
}

.cookieFooter {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  padding: 25px;
}
.cookieFooter h4 {
  font-size: 18px;
}
.cookieFooter p {
  font-size: 14px;
  margin-bottom: 0;
}
.cookieFooter button {
  float: right;
  position: absolute;
  right: 25px;
  top: 25px;
}

/*# sourceMappingURL=login.css.map */
