.sessions,
.passwords,
.signups {
  #frame {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
  }
  
  #frame img {
    max-width: 80%;
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
  
  #frame main#content {
    background: black;
    color: white;
    width: 50rem;
    min-height: auto;
    margin-left: 0;
  }
  
  #frame main#content input {
    width: 100%;
  }
  
  #frame a {
    color: var(--primary);
    display: block;
    margin-top: 1rem;
  }
  
  #frame input[type="checkbox"] {
    width: auto !important;
  }
  
  #frame .radio-label {
    margin-bottom: 2rem;
  }

  .form-group {
    margin-top: 1.5rem;
  }
}
