body {
  .btn {
	border: 0;
	letter-spacing:0.8px;
	transition: all 0.4s ease;
	border-radius:10px;

	&:hover {
	  transition: all 0.4s ease;
	}

	&.btn-primary {
	  background-color:$red;
	  border-bottom: solid 2px $redDark;
	  padding: 10px 30px;
	  &:hover {
		background-color:$redDark;
	  }
	}

	&.btn-back {
	  margin-bottom:20px;
	}

	&.btn-link {
	  color:$red;
	  font-weight:500;
	  letter-spacing:inherit;
	}

	&.btn-default {
	  background-color:#eaeef0;
	  color:$greyDark;

	  &:hover {
		background-color:$red;
		color:#fff;
	  }
	}
  }
	#documentEmail {
		with:100%;
		resize: vertical;
	}
}