*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT',  'Trebuchet MS', sans-serif;
}



#contener{
    /* background-color: rgba(250, 250, 11, 0.155); */
    display: flex;
    justify-content: center;
    /* align-items: center; */
    height: 100vh;
    width: 100%;
    background-image: url(/assets/images/BG\ image2.jpg);
   
}


.box-1{
    background-color: rgb(242, 247, 247);
    height: 90vh;
    width: 25%;
    text-align: center;
    line-height: 4vh;
    box-shadow: 5px 5px 10px 10px;
    margin-top: 3%;
    background-image: url(/assets/images/BG\ image2.jpg);
     /* background-color: rgba(47, 0, 255, 0.274); */

    }

input{
    width: 80%;
    height: 5vh;
    border-radius: 3px;
    
}
input{
 border: 2px solid blue;
 box-shadow: 1px 5px 2px 2px;
    
}
::placeholder{
    padding: 8px;
    color: rgba(0, 0, 255, 0.479);
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
button{
    width: 80%;
    height: 6vh;
    padding: 7px;
    border-radius: 10px;
    background-color: rgba(0, 0, 255, 0.884);
    color: aliceblue;
    font-size: 15px;
}
h1{
    margin-bottom: 12%;
    margin-top: 3%;
    color: rgba(0, 0, 255, 0.452);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
  font-style: italic;
  font-size: 2.5rem;
}

.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: black;
  margin: 20px;
}
.or{
  color: black;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 2px solid black; /* Patli line */
}

.divider:not(:empty)::before {
  margin-right: 8px;
}

.divider:not(:empty)::after {
  margin-left: 8px;
}
.submit-btn{
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  font-family: a;
}

.social-login {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-left: 50px;
  
}

.social-login button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
}

.facebook-btn {
  background-color: rgba(0, 0, 255, 0.918); /* Facebook blue */
  color: white;
  width: 90%;
  height: 6vh;
  margin-right: 20px;
  position: relative;

}
.facebook-btn image {
 display: flex;
 gap: 50%;
  

}

.google-btn {
  background-color: rgba(0, 0, 255, 0.938);
  border: 1px solid #ddd;
  margin-right: 20px;
  position: relative;
  width: 90%;
  height: 6vh;
}

.google-btn img {
  width: 20px;
  height: 20px;
  /* margin-right: 17%; */
}

.facebook-btn img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); /* icon white dikhe */
  /* margin-right: 28%; */
  
}
span{
  color: aliceblue;
}
button:hover{
color: black;
background-color: rgb(145, 165, 29);
}
a{
  text-decoration: none;
}

.fb-img{
  position: absolute;
  left: 15px;
}
.google-img{
  position: absolute;
  left: 15px;
}