html,
body {
  height: cover;
  width: cover;
  background: #ffcc00 !important;
}
.register-container {
  margin: 0;
  display: flex;
  height: 120vh;
  flex-direction: column;
}
.user_card {
  width: 350px;
  margin: auto;
  background: #32b8ec;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}
.bootstrapify {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.margin-b {
  margin-bottom: 1rem;
}
.form_container {
  display: flex;
  justify-content: center;
  width: 335px;
  margin-top: 10px;
  justify-content: center;
}

#form-title {
  color: #fff;
  text-align: center;
}
.login_btn {
  width: 100%;
  background: #33ccff !important;
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  padding: 0 2rem;
}
.input-group-text {
  background: #ffcc00 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}

/* login page styles */

.login-container {
  margin: 0;
  display: flex;
  height: 100vh;
  flex-direction: column;
}
.login_btn {
  width: 100%;
  background: #33ccff !important;
  color: white !important;
  align-content: center;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.login_container {
  padding: 0 2rem;
}
.input-group-text {
  background: #ffcc00 !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.links {
  text-align: center;
}
#messages {
  background-color: grey;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
}

.publicLink {
  margin-bottom: 25px;
  display: inline-block;
}

.containerProfile {
  margin: 100px auto;
  width: 400px;
  background: #32b8ec;
  padding: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}