* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /*font-family: Georgia, 'Times New Roman', Times, serif;*/
}

a {
  font-size: 16px;
  color: #3b5998;
  line-height: 1.4;
}

a:hover {
  text-decoration: none;
}

.container-login input {
  outline: none;
  border: none;
  color: #3b5998;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background-color: transparent;
  height: 62px;
  padding: 0 20px 0 38px;
}

input::placeholder {
  color: #8f8fa1;
}

.container-login {
  width: 100%;
  min-height: 85vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.container-login > div {
  width: 550px;
  background: #f4f4f4;
  border-radius: 10px;
  position: relative;
  padding: 5px 0 5px 0;
}

.recycle-form > span {
  font-size: 30px;
  color: #020202; /*#3b5998*/
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 30px;
}

.recycle-form > div {
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 16px;
}

.btn-recycle {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  padding: 0 20px;
  width: 100%;
  height: 62px;
  background-color: #030303;
  outline: none;
  border: none;
  transition: all 0.3s ease;
}

.btn-recycle:hover {
  cursor: pointer;
  background-color: #1a1a1a;
}

.btn-recycle:disabled {
  background-color: #666;
  cursor: not-allowed;
  opacity: 0.7;
}

select {
  outline: none;
  border: none;
  color: #3b5998;
  line-height: 1.2;
  font-size: 18px;
  display: block;
  width: 100%;
  background: transparent;
  height: 62px;
  padding: 0 20px 0 38px;
}
