authentication.css 507 B

1234567891011121314151617181920212223
  1. /*========================================================
  2. DARK LAYOUT
  3. =========================================================*/
  4. .bg-authentication {
  5. background-color: #eff2f7;
  6. }
  7. .bg-authentication .login-footer {
  8. padding: 0rem 1.5rem 0.5rem;
  9. }
  10. .bg-authentication .login-footer .footer-btn .btn {
  11. padding: 0.9rem 1.2rem !important;
  12. margin: 1rem 1rem 1rem 0rem;
  13. }
  14. @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  15. .bg-authentication {
  16. width: 100%;
  17. }
  18. }