.eqd-Forgot
{
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out 0s;
}

.eqd-Forgot:hover
{
  color: #000000;
  color: var(--eqdColor2);
  text-decoration: underline;
}

.eqd-Line1
{
  padding: 20px 0 5px 0;
}

.eqd-Line2
{
  padding: 3px 0;
}

.eqd-LineInput
{
  border-bottom: 1px #e2e2e2 solid;
  border-bottom: 1px var(--eqdColor3) solid;
}

.eqd-LineInput input
{
  color: #000000;
  color: var(--primaryColor);
  border: none;
  font-size: 17px;
  margin-left: 10px;
  width: 310px;
}

.eqd-LoginBlock
{
  margin: 0 auto;
  width: 360px;
}

.eqd-RegUser
{
  color: #000000;
  color: var(--eqdColor2);
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

.eqd-RegUser a
{
  color: #000000;
  color: var(--eqdColor2);
  cursor: pointer;
  font-weight: 400;
  text-decoration: underline;
  transition: all 0.3s ease-in-out 0s;
}

.eqd-RegUser a:hover
{
  color: #999999;
  color: var(--eqdColor4);
}

.eqd-Remember
{
  color: #999999;
  color: var(--eqdColor4);
  padding: 15px 0 5px 0;
}

.eqd-Remember span
{
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

.eqd-Remember #cbRememberOff
{
  display: inline-block;
}

.eqd-Remember #cbRememberOn
{
  display: none;
}

.eqd-SignIn
{
  background-color: #000000;
  background-color: var(--primaryColor);
  color: #ffffff;
  color: var(--eqdColor1);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
  padding: 12px 0;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.eqd-SignIn:hover
{
  background-color: #353535;
  background-color: var(--eqdColor5);
}

.eqd-Title
{
  color: #000000;
  color: var(--primaryColor);
  font-weight: 300;
  font-size: 30px;
  margin: 50px 0 25px 0;
  text-align: center;
}