.tacc-login-form input, label {
  font-size: 1.4em;
}

.tacc-login-form .control-label {
  display: none;
}

.tacc-login-form .control-group {
  margin-bottom: 1em;
}

.login-options-wrapper {
  border-top: 3px solid #111;
  border-bottom: 1px solid #111;
}

.login-options {
  padding: 0.5em;
}

.login-options:after {
  content: "";
  display: table;
  clear: both;
}

.login-options a {
  margin: 0.25em 0;
}

.page-maximized .login-options a {
  float: left;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
}

.login-option {
  display: none;
  padding: 0.5em;
}

.create-account-box {
  background: #eee;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: .5em;
}

.login-option p {
  margin-top: 0;
  font-size: 14px;
  line-height: 20px;
}
