#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 {
  background-color: #f6772a;
  font-size: 0.75rem;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 100%;
  border: solid 0.125rem #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.875rem 0 1.125rem 0.75rem;
  width: 2.125rem;
  height: 2.125rem;
  color: #fff; }
