html {
  background-clip: content-box;
  background-image: url(/demo/sc2/images/descartes_globe.jpg);
  background-origin: padding-box;
  background-position-y: 0;
  background-position-x: center;
  background-size: cover;
  background-repeat: repeat;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
img.logo {
  content: url('/demo/sc2/images/descartes-logo.png');
}
.finale-login-title {
  color: rgb(19, 65, 105);
  font-size: 32px;
  font-weight: 300;
}
.slds-container--center.slds-container--registration {
  width: 75%;
  box-sizing: border-box;
  min-width: 460px;
  max-width: 535px;
  margin: auto;
  background: #ecf1f4;
  padding: 30px;
  padding-bottom: 10px;
  position: relative;
  flex-direction: column;
  display: flex;
  font-family: Roboto, Roboto, Helvetica, Arial, sans-serif;
}
button.slds-button[type='submit'] {
  background: #134169;
  width: 100px;
  margin-left: auto;
}
button.slds-button[type='submit']:hover {
  background: #537491;
}
