/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

.header_container .right_header {
  display: flex;
  justify-content: space-evenly;
  font-size: 14px;
}

.header_container .right_header .user_form input {
  padding: 5px;
  border-radius: 5px;
  padding-left: 38px;
  color: #000;
}

.header_container .right_header .user_form {
  position: relative;
}

.header_container .right_header .user_form i {
  position: absolute;
  top: 0%;
  border-radius: 5px 0 0 5px;
  background: var(--secondary);
  padding: 9px;
  color: white;
}

.header_container .right_header .captcha {
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  width: 10%;
  color: #000;
}

.header_container .right_header .btnLogin {
  color: white;
  width: 80px;
  border-radius: 5px;
  padding: 3px 10px;
  background: var(--secondary);
}




