.control-jkforms, input[type=password] {
  width: 100%;
  border: 1px solid rgb(187, 187, 187);
  height: 35px;
  border-radius: 3px;
  padding: 0 10px;
  color: rgb(31, 31, 31);
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  outline: none;
  transition: 0.2s;
  margin: 10px 0;
}

.control-jkforms:focus, input[type=password]:focus {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(184, 183, 183);
}