body { margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; min-height: 100vh; background-color: #f4f4f4; font-family: 'Arial', sans-serif; } .container { text-align: center; } .card { max-width: 400px; width: 100%; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #ffffff; border-radius: 8px; text-align: left; overflow: hidden; } form { display: flex; flex-direction: column; /* flex-wrap: wrap; */ } label { font-weight: bold; margin-bottom: 8px; } hr { border: 0; height: 1px; background-color: #ddd; margin: 10px 0; } input, select { width: 100%; padding: 10px; margin: 8px 0; box-sizing: border-box; } select { padding: 10px; background-color: #f9f9f9; border: 1px solid #ddd; border-radius: 4px; cursor: pointer; } button { display: inline-block; background-color: #4caf50; color: #fff; border: none; padding: 12px 17px; border-radius: 4px; cursor: pointer; } button:hover { background-color: #45a049; } .side-by-side { display: flex; align-items: center; justify-content: space-between; } .side-by-side>* { display: inline-block; } button.recover { display: inline-block; text-align: center; text-decoration: none; display: inline-block; background-color: #4caf50; color: #fff; border: none; padding: 12px 17px; border-radius: 4px; cursor: pointer; } button.recover:hover { background-color: #45a049; } a.btn { display: inline-block; text-align: center; text-decoration: none; display: inline-block; background-color: #4caf50; color: #fff; border: none; padding: 12px 17px; border-radius: 4px; cursor: pointer; } a.btn:hover { background-color: #45a049; } a { text-decoration: none; color: #78a6de; } .bg-secondary { background-color: #2b81ed; } .bg-primary { background-color: #1A61ED; } .bg-primary:hover { background-color: #457be8; } .card-revoke { display: flex; flex-direction: column; max-width: 400px; width: 100%; padding: 20px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background-color: #ffffff; border-radius: 8px; text-align: center; align-items: center; overflow: hidden; } .card-revoke a { max-width: 50px; width: 100%; background: none; border: none; cursor: pointer; } .card-revoke button { max-width: 200px; width: 100%; background: none; border: none; cursor: pointer; color: #78a6de; } .card-revoke svg { width: 100%; height: auto; fill: #333; } .image-label { display: block; color: #fff; padding: 5px; margin-top: 10px; } .image-container { width: 400px; height: 300px; overflow: hidden; } .image-container img { text-align: center; width: 100%; height: 100%; object-fit: cover; object-position: center center; } .passwordalert { color: #FF0000; }