@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin:0;
    padding: 0;
}
.container{
    display: flex;
    height: 100vh;
  position: relative;
  
}
.sing-img img{
width: 40%;
height: 100%;
position: relative;

}
.dribble-left{
 position: absolute;
 bottom: 80%;
 color:white;
 padding: 2em .5em;
 font-size: 20px;
 font-weight: bold;
}
.span-bottom{
    position: absolute;  
    top:90%;
    padding: 1em;
    color: white;
}
.right-side-bg{
    background-color:#fffbf8; 
    height: 100%;
    position: absolute;
    width:70%;
   display: flex;
padding: 3em  1em;
 flex-direction: column;
 align-items: center;
    left:30%;
}
.right-side-bg h2{
    font-size: 50px;
    padding: 0.5em 1em;
    font-weight: bold;
}
.right-side-bg button{
    padding: 1.3em 10em;
    border-radius: 50px;
    border:none;
font-weight: bold;
background-color: #fffbf8;
border:1px solid #807e7d;
}

.sign-google{
    background-color: black !important;
    color: white;
}
 .or{
    padding: 1em;
    display: flex;
}
.acount-create{
    height: 100%;
    position: absolute;
    width:70%;
   display: flex;
   flex-direction: column;
padding: 22em 1em 0em  1em;
text-align: center;
    left:30%;
}
.acount-create p , span{
    font-size:15px;
}
.acount-create a{
    color: black;
    font-size:15px;
}