.login-form{
  max-width:600px;
  border: 1px solid $gray6;
  background-color: $gray8;
  border-radius: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
  &-title{
    text-align:center;
    margin-bottom:20px;
  }
  &-submit-panel{
    display:flex;
    justify-content: center;
  }
  &-provider{
    margin-top:10px;
  }

  &-oauth-login{
    margin-top:20px;
    display:flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    &-label {
      margin-left: 20px;
      font-weight: bold;
      font-size: 14px;
    }
  }
}

