.login_box {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login_box h1 {
  font-weight: 500;
}

.login_box input {
  width: 700px;
  height: 50px;
  margin-top: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background-color: #ebebeb;
}

.login_box .login_btn {
  width: 700px;
  height: 50px;
  border: none;
  outline: none;
  background-color: #fd6a06;
  color: white;
  margin-top: 20px;
}

@media screen and (min-width: 375px) and (max-width: 500px) {
  .login_box input {
  width: 90%;
  }
  .login_box .login_btn{
  width: 90%;
  }
}
/*# sourceMappingURL=login.css.map */