@import url("https://fonts.googleapis.com/css?family=Spartan&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
background-image: linear-gradient(to top, #4facfe 0%, #00f2fe 100%);
 background-blend-mode: screen;
  background-size: cover;

  color: #2A293E;
}

.contact-us {
  background-color: #DCD9D4;
background-image: linear-gradient(to top, #4facfe 0%, #00f2fe 100%);
 background-blend-mode: screen;
 background-blend-mode: soft-light,screen;
  padding: 50px 50px;
  border-top: 10px solid grey;
}
.logoen{
  
 margin-left:2em 
  
}



label, input, textarea {
  display: block;
  width: 100%;

  line-height: 24pt;

}

input {
  margin-bottom: 24pt;
}

h3 {
 
  line-height: 24pt;
 
  margin: 0 0 0.5em 0;
}



em {
  color: #f45702;
  font-weight: bold;
}

input, textarea {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
 
  padding-left: 5px;
  outline: none;
}

input:focus, textarea:focus {
  border: 1px solid #6bd4b1;
}

textarea {
  resize: none;
}


button {
  display: block;
  float: right;
  line-height: 24pt;
  padding: 0 20px;
  border: none;
  background: black;
  color: white;
  letter-spacing: 2px;
  transition: 0.2s all ease-in-out;
  border-bottom: 2px solid transparent;
  outline: none;
}
button:hover {
  background: inherit;
  color: #f45702;
  border-bottom: 2px solid #f45702;
}

::selection {
  background: #ffc7b8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border: 1px solid #6bd4b1;
  -webkit-text-fill-color: #2A293E;
  -webkit-box-shadow: 0 0 0px 1000px #f8f4e5 inset;
  transition: background-color 5000s ease-in-out 0s;
}