.typo3-login-logo img{
  height: 40px;
}
.typo3-login .card{
  box-shadow: none;
}
.typo3-login .card.card-login {
  background-color: #fff;
  border: none;
}
.typo3-login .form-control{
  box-shadow: none;
  background-color: #fff;
}
.typo3-login .input-login {
  border: 1px solid #C7C8CF;
  color: #041319;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 10px 12px;
  border-radius: 0;
  height: auto;
}
.typo3-login .input-login:focus {
  outline: 0;
  box-shadow: none;
}
.typo3-login .btn-login {
  background: #0062FF;
  color: #fff;
  transition: all .35s ease;
  align-items: center;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 1px;
  padding: 12px 24px;
  font-size: 18px;
  line-height: 1.5rem;
  white-space: normal;
}
.typo3-login .btn-login:hover {
  background: #0062FF;
  color: #fff;
  text-decoration: none;
}
.typo3-login .card-login .card-footer {
  background-color: #fff;
  color: #F4F1F8;
  padding: 1.5em 2.5em;
  border-top: solid 1px #5B5B67;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.typo3-login .card-login .card-heading {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.typo3-login .card-login a {
  font-weight: 400;
}
.typo3-login .card-body {
  color: #222;
}
.typo3-login .card-body a {
  color: #222;
  text-decoration: none;
  font-weight: 400;
}
.typo3-login a:hover {
  text-decoration: underline;
}
