body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
  'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
  sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container {
  width: 100vw;
  height: 100vh;
  background: url("../img/bg.png") no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  width: 188rem;
  height: 232rem;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4rem;
  margin-right: 75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title {
  margin-top: 15rem;
  font-size: 16rem;
  color: #fff;
  text-align: center;
}

.item {
  width: 157rem;
  border-bottom: 1px solid #fff;
  margin-top: 10rem;
  display: flex;
  padding-bottom: 4rem;
}

.select{
  width: 157rem;
  margin-top: 10rem;
  display: flex;
  padding-bottom: 4rem;
}

.item input {
  flex: 1;
  height: 14rem;
  border: none;
  background: transparent;
  outline: none;
  color: #fff;
  font-size: 7rem;
}

.item input::-webkit-input-placeholder {
  color: #fff;
  font-size: 7rem;
}

.item input::-moz-placeholder {
  color: #fff;
  font-size: 7rem;
}

.item img {
  width: 14rem;
  height: 14rem;
  margin: 0 5rem;
}

.btn {
  margin-top: 13rem;
  width: 157rem;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0AB6E3;
  box-shadow: 0 1px 3px 0 rgba(7, 67, 130, 0.75);
  opacity: 0.75;
  border-radius: 4px;
  font-size: 11rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}