@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.container .form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  margin-bottom: 15px;
}
.container .form input,.form select,.form textarea {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 5px 0 5px 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  resize: none;
}
.container .form button, .form #foto {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #fc6d57;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.container .form button:hover,.container .form button:active,.container .form button:focus {
  background: #fbcb5f;
  -webkit-transition: background-color 250ms linear;
  -ms-transition: background-color 250ms linear;
  transition: background-color 250ms linear;
}
.form .message {
  margin: 15px 0 0;
  color: #1ca1a4;
  font-size: 12px;
}
.form .message a {
  color: #1ca1a4;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.from-section {
  border: 1px solid #aaaaaaaa;
  border-radius: 5px;
  margin-bottom: 5px;
}
.search-group {
    background-color: white;
    display: block;
    margin: 0 0 0 10px;
    padding: 0;
}

.search-group > li {
    border-color: gray;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    padding-left: 5px;
}

.search-group > li:last-child {
  border-bottom: 1px solid gray;
}

.buscaTxt:focus + .search-group{
  display: block; 
}