@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html, body {
height: 100%;
margin: 0;
padding: 0;
display: flex;
justify-content: center; 
align-items: center; 
}
.login-page {
width: 360px;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
justify-content: center; 
align-items: center;
height: 100%;
}
.form {
position: relative;
z-index: 1;
background: #FFFFFF;
max-width: 360px;
padding: 50px;
text-align: center;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
border-radius: 10px; 
}
.form input {
font-family: "Roboto", sans-serif;
outline: 0;
background: #f2f2f2;
width: 100%;
border: 0;
margin: 0 0 15px;
padding: 15px;
box-sizing: border-box;
font-size: 14px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
opacity: 0.6;
}
.form button {
font-family: "Roboto", sans-serif;
text-transform: uppercase;
outline: 0;
background: #fff;
width: 100%;
border: 0;
padding: 15px;
color: #000;
font-size: 14px;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
cursor: pointer;
opacity: 0.6;
}
.form button:hover,.form button:active {
background: #f0f0f0;
}
.form button:focus {
box-shadow:0 0 20px #7BB1FF,0 0 20px #7BB1FF;
background-color: #5691E6;
border-radius: 10px;
color: #fff;
opacity: 1;
}
.form input:focus {
box-shadow:0 0 20px #fff,0 0 20px #fff;
border-radius: 10px;
opacity: 1;
}
.form span{
font-family: "Roboto", sans-serif;
position: relative;
display: inline-block;
box-sizing: border-box;
background: #fff;
opacity: 0.8;
padding: 10px;
width: 100%;
margin: 0 0 15px;
}


.form .message {
margin: 15px 0 0;
color: #b3b3b3;
font-size: 15px;
}
.form .message a {
color: #fff;
text-decoration: none;
}
.form .register-form {
display: none;
}
.container {
position: relative;
z-index: 1;
max-width: 300px;
margin: 0 auto;
}
.container:before, .container:after {
content: "";
display: block;
clear: both;
}
.container .info {
margin: 50px auto;
text-align: center;
}
.container .info h1 {
margin: 0 0 15px;
padding: 0;
font-size: 36px;
font-weight: 300;
color: #1a1a1a;
}
.container .info span {
color: #4d4d4d;
font-size: 12px;
}
.container .info span a {
color: #000000;
text-decoration: none;
}
.container .info span .fa {
color: #EF3B3A;
}




body, .acrylic::before {
background: url("/image/img2.jpg.avif");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover; 
font-family: "Roboto", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


.acrylic::before {
filter: blur(10px);
content: "";
position: absolute;
left: -10px;
top: -10px;
width: calc(100% + 20px);
height: calc(100% + 20px);
z-index: -1;
}

.acrylic::after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: -1; 
opacity: 0.7; 
border: 1px solid #363636; 
background: #ffffff; 
background-image: url("/image/Classic\ Cheeseburger\ [25\ Minutes].jpg");
background-size: cover; 
background-position: center; 
background-repeat: no-repeat; 
}
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.google{
    margin-top: 10px;
}

.google-btn {
    font-family: "Roboto", sans-serif;
    outline: 0;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    box-sizing: border-box;
    font-size: 14px;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 0.8;
    text-decoration: none;
    color: #757575;
}

.google-btn:hover {
    background: #f0f0f0;
}

.google-btn:focus {
    box-shadow: 0 0 20px #7BB1FF, 0 0 20px #7BB1FF;
    background-color: #5691E6;
    border-radius: 10px;
    color: #fff;
    opacity: 1;
}

.google-btn img {
    width: 17px;
    height: 20px;
    margin-left: 10px;
}

.message {
    margin-top: 15px !important;
}
.google-sign{
    position: relative;
    justify-content: center;
    margin-top: 5px;
    margin-left: 0%;
}
.forgot-link {
    color: blue;
    text-decoration: none;
    font-weight: bold;
  }

  .forgot-link:hover {
    color: white;
  }
  .password-container {
    position: relative;
    width: 100%;
  }
  
  .password-container input {
    width: 100%;
  }
  
  .password-container i {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
  }