#lmsLogout #container {
  padding-top: 2rem; }
  #lmsLogout #container .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 60rem;
    background-color: white;
    border-radius: 1.5rem; }
    #lmsLogout #container .content #lmsLogo a {
      margin: 0 0 1rem; }
    #lmsLogout #container .content a.button {
      margin-top: 1rem; }

#lmsLogo a {
  box-sizing: border-box;
  margin: 1rem 0.5rem;
  display: block;
  height: 2rem; }
  #lmsLogo a img {
    height: 100%; }
