

.container1 {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 1030px) {
.container1 {
   width: auto;
    margin-top: 20px;
    max-width: none;
    position: relative;
	width:100%
}
}

@media screen and (min-width: 1030px) {
.containerLeft {
    max-width: 250px;
    width: 250px;
    margin-top: 20px;
    position: absolute;
    top: 280px;
    left: 30px;
}
}
@media screen and (max-width: 1030px) {
.containerLeft {
    max-width: 500px;
    margin: 0 auto;
}
}



label{
  color: black;
    font-size: 23px;
}

form#form-2 {
	
	background:white;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="tel"],
#form input[type="url"],
#form textarea,
#form button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#form {
 
  padding: 25px;
      width: 320px;
      border: 1px solid black;
  border-radius: 5px;
      min-width: 250px;
	      max-width: 300px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  
  box-shadow:         3px 3px 5px 6px #ccc;
      margin: 0 auto;
}



#form h3 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  color: black;
}

#form h4 {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  color: black;
}


fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
  border: 4px #ccc solid;
}

.phone3 {
  width: 50px !important;
}

.phone4 {
  width: 60px !important;
}

#form input[type="text"],
#form input[type="email"],
#form input[type="url"],
#form textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  text-align: left;
}



#form input[type="text"]:hover,
#form input[type="email"]:hover,
#form input[type="url"]:hover,
#form textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#form button[type="submit"] {
  cursor: pointer;
  width: 190px;
  height: 50px;
  border: none;
  background: #04278f;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px black solid;
}

#form button[type="submit"]:hover {
  background: #4571f3;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#form button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#form input:focus,
#form textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}



::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.g-recaptcha {
  transform:scale(0.66);
  -webkit-transform:scale(0.66);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;
}
