body{
    padding: 0px;
    margin: 0px;
}
#nav{
    width: 100%;
    border: 0.5px solid rgb(205, 202, 202);
    height: 45px;
    
}
#nav>div{
    width: 15%;
    border: 0px solid black;
    height: 40px;
    margin: auto;
}
#nav>div>img{
    width: 60%;
    height: 40px;
}
#signin{
    width: 30%;
    border: 0px solid black;
    margin: auto;
    margin-top:10px ;
    /* text-align: center; */
}
#login{
    width: 30%;
    border: 0px solid black;
    margin: auto;
    margin-top:10px ;
    /* text-align: center; */
}
#signin>h1{
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.inputs{
    width:90%;
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    border: 0.5px solid grey;
}
#checkbox{
    display: flex;
    border: 0px solid black;
}
.check{
    width: 20px;
    margin: 10px;
}
#para{
    color: rgb(72, 72, 72);
    font-size: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.para2{
    font-size: 13px;
    margin-bottom: 40px;
    color: grey;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#submit{
    width: 95%;
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    font-size:18px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #d8e6f6;
    border: none;
    color: white;

}
#submit:hover{
    cursor: pointer;
   background-color: #0a438b;
   color: white;
}
.bottom{
    text-align: center;
    font-size: 14px;
    color: grey;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#create_one{
    color: #306eb9;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#foreget_pass{
    margin-left: 170px;
   color: #306eb9;
   font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#icon{
    display: flex;
    margin: auto;
    width: 20%;
    border: 0px solid;
}
#icon>i{
    padding: 10px;
    font-size: 20px;
    margin: auto;

}

#or{
    text-align: center;
    margin-bottom: 10px;
}

button{
    margin: 20px 0px 20px 0px;
    height: 40px;
    width: 95%;
    border-radius: 8px;
    border: none;
    background-color: #3662d8;
    color: white;
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   
}

button:hover{
    cursor: pointer;
    background-color: #1448d5;
}
#googleicon{
    background-color: white;
    margin-left: 5px;
}

#btnlogo{
    display: flex;
    align-items: center;
    gap: 40px;
}
button img{
    height: 100%;
    width: 10%;
    border-radius: 3px;
}
