body {
  background-image: url("https://groga.com.tr/pictures/bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  flex-direction: row;
}

.h1 {
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
}

.container {
  background-color: rgba(255, 255, 255, 0.824);
  border-radius: 15px;
  padding: 10px 20px;  
  text-align: center;
  font-family: Montserrat;
  color: #000000;
  display: inline-block;
  width: 90%; 
  max-width: 250px; 
  position: relative;
  height: auto; 
  max-height: 600px; 
  box-sizing: border-box; 
  margin: 0 auto; 
}

.inputusername, .inputpassword {
  border: none;
  outline: none;
  border-radius: 15px;
  padding: 0.8em; 
  background-color: #ccc;
  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
  transition: 300ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0; 
  width: 100%; 
  box-sizing: border-box; 
}

.container {
  padding-right: 20px; 
}

.inputusername:focus, .inputpassword:focus {
  background-color: white;
  transform: scale(1.05);
  box-shadow: 13px 13px 100px #969696, -13px -13px 100px #ffffff;
}


button {
  margin: 10px auto;
  padding: 1em 2em; 
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  font-family: Montserrat;
  box-sizing: border-box;
  width: auto; 
  height: auto; 
  min-width: 40px; 
  min-height: 10px; 
}

button:hover {
  background-color: #23c483;
  box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
}

button:active {
  transform: translateY(-1px);
}

#accred {
  font-family: Montserrat;
  text-align: center;
  position: absolute;
  bottom: 5px; 
  left: 50%; 
  transform: translateX(-50%); 
  font-size: 14px;
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
  width: 100%; 
  max-width: 100%; 
  text-decoration: none;
  align-items: flex-end;
}
