html, body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.main-section {
    margin-top: 11%;
}

.contact-form {
    text-align: left;
    box-shadow: 0 5px 10px #0000;
    transition: 0.6s;
}

.contact-form:hover {
  text-align: left;
<<<<<<< HEAD
  box-shadow: 0 5px 10px #fc92e7;
=======
  box-shadow: 0 5px 10px #ffd800;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
  transition: 0.6s;
}

.contact-form p {
    color: rgba(0, 0, 0, 0.644);
    letter-spacing: 1px;
}
  
.form-group {
  position: relative;
  margin-bottom: 2.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 6px 0 0 13px;
  transition: all 200ms;
  opacity: 0.7;
<<<<<<< HEAD
  color: #fc92e7;
=======
  color: #e1ad01;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
}

.form-control:not(:placeholder-shown) + .form-control-placeholder {
  font-size: 100%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  font-weight: bold;
  color: black;
}

.no-border{
  border: none;
  border-bottom: 2.5px solid black;
}

.no-border:focus{
  border: none;
<<<<<<< HEAD
  border-bottom: 2.5px solid #fc92e7;
=======
  border-bottom: 2.5px solid #ffd800;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
  box-shadow: none;
  background-color: #f3f3f3;
}

#submit-button {
<<<<<<< HEAD
  background-color: #fc92e7;
  padding: 10px 23px;
  border-radius: 4rem;
  text-transform: uppercase;
  border: 2px solid #fc92e7;
=======
  background-color: #ffd800;
  padding: 10px 23px;
  border-radius: 4rem;
  text-transform: uppercase;
  border: 2px solid #ffd800;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
  outline: none;
  font-size: 1rem;
  color: white;
}

#submit-button:hover {
  background-color: white;
<<<<<<< HEAD
  color: #fc92e7;
  border: 2px solid #fc92e7;
=======
  color: #ffd800;
  border: 2px solid #ffd800;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
}

@media only screen and (max-width: 1059px) {
  .main-section {
    margin-top: 20%;
}

} 

@media only screen and (max-width: 560px) {
  .main-section {
    margin-top: 35%;
}
<<<<<<< HEAD

=======
  
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
} 
/* COMPACT CAPTCHA */

.capbox {
<<<<<<< HEAD
	background-color: #fc92e7;
	background-image: linear-gradient(#fc92e7, #fc92e7);
	border: #fc92e7 0px solid;
=======
	background-color: #ffd800;
	background-image: linear-gradient(#ffd800, #ffd800);
	border: #ffd800 0px solid;
>>>>>>> de03b4be33f6f3dae9d6858542ca2a948f54cfbe
         border-radius: 4px 4px 4px 4px;
	border-width: 2px 2px 2px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	padding: 5px 8px 5px 8px;
	
	}

.capbox-inner {
	font: bold 12px arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	padding: 3px 10px 5px 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: middle;
	}

#CaptchaDiv {
	color: #000000;
	font: normal 25px Impact, Charcoal, arial, sans-serif;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	user-select: none;
	display: inline-block;
	padding: 3px 14px 3px 8px;
	margin-right: 4px;
	border-radius: 4px;
	}

#CaptchaInput {
	border: #fc92e7 1px solid;
	margin: 3px 0px 1px 0px;
	width: 105px;
	}
