
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "proxima-nova", sans-serif, sans-serif;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100vw;
  padding: 32px 24px;
  overflow-x: hidden;
}

.uitk-cf-footer {
  max-width: 456px;
  padding: 64px 0 64px 0;
  text-align: center;
}

.uitk-cf-logo {
  width: auto;
  height: 160px;
}

.uitk-cf-text {
  padding: 8px 0 8px 0;
}

.uitk-cf-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  width: 456px;
  border-radius: 20px;
  text-align: center;
  box-shadow: #eeeeee 0px 4px 16px;
  padding: 64px 48px 64px 48px;
}

.uitk-cf-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.uitk-cf-form input[type=text], .uitk-cf-form input[type=email], .uitk-cf-form input[type=password], .uitk-cf-form textarea {
  width: 100%;
  margin-bottom: 32px;
}
.uitk-cf-form input[type=submit] {
  width: 100%;
}

.uitk-form-label {
  margin-bottom: 8px;
}

@media screen and (max-width: 456px) {
  .uitk-cf-main, .uitk-cf-footer {
    width: 100vw;
    padding-left: 32px;
    padding-right: 32px;
  }
  .uitk-cf-main {
    border-radius: 0px;
    box-shadow: none;
  }
  .uitk-cf-footer {
    border-top: 1px solid #eee;
  }
  body {
    padding: 0;
  }
}
.link {
  color: #000000;
  text-decoration: underline;
}
.link:hover, .link:active {
  color: #757575;
}

/*# sourceMappingURL=centred-form.css.map */
