
body{
	background-color: #fff;
}

/* .card-item__bg{
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: block;
  position: relative;
  margin: 30px auto;
  transform: translate(0px, 50px);
  z-index: 5;
} */

/* form animation starts */
.form {
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
  border-radius: 5px;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  border-top: 5px solid #0e3721;
/*   z-index: 1; */
}
::-webkit-input-placeholder {
  font-size: 1.3em;
}

/*.title{
  display: block;
  font-family: sans-serif;
  margin: 10px auto 5px;
  width: 300px;
}
.termsConditions{
  margin: 0 auto 5px 80px;
}*/

.pageTitle{
  font-size: 2em;
  font-weight: bold;color: #035C48;
	max-width: 70vw;
	margin-left: 4vw;
}
.secondaryTitle{
  color: grey;
	  font-size: 1.5em;
max-width: 70vw;
	margin: 0 0 2vw 4vw;
}

.name {
  background-color: #ebebeb;
  color: black;
}

/*
.email {
  background-color: #ebebeb;
  height: 2em;
}

.email:hover {
  border-bottom: 5px solid #0e3721;
  height: 30px;
  width: 380px;
  transition: ease 0.5s;
}*/

#extra {
  background-color: #ebebeb;
  overflow: hidden;
  height: 10rem;
}



.formEntry {
  display: block;
  margin: 0 4vw 4vw 4vw;
  min-width: 70vw;
  padding: 10px;
  border-radius: 2px;
  border: none;
  transition: all 0.5s ease 0s;
}
.button{    min-width: 50vw!important;
    border-radius: 8px!important;
	margin: 4vw auto!important;}
.submit {
  color: white;
  background-color: #035C48;
  font-size: 20px;
}


.label{margin-left: 5vw; color:#5B0660;font-weight: 600;}


