.content .box input[type=checkbox] {
  margin-right: 0;
  margin-top: 0;
}

.content .box .remember-me {
  color: #212121;
  font-family: "DIN Next W01 Medium", Arial;
  font-size: 16px;
  margin: 0 0 10px 3px;
  position: relative;
  top: -3px;
}

.content .box a.forgot-password,
.content .box a:visited.forgot-password {
  color: #666666;
  float: right;
  font-family: "DIN Next W01 Regular", Arial;
  font-size: 15px;
  margin: 2px 0 9px;
  position: relative;
  text-decoration: underline;
  top: -1px;
}

@media only screen and (max-width: 374px) {
  .content .box a.forgot-password,
.content .box a:visited.forgot-password {
    float: left;
  }
}
