body,html{margin:0;padding:0;font-family:ulp-font,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,sans-serif}.auth-background{background-color:var(--background-color);display:flex;align-items:center;justify-content:center;height:100vh}.auth-card{background:white;padding:2.5rem;border-radius:6px;box-shadow:0 10px 30px rgba(0,0,0,.1);width:100%;max-width:400px;box-sizing:border-box}.header{text-align:center;margin-bottom:32px}.header .title{font-size:24px;font-weight:400;letter-spacing:0;margin:14px 0}.header .subtitle{font-size:.875rem;font-weight:400;color:#686868;line-height:21px}.logo{height:60px}.auth-form-container h2{text-align:center;margin-bottom:1rem;font-size:1.25rem;color:#333}.auth-form{display:flex;flex-direction:column}.form-group{margin-top:8px}.auth-form label{margin-bottom:1rem;font-size:.9rem;color:#555}.auth-form input{width:100%;padding:.75rem;margin-top:.25rem;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;font-size:1rem}.auth-form input:focus{border-color:#4094f7;outline:none}.auth-form button{margin-top:22px;font-weight:400}.forgot-password{margin-top:12px;font-size:.875rem}.auth-footer{font-size:.875rem;font-weight:400;color:#686868}