| | |
| | | |
| | | <style lang="less" scoped> |
| | | .login-form { |
| | | &-wrapper { |
| | | width: 320px; |
| | | } |
| | | |
| | | & |
| | | -wrapper { |
| | | width: 320px; |
| | | } |
| | | &-title { |
| | | color: var(--color-text-1); |
| | | font-weight: 500; |
| | | font-size: 24px; |
| | | line-height: 32px; |
| | | } |
| | | |
| | | & |
| | | -title { |
| | | color: var(--color-text-1); |
| | | font-weight: 500; |
| | | font-size: 24px; |
| | | line-height: 32px; |
| | | } |
| | | &-sub-title { |
| | | color: var(--color-text-3); |
| | | font-size: 16px; |
| | | line-height: 24px; |
| | | } |
| | | |
| | | & |
| | | -sub-title { |
| | | color: var(--color-text-3); |
| | | font-size: 16px; |
| | | line-height: 24px; |
| | | } |
| | | &-error-msg { |
| | | height: 32px; |
| | | color: rgb(var(--red-6)); |
| | | line-height: 32px; |
| | | } |
| | | |
| | | & |
| | | -error-msg { |
| | | height: 32px; |
| | | color: rgb(var(--red-6)); |
| | | line-height: 32px; |
| | | } |
| | | &-password-actions { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | & |
| | | -password-actions { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | } |
| | | |
| | | & |
| | | -register-btn { |
| | | color: var(--color-text-3) !important; |
| | | } |
| | | |
| | | &-register-btn { |
| | | color: var(--color-text-3) !important; |
| | | } |
| | | } |
| | | </style> |