#signinup{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: sans-serif;
    margin-top: -30px;
}
#mainsignup{
    width: 350px;
    
    padding: 0px 40px;
    margin: auto;
    margin-top: 150px;
}
#signupLeftGoogle{
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    justify-content: center;
    margin-top: -30px;
 }
 #signupLeftGoogle>div:last-child{
    background-color: #4285f4;
    text-align: center;
    font-family: sans-serif;
    color: white;
    margin-left: -25px;
    height: 50px;
    margin-top: 50px;
    border: 1px solid #4285f4;
     border-bottom-right-radius: 5px;
     border-top-right-radius: 5px;
 }
 #signupLeftGoogle  >div:first-child>img{
     width: 50px;
     height: 49px;
     margin-top: 53px;
     border: 1px solid #4285f4;
     border-bottom-left-radius: 5px;
     border-top-left-radius: 5px;
 }

 #line2{
    margin-top: 20px;
  }
  #line2>h5 {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #696d7f;  
    line-height: 0.1em;
   
 } 
 
#line2> h5 span { 
     background:#fff; 
     padding:0 10px; 
 }
 #signupemail{
    display: block;
    width: 100%;
    height:  50px;
    border-radius: 5px;
    background-color: #324fbe;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    
 }
 #signupemail:hover{
    background-color: #0b36e1;
    
 }
 #mainsignupblock{
    width:350px; 
     
    display: none;
    
 }



 #mainsignupblock> form>input{
    width: 100%;
    height: 50px;
    margin-top: -20px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    font-weight: 500;
 }
  
 #vehicle2{
    height: 15px;
    width: 15px;
    line-height:0.1em;
    margin-top: 25px;
    font-size: 35px;
 }
#butsigup{
    background-color: #324fbe;
    width: 80%;
    height: 50px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    border: none;
    margin-left: 35px;
}  