* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

.main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 50px 0px;
  background-color: #0d5dd6;
}
.div-1 {
  background-color: #e11818;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 450px;
  padding: 15px;
  margin-right: 20px;
  max-width: 500px;
  min-width: 200px;
  min-height: 230px;
}
.div-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0px;
}
.div-3 {
  margin-bottom: 15px;
}
input {
  outline: none;
  border: 1px solid #d0d6db;
  width: 94%;
  font-weight: 200 !important;
  border-radius: 5px;
  height: 30px;
  padding-left: 10px;
}
input::placeholder {
  color: #9da6ae !important;
}
.input {
  margin-left: 5px;
  margin-top: 5px;
}
.div-h3 {
  margin-bottom: 3px;
}
.div4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
#signup {
  width: 97%;
  border-radius: 5px;
  margin-left: 6px;
  background-color: #3360f8;
  color: white;
  border: none;
  height: 35px;
  cursor: pointer;
}
.div-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
#login {
  color: #3360f8;
  cursor: pointer;
}
#message {
  padding-bottom: 15px;
}
span {
  font-weight: bold;
}
