.ts-div500 {
  width: 500px;
  max-width: 100%;
}
.ts-login .ts-input {
  width: 300px;
  height: 30px;
  border: 1px solid black;
  border-radius: 0px;
}
.ts-hr-separated {
  border-top: 1px solid #373735;
  position: relative;
  margin: 25px 0 10px;
  text-align: center;
}
.ts-hr-separator {
  background-color: #fff;
  padding: 0 .5em;
  position: relative;
  color: #373735;
  top: -.7em;
  font-weight: 600;
  font-size: 24px;
}

.ts-login .ts-input-submit {
  background-color: transparent;
  border: 1px solid #fdc300;
  padding: 5px;
  width: 100px !important;
}
.ts-login .ts-input-submit:hover {
  color: #fdc300;
}
.ts-login a.ts-input-submit {
  padding: 5px 20px;
  text-decoration: none;
}