.content * {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen,
    ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial,
    sans-serif;
  font-size: 16px;
}

.w362 {
  width: 362px;
  display: inline-flex;
  margin-bottom: 10px;
}

.btnRegister {
  background-color: navy;
  color: white;
  border-radius: 5px;
  margin-left: 10px;
}

.register {
  width: 400px;
  padding: 10px;
  background-color: white;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  margin: 100px auto;
  position: absolute;
  left: calc((100vw / 2) - 250px);
  top: calc((100vh / 2) - 250px);
  border-radius: 15px;
  box-shadow: 10px 10px 15px #444444;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.register h1 {
  text-align: center;
  width: 100%;
  color: #5b6574;
  font-size: 24px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #dee0e4;
  margin: 0;
  background-color: #2868c7;
  border-radius: 12px 12px 0 0;
  color: white;
}

.register label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #3274d6;
  color: #ffffff;
}

.register input[type="password"],
.register input[type="text"],
.register input[type="email"] {
  width: 310px;
  height: 50px;
  border: 1px solid #dee0e4;
  padding: 0 15px;
}

.register input[type="submit"],
.register #btnRegister,
.register #btnLogin {
  width: 55%;
  padding: 5px;
  margin: 5px 0px 0px 40%;
  background-color: #3274d6;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
  transition: background-color 0.2s;
  border-radius: 12px;
}

.register input[type="submit"]:hover,
.register #btnRegister:hover,
.register #btnLogin:hover {
  background-color: #2868c7;
  transition: background-color 0.2s;
}
