/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato");
body {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}
h1, h2, h3, h4, h5 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
}

form{ margin: 0; letter-spacing: 1px; font-size: 15px; color: #F1F1F1;}
.formee.black{ color: #090606;}
.formee {
    color: #F1F1F1;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.w3_agileits_contact_left h3, .formee h2{
  font-size: 1.4em;
  color: #F1F1F1;
  text-transform: uppercase;
  padding-bottom: .5em;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

.w3_agileits_contact_left input[type="text"], .w3_agileits_contact_left input[type="email"], .w3_agileits_contact_left textarea, .w3_agileits_contact_left.black input[type="number"] {

    outline: none;
    padding: 12px 0;
    background: none;
    color: #f1f1f1;
    font-size: 15px;
    width: 100%;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid #6d6e71;

}

.w3_agileits_contact_left textarea {

    min-height: 145px;
    resize: none;
    margin-top: 1em;
    color: #f1f1f1;

}
.w3_agileits_contact_left.black input[type="text"], .w3_agileits_contact_left.black input[type="email"], .w3_agileits_contact_left.black textarea,.w3_agileits_contact_left.black input[type="number"] { color: #090606;}
.w3_agileits_contact_left.black h3, .formee h2 { color: #090606;}

.w3_agileits_contact_right {

    padding: 0;

}
.w3_agileits_contact_right input[type="submit"] {

    outline: none;
    padding: 10px;
    width: 100%;
    border: solid 1px #8e8d8d;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(142, 141, 141);
    background: #ccc0;
    color: #F1F1F1;
    transition: all 0.5s linear;
    cursor: pointer;
    border-top: inherit;
	border-radius: 0;

}
.w3_agileits_contact_right.black input[type="submit"] { margin-top: 10px; color: #FFF; background-color: #00526A;}
.w3_agileits_contact_right input[type="submit"]:hover {

    background-color: #F1F1F1;
    color: #333333;
    border: #000 0.01em solid;
    border-top: inherit;

}

.text-center {

    position: relative;
    align-content: center;
    width: 100%;
    height: 100%;
    display: table;
    padding: 1px;

}