*{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

#sininlog{
    width: 150px;
    
    margin-top: 20px;
}
#slog{
    text-align: center;
}

#harvesth1{
    text-align: center;
}

#signinform{
    border: 1px solid #fa5d00 ;
    width: 512px;
    height: 300px;
    margin: auto;
    background-color: #fff8f1;
}

.inputsi{
    height: 40px;
    width: 446px;
    margin-left: 25px;
    padding-left: 10px;
    font-size: 20px;
    border-radius: 5px;
    border: 0.5px solid #737778;
    margin-bottom: 10px;
    background-color: white;
}

#logingoogle{
    display:flex;
    width: 460px;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
}
#logingoogle:hover{
    border: 2px solid #737778;
}


#googlelog{
    height: 20px;
    display: sticky;
    /* margin-left: 50px; */


}
#median{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 450px;
    margin: 20px auto;
}

.line12{
    /* border: 0.5px solid #737778; */
    height: 0.5px;
    width: 130px;
    background: #737778;
}

#signin{
    background-color:#188433 ;
     align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    margin-top: 10px;
    width: 460px;
}
#footer{
    height: 60px;
    margin: auto;
    width: 400px;
    display:flex;
    align-items: center;
    justify-content: space-around;
    color: #737778;
}

#footer>p:hover{
    text-decoration-line:underline;
}

#signin:hover{
    background-color: #2f8946;
}









