.auth-container{min-height:90vh;max-height:1000px;padding:1rem;display:flex;align-items:center;justify-content:center;background-image:linear-gradient(rgba(27,74,155,.5),rgba(27,74,155,.5)),url(/gallery2.png);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed}.auth-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 14px rgba(0,0,0,.1);overflow:hidden;max-width:28rem;width:100%}.auth-card-content{padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.title{text-align:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.social-buttons{display:flex;flex-direction:row;gap:.5rem}.facebook-icon{background-color:#3b5998}.facebook-icon,.google-icon{border-radius:50%;padding:.5rem}.google-icon{background-color:#fff}.icon-inline{margin-left:.25rem;display:inline}.social-login-container{display:flex;flex-direction:column;align-items:center}.separator{width:100%;height:1px;color:#000;margin:1rem 0}