@import url(https://fonts.googleapis.com/css?family=Merriweather);
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-family: "Merriweather", sans-serif;
  padding: 1em;
  margin: 0;
  background: radial-gradient(#155c94, #125288, #0a3869, #04214c);
  background-repeat: no-repeat;
}

h1 {
  font-size: 40px;
  text-align: left;
  color: #ffffff;
}

h3 {
  font-size: 13.5px;
  margin: 5% 0 2% 0;
  text-align: left;
  color: #08e3fb;
}

form {
  max-width: 600px;
  text-align: center;
  margin: 20px auto;
}
form input,
form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: "Merriweather", sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
}
form input:focus,
form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form #input-submit {
  color: white;
  background: #04214c;
  cursor: pointer;
  font-size: 21px !important;
  border-style: solid !important;
  border-color: coral !important;
}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form textarea {
  height: 126px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

form select,
form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: "Merriweather", sans-serif;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  resize: none;
}
form select:focus,
form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form #select-submit {
  color: white;
  background: #e74c3c;
  cursor: pointer;
}
form #select-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}

select {
  color: #08e3fb;
}

::placeholder {
  color: #08e3fb;
  opacity: 1; /* Firefox */
  font-size: 20.5px;
}

textarea:focus,
input:focus {
  color: #08e3fb;
}

.btn {
  color: white;
  background: transparent;
  cursor: pointer;
  margin: 10%;
  padding: 4% 10%;
  font-size: 21px !important;
  border: 4px !important;
  border-style: solid !important;
  border-color: #08e3fb !important;
}

input,
select,
textarea {
  color: #08e3fb;
  background: transparent;
  font-size: 20.5px;
}

.border_input {
  border: none;
  border-bottom: 2px solid #08e3fb;
  /* padding: 5px 10px; */
  outline: none;
}

.border_textarea {
  /* border: none; */
  border: 2px solid #08e3fb;
  /* padding: 5px 10px; */
  outline: none;
}

.ghost {
  visibility: hidden;
}

.fix {
  margin: -3% 0 2% 0;
}

.logo {
  position: fixed;
  right: 50px;
  bottom: 50px;
}

select option {
  margin: 40px;
  background: #155c94;
  color: white;
  /* text-shadow: 0 1px 0 #08e3fb; */
}
