body {
  margin: 0;
}

/*Formulario de cliente externo*/
.form {
  width: 100%;
  display: grid;
  height: 100vh;
  margin: 0 auto;
  align-items: center;
  background-color: #f2f2f2;
}

.formExternUser {
  width: 400px;
  height: auto;
  display: flex;
  margin: 0 auto;
  border-radius: 5%;
  padding: 0.5rem 2rem;
  flex-direction: column;
  transform: translate(0, -2rem);
  justify-content: center;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3) !important;
  transition: box-shadow 0.3s ease-in-out !important;
}

.formExternUser form {
  width: 100%;
}

.title {
  width: 100%;
  text-align: center;
  padding: 0 !important;
  font-size: 20px !important;
  display: inline-block !important;
  padding: 0.5rem 0 2rem 0 !important;
}

.formExternUser form div {
  display: grid;
  color: #1b1f22;
  font-size: 16px;
  grid-gap: 0.5rem;
  padding: 0 0.5rem 1.5rem 0;
  grid-template-columns: 30% 70%;
  font-family: "Ubuntu", sans-serif;
}

.formExternUser label {
  display: flex;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
}

.formExternUser input {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.25rem 0 0.25rem 0.3rem;
  border-color: #751f72;
}

.shippingConfirmation {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Ubuntu", sans-serif;
}

.button {
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  display: flex !important;
  padding: 1rem 0 0.5rem 0 !important;
}

.button button {
  margin: 0 auto;
  font-size: 16px;
  border-width: 0;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  padding: 0.6rem 3rem;
  border-radius: 0.5rem;
  background-color: #751f72;
  font-family: "Ubuntu", sans-serif;
}

.button button:hover {
  background-color: #751f72;
}

.button a {
  margin: 0 auto;
  font-size: 16px;
  border-width: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 0.6rem 3rem;
  border-radius: 0.5rem;
  text-decoration: none;
  background-color: #92278f;
  font-family: "Ubuntu", sans-serif;
}

.button a:hover {
  background-color: #812990;
}

@media (max-width: 1600px) {
  .logoCadastro {
    width: 150px !important;
  }
}

.logoCadastro {
  right: 50%;
  bottom: 0px;
  height: auto;
  width: 200px;
  margin: 0 auto;
  position: fixed;
  transform: translate(50%, -50%);
}

.spanError {
  font-weight: bold;
  text-align: center;
  color: #751f72 !important;
  margin: 0 auto !important;
  font-family: "Ubuntu", sans-serif !important;
}

.spanInvisibleError {
  display: none !important;
}

.spanVisibleError {
  display: block !important;
}
