html, body {
  height: 100%;
  background: rgb(5, 56, 107);
  background: radial-gradient(circle, rgb(5, 56, 107) 33%, rgb(0, 40, 73) 66%, rgb(2, 28, 43) 99%);
  font-family: ssp;
}

.login-card {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 45px;
  height: 550px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 10px;
  background-color: white;
  max-width: 400px;
  border-radius: 20px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
}
.login-card .title {
  text-align: center;
  font-size: 25px;
  color: black;
}
.login-card .form-control {
  margin: auto;
  height: auto;
  margin-bottom: 10px;
  width: 180px;
  background-color: white;
  border-radius: 12px;
  color: #05386b;
}
.login-card .child {
  margin-top: 50px;
  display: inline-block;
  align-self: flex-end;
}
.login-card .bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.login-card .button-bottom {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.parent {
  display: flex;
  overflow: hidden;
}

.setup-card {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  min-height: 700px;
  background-color: white;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 500px;
  border-radius: 20px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
}
.setup-card .title {
  text-align: center;
  font-size: 25px;
  color: black;
}
.setup-card .form-control {
  margin: auto;
  height: auto;
  margin-bottom: 10px;
  max-width: 220px;
  height: 40px;
  background-color: white;
  border-radius: 12px;
  color: #05386b;
  text-align: center;
}
.setup-card .column2 {
  position: absolute;
  bottom: 300px;
  left: 0;
  right: 0;
  text-align: center;
}
.setup-card .bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.setup-card .label-ro {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 80%;
}

form {
  text-align: center;
}

.label {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 80%;
  color: grey;
}

.input {
  width: 180px;
}

.head {
  background-color: #ffffff;
  height: 70px;
}

.row-centered {
  text-align: center;
}

.card-body {
  margin: auto;
}

.logo {
  width: 250px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.text {
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 30px;
}

.user-img {
  height: 40px;
  width: auto;
  text-align: center;
}

.col-12 {
  display: flex;
  justify-content: center;
}

.login-button {
  width: 180px;
  height: 40px;
  border-radius: 12px;
  border-color: transparent;
  background: #5cdb95;
  color: white;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
}
.login-button:hover {
  transform: translate3D(0, -1px, 0) scale(1.03);
}
.login-button a {
  text-decoration: none;
  color: #ffffff;
}
.login-button a:hover {
  color: inherit;
}

.red {
  color: #c50b0b;
  font-size: 80%;
}

.forgot {
  text-decoration: none;
  color: #05386b;
  font-size: 80%;
}
.forgot:hover {
  color: #05386b;
  text-decoration: underline;
}

.p-text {
  color: #05386b;
  size: 90%;
}

.p-lower {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 300px;
}

.error .invalid-feedback {
  line-height: 90%;
  font-size: 80%;
}

.form-text li {
  font-size: 90%;
}
.form-text ul {
  margin-left: -10px;
  margin-right: 10px;
  text-align: center;
  list-style: none;
}

.requiredField {
  margin-top: 0;
  margin-bottom: 1px;
  font-size: 80%;
}

.centered-img {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

.centered-img2 {
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.img {
  vertical-align: middle;
}/*# sourceMappingURL=login.css.map */