.color {
  width: 20px;
  height: 20px;
  border: 1px #f8f8ff;
}
* {
  box-sizing: border-box;
}
.transparent {
  position: relative;
  max-width: 800px;
  padding: 15px 20px;
  border-radius: 40px;
  margin: 10px auto 10px;
  background: #ddd7d7;
}
.stp {
  opacity: 0;
  width: 1px;
  height: 1px;
  display: none;
}
.transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  background: #dcdcdc;
}
.form {
  position: relative;
}
.form h3 {
  position: relative;
  margin-top: 0;
  /* color: #f8f8ff; */
  font-family: sans-serif;
  font-weight: 300;
  font-size: 26px;
  text-align: center;
}
h1 {
  font-family: sans-serif;
  text-align: center;
}
.form label {
  display: block;
  padding-left: 15px;
  font-family: sans-serif;
  /* color: rgba(255, 255, 255); */
  text-transform: uppercase;
  font-size: 14px;
}
.username:focus {
  outline: none !important ;
}
.username:active {
  outline: none !important;
}
.submitbtn1:focus {
  outline: none !important ;
}
.submitbtn1:active {
  outline: none !important ;
}
.username {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 5px 0 10px;
  border-width: 0;
  line-height: 40px;
  border-radius: 20px;
  color: #00008b;
  background: rgba(255, 255, 255);
  font-family: sans-serif;
  cursor: text;
}
.submitbtn1 {
  display: block;
  background: #32cd32;
  width: 25%;
  color: white;
  transition-duration: 2s;
  height: 40px;
  margin: 10px 0 2px;
  padding: 0 5px;
  border-radius: 20px;
  border-width: 0;
  line-height: 40px;
  cursor: pointer;
}
.submitbtn1:hover {
  background: #008000;
  width: 25%;
  color: #c0c0c0;
  cursor: pointer;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
#textar {
  outline: none;
  border: 2px solid #1762ee;
  resize: none;
  display: block;
  width: 100%;
  height: 70px;
  padding: 0 15px;
  margin: 10px 0 15px;
  border-width: 0;
  line-height: 40px;
  border-radius: 20px;
  color: #00008b;
  background: rgba(255, 255, 255);
  font-family: sans-serif;
  overflow: auto;
}
.form_radio_btn {
  display: inline-block;
  margin: 1px 1px 1px 10px;
}
.form_radio_btn input[type="radio"] {
  display: none;
}
.form_radio_btn label {
  display: inline-block;
  cursor: pointer;
  padding: 0px 15px;
  line-height: 34px;
  border: 1px solid #999;
  border-radius: 6px;
  user-select: none;
}
.form_radio_btn input[type="radio"]:checked + label {
  background: #8b0000;
}
.oliv3 input[type="radio"]:checked + label {
  background: #ff0000;
}
.yellow4 input[type="radio"]:checked + label {
  background: #4169e1;
}
.green5 input[type="radio"]:checked + label {
  background: #32cd32;
}
.form_radio_btn label:hover {
  color: #ffff00;
}
.form_radio_btn input[type="radio"]:disabled + label {
  background: #efefef;
  color: #666;
}
hr {
  border: 0;
  height: 3px;
  background: #bc0505;
  background-image: -webkit-linear-gradient(left, #e6e6fa, #bc0505, #e6e6fa);
}
.form input:focus:invalid {
  background: #b0e0e6;
  box-shadow: 0 0 5px #d45252;
  border: 1px solid #ff8c00;
}
.form input:required:valid {
  background: #afeeee;
  box-shadow: 0 0 5px #5cd053;
  border: 1px solid #00ff7f;
}
.info1,
.info3,
legend {
  color: #2f4f4f;
}
.info5,
.info4 {
  opacity: 0.6;
}
.info5:hover {
  opacity: 1;
  color: #fff;
}
.info4:hover {
  opacity: 1;
}
@media screen and (min-width: 220px) and (max-width: 820px) {
  .form_radio_btn {
    display: inline-block;
    margin: 1px 1px 1px 7px;
  }
  .form_radio_btn label {
    display: inline-block;
    padding: 0px;
    line-height: 27px;
  }
}
