/* styles.css */ body { font-family: Arial, sans-serif; background-color: #f0f0f0; } header { text-align: center; padding: 20px; background-color: #333; color: white; } input, select { width: 100%; padding: 10px; margin-bottom: 20px; border: 1px solid #ccc; border-radius: 3px; font-size: 16px; } .error { color: red; font-weight: bold; margin-bottom: 10px; } button { background-color: #4CAF50; color: white; padding: 10px 20px; border: none; border-radius: 3px; cursor: pointer; font-size: 16px; flex-basis: 30%; } button:hover { background-color: #45a049; } .login_box { width: 500px; height: auto; margin: 40px auto; background-color: white; padding: 40px; border-radius: 5px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); display: grid; place-items: center; } .logo_img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; position: relative; top: 80px; left: 0px; margin: 0 auto; border: 3px solid #9e4747; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .logo-box { position: relative; text-align: center; margin-bottom: 20px; } .title { text-align: center; } body { background-color: #66b4e4; } .button-container { display: flex; justify-content: space-between; align-items: center; width: 100%; }