/* Only use largest two breakpoints */

.container {
  min-width: 970px;
}

@media (max-width: 768px) {
  .container {
    width: 970px;
  }
}

/* News styles */

body {
  color: #262626;
  font-family: Lato, sans-serif;
}

a, a:hover {
  text-decoration: none;
}

.content {
  background: url('/resources/images/abc-login-bg.png') center top no-repeat;
  color: #ffffff;
  height: 796px;
}

.newscall-header {
  text-align: center;
  margin-top: 150px;
}

.newscall-header img {
  margin-right: 15px;
  vertical-align: top;
}

.newscall-header-text {
  font-size: 96px;
  font-weight: bold;
  line-height: 77px;
  margin-top: -2px;
  vertical-align: top;
  display: inline-block;
}

.newscall-login-panel {
  color: #696969;
  font-weight: bold;
  font-size: 16px;
  padding: 15px 30px;
  margin: 30px auto 45px auto;
  width: 400px;
}

.newscall-spacer {
  margin-top: 15px;
}

.newscall-label {
  width: 50%;
  float: left;
}

.newscall-forgot {
  text-align: right;
  width: 50%;
  float: right;
}

.newscall-login-panel input.form-control {
  margin-top: 5px;
}

.newscall-login-panel button {
  font-size: 16px;
  padding: 6px 24px;
  border: 0;
  margin: 15px auto 0 auto;
  width: auto;
}

.newscall-request {
  text-align: center;
  margin-bottom: 45px;
}

.newscall-request .btn {
  background: #ffffff;
  font-size: 16px;
  font-weight: bold;
}

.newscall-disclaimer {
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  width: 360px;
}

.newscall-footer {
  font-size: 11px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.newscall-footer p {
  margin-top: 10px;
}

.newscall-footer a, .newscall-footer a:hover {
  color: inherit;
}
