/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


body, html {
  height: 100%;
  margin: 0;
  font-family: 'Roboto', Arial, sans-serif;
}

.bg-container {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.bg-image {
  background-image: url(/assets/main_bg-56bb62d59c67a4baf246eee72d6c126574dc8fb1a7a60560f6d7cd2b28a3ef7f.webp);
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
  height: 110%; /* Slightly larger to prevent blur edges */
  width: 110%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -5%;
  left: -5%;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  z-index: 2;
  position: relative;
}

.login-container {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.75);
  text-align: center;
  max-width: 400px;
}

h1 {
  margin-top: 0;
  color: #333;
  margin-bottom: 30px;
}

.google-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: none;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
}

.google-btn:hover {
  background-color: #dfdfdf;
}

.google-icon {
  vertical-align: middle;
  margin-right: 10px;
  height: 20px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
