@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,800");
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background-color: #fdfaf5;
}

button,
input,
select,
textarea {
  font-family: "Montserrat", Helvetica, sans-serif;
}

section {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%;
  min-height: 100vh;
  background-color: #c4cedd;
  font-family: "Catamaran", sans-serif;
  font-weight: 800;
}

#updateform {
  margin: auto;
  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;
  padding-top: 20vh;
  padding-bottom: 80px;
  width: 100%;
  max-width: unset;
  min-height: calc(100vh - 30px);
}

#updateform .dataTitle {
  overflow: hidden;
  margin: 0 0 1em;
  width: 100%;
  height: 100px;
  background: url(../images/home-logo.png) center/cover no-repeat;
  text-indent: -999px;
}

#updateform .data-wrap {
  position: relative;
  padding-top: 0;
  padding-bottom: 1.5em;
}

#updateform .data-wrap:last-of-type {
  padding-bottom: 3em;
}

#updateform .data-wrap .input-icon {
  top: 15px;
  bottom: auto;
}

#user-company {
  display: block;
  width: 120px;
  margin-bottom: 2em;
}

.footer {
  min-width: 320px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  #updateform {
    max-width: 500px;
    min-height: unset;
    padding: 100px 100px 120px;
  }
}
/*# sourceMappingURL=login.css.map */