@import url('https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap');
*{
    font-family: 'Cousine';
}
body{
    width: 100%;
    height: 100%;
    background-image: url(/imgs/LS.png);
    overflow: hidden;
}
.container{
    display: flex;
    justify-content: space-between;
    margin: 0 8%;
    height: 100vh;
    align-items: center;
    
}
.container form{
    width: 520px;
    height: 612px;
    background-color: var(--backgroundv1-color);
    padding: 13% 8%;
    border-radius: 20px;
}
.left-col{
    display: flex;
    flex-direction: column;
    gap: 90px;
}
.left-col h3{
    line-height: 70px;
    font-size: 2rem;
    opacity: 0.7;
}
.soc-imgs {
    display: flex;
}
.soc-imgs li{
    margin: 2% 3%;
    list-style: none;
}
.soc-imgs li img{
    width: 50px;
}

.container form input{
    height: 45px;
    width: 100%;
    margin: 3% 0;
    border: none;
    background-color: #e4e4e4;
    border-radius: 8px;
    padding-left: 6%;
    font-size: 1.1rem;
}
.container form input::placeholder{
    font-size: 1rem;
}
input:focus {
    outline: none;
    border: none;
    box-shadow: none;
  }
  

.cb-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3% 0;
}
.cb-left{
    display: flex;
    align-items: center;
}

.cb-sec .checkbox{
    width: 20px;
    height: 15px;
}
.cb-sec a{
    opacity: 0.6;
    color: brown;
}
.cb-sec a:hover{
    text-decoration: underline;
    color: var(--textv1-color);
    transition: ease-in-out 0.5s;
}
form button{
    width: 85%;
    height: 43px;
    border: none;
    font-size: 1.3rem;
    letter-spacing: 3px;
    background-color: var(--backgroundv2-color);
    color: var(--textv2-color);
    border-radius: 15px;
    margin: 3% 0;
}
.scndy-btn{
    height: 40px;
    border: solid 1px #000;
    font-size: 1.3rem;
    letter-spacing: 1px;
    background-color: var(--backgroundv1-color);
    color: var(--textv1-color);
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    
}
.scndy-btn a {
    display: flex;
    align-items: center; 
}

.fa-facebook,.fa-google{
    margin:0 5%;
}
.fa-facebook{
    color: blue;
    font-size: 30px;
}
.fa-google {
    color: rgb(66, 133, 244); /* Google Blue */
    font-size: 1.4rem;
  }
  

.btn-container{
    display: flex;
    justify-content: center;
    gap: 60px;
}
.or-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #888;
    margin: 20px 0;
  }

  .or-divider::before,
  .or-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1.5px solid #000;
    margin: 0 10px;
  }
.sign-text{
    margin-top: 10%;
    text-align: center;
    opacity: 0.7;
}
.sign-text a span:hover{
    text-decoration: underline;
    opacity: 1;
}


/* MODAL */

       