body {
  margin: 0;
  background-image: url("../../../Images/PlaniMe-WebApp-Background2.png");
  background-attachment: fixed;
  background-size: cover; 
  background-repeat: no-repeat; 
  background-position: center center; 
  font-family: "Bubblegum Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

img {
  width: 70px;
  position: absolute;
  top: 30px;
  left: 30px;
  cursor: pointer;
  transition-duration: 0.3s;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.432));
}

img:hover{
  scale: 0.8;
}

form {
  background-color: #79A637;
  display: flex;
  width: 350px;
  min-height: 400px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 5px solid black;
  border-radius: 15px;
  color: rgb(0, 0, 0);
  animation: reveal3 1s ease-out;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}

form #welcome-label {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 30px;
  color: white;
  text-align: center;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
}

form .input-labels {
  margin-bottom: 10px;
  font-size: 18px;
  align-self: flex-start;
  margin-left: 25px;
}

form input {
  border: 3px solid black;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 30px;
  width: calc(100% - 50px);
  max-width: 300px;
  padding: 0 10px;
  font-family: "Bubblegum Sans", sans-serif;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.432));
}

#login-button {
  font-family: "Bubblegum Sans", sans-serif;
  padding: 6px 18px;
  height: 32px;
  border: 1px solid #1a1a1a;
  background-color: #FF6B6B;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.37, 0, 0.63, 1);
  position: relative;
  overflow: hidden;
  width: auto;
  min-width: 120px;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.432));
}

#login-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1a1a1a 0%, #3a5a40 100%);
  z-index: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

#login-button span {
  position: relative;
  z-index: 1;
  transition: color 0.2s ease;
}

#login-button:hover {
  border-color: transparent;
  color: #f8f8f8;
  box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

#login-button:hover::before {
  transform: translateX(0);
}

#login-button:active {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.gsi-material-button {
  position: relative;  
  overflow: hidden;   
}

.gsi-material-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #1a1a1a 0%, #3a5a40 100%);
  z-index: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
}

.gsi-material-button:hover {
  color: #f8f8f8 !important;  
}

.gsi-material-button:hover::before {
  transform: translateX(0) !important;
}

.gsi-material-button .gsi-material-button-contents {
  position: relative;  
  z-index: 1;
}

form div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  flex-wrap: wrap;
  height: 20px;
}

form div a {
  margin-left: 10px;
  font-family: "Bubblegum Sans", sans-serif;
  color: white;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  text-shadow: 2px 2px 4px rgb(0, 0, 0);
}

form div a:hover {
  transform: scale(1.1);
}

.error-messages {
  display: none;
  color: red;
  font-size: 17px;
  height: 16px;
  width: 100%;
  text-align: center;
  font-family: "Bubblegum Sans", sans-serif;
  -webkit-text-stroke: 0.6px #1a1a1a;
}

.gsi-material-button {
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 10px;
  height: 30px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.432));
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 10px;
  transform: translateY(5px);
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    animation: fadeIn 0.3s;
    align-items: center;
    justify-content: center;
    animation: fadeIn 1s ease;
}

.modal input{
  border: 3px solid black;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 30px;
  width: calc(100% - 150px);
  max-width: 300px;
  padding: 0 10px;
  font-family: "Bubblegum Sans", sans-serif;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.432));
}

.modal h2, h3{
  margin: 10px;
}

.modal-content {
    background-color: #A0D94A;
    margin: 15% auto;
    padding: 25px;
    border: 5px solid black;
    border-radius: 30px;
    width: 80%;
    max-width: 400px;
    text-align: center;
    font-family: "Bubblegum Sans", sans-serif;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modalAcceptBtn {
    padding: 10px 30px;
    background-color: #FF6B6B;
    border: 3px solid black;
    border-radius: 20px;
    font-family: inherit;
    font-size: 1.1rem;
    cursor: pointer;
    margin-top: 20px;
    transition: all 0.3s;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.432));
}

.modalAcceptBtn:hover {
    transform: scale(1.05);
}

.exitModalIcon{
  position: absolute;
  top: 5%;
  left: 89%;
  width: 30px;
  height: auto;
}

#codeModal h3{
  text-align: justify;
}

#problemsModalText{
  font-size: 16px;
  color: rgb(49, 49, 49);
  margin-bottom: 0;
}

#confirmPasswordChangeBtn{
  margin-top: 0;
}
