.container {
  display: flex;
  width: 80%;
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 0px;
  flex-direction: column;
  margin-top: 30px;
  width: 534px;
  padding-top: 54px;
}

.title {
  font-size: 28px;
  font-weight: bold;
  color: #111218;
  margin-bottom: 30px;
}
.container .loginBtn {
  margin-top: 32px;
  width: 45%;
  background: #2589ff !important;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
}

.container .reset {
  margin-top: 32px;
  width: 45%;
  border-radius: 8px;
  font-size: 16px;
  display: inline-block;
}
body {
  background-image: url(../assets/background.png);
}

#form2,
#form1 {
  min-width: 290px;
}

.alert {
  width: 200px;
  position: fixed;
  top: 139px;
  text-align: center;
  left: calc(50% - 100px);
  box-shadow: 0px 0px 5px 0 #2196f3;
}

.form-horizontal .radio {
  display: inline-block;
  margin: 0px 10px;
}
