@import url("https://fonts.googleapis.com/css?family=Open+Sans");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .bg {
  width: 100%;
  height: 100vh;
  background-image: url(https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?w=700&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTJ8fHdvcmt8ZW58MHx8MHx8fDA%3D);
  background-size: cover;
  filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main .form-group {
  position: relative;
}
body main .form-group input {
  padding-left: 30px;
}
body main .form-group i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #534f4f;
}/*# sourceMappingURL=index.css.map */