#login{
  color: #fff;
  background: #000;
}
#wrap{
  width: 100%;
}
#contents{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
#login form{
  width: 100%;
  margin: 0 auto;
}
.formBox{
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: gray 1px solid;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.formBox input{
  width: 100%;
  height: 50%;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  background: #000;
  color: #fff;
}
.formBox.select{
  border: #009966 solid 3px;
}
.btn{
  background: #009966;
  border: none;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  position: relative;
}
.write:disabled{
  opacity: 0.5;
}
.text{
  color: #009966;
}
.input::placeholder {
  text-align: left;
}

.placeholder{
  color: #009966;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}
.formBox input:focus{
  outline: none;
}
.title{
  margin-bottom: 30px;
}
/* .prev::before{
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: ;
} */