@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mozilla+Headline:wght@200..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
html,body{
    width: 100%;
    height: 100%;    
    background-image: image-set("https://images.unsplash.com/photo-1579546929742-63e9b6b4fc56?q=80&w=1170&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
       display: flex;
    align-items: center;
    justify-content: center;
}
.box{
    width: 370px;
    height: 550px;
    background: #ffffff;
   border-radius: 20px;
   display: flex;
   align-items:center;
   justify-content: flex-start;
   flex-direction: column;
   gap: 10px;
   
   

}

.box .profile-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    
}


.inbox1{
  width: 300px;
  padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px; margin-top: 10px;
     border-bottom: 2px solid gray;
     
 
    
}
.inbox2{
  width: 300px;
  padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
     border-bottom: 2px solid gray;
        
}


.inbox1 input ,.inbox2 input{

    width: 80%;
    max-width: 400px;
    height: 43px;
    padding-left: 10px;
    border: none;
    outline: none;
    

} 
.inbox1 img, .inbox2 img{
    width: 25px;
    height: 25px;
    opacity: 0.5;
}
.username-label{
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    color: #000000;
}
::placeholder{
    font-size: 16px;
    font-weight: 500;
    color: grey;
}
.forgrt-pass{
    width: 300px;
    display: flex;
    color: gray;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}

.log-button button{
    width: 300px;
    height: 45px;
background:  linear-gradient(90deg, #00d2ff, #3a7bd5, #8e2de2);
color: #f4efef;
font-size: 20px;
font-weight: 500;
border-radius: 10px;
border: none;
margin-top: 30px;
cursor: pointer;
font-family: "Mozilla Headline"; 
margin-bottom: 10px; 
}
/* }
.singin-text{
     color: gray;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 200;
    justify-content: flex-end;
    margin-right: 20px;
    margin-bottom: 20px;
}

.social-media{
    display: flex;
    gap: 35px;
    margin-bottom: 10px;
}
.social-media img{
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #0866FF;
} */

.singup-text{
    color: gray;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 200;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
