body{
    padding: 0px;
    margin: 0px;
    background-color: rgb(224, 196, 196);
}
#nav{
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
}
#nav>div{
    width: 15%;
    border: 0px solid black;
    margin: auto;

}
#nav>div>img{
    width: 100%;
}
#signin{
    width: 30%;
    border: 1px solid rgb(242, 129, 129);
    padding: 2%;
    border-radius: 8px;
    margin: auto;
    margin-top:10px ;
    max-height: 70%;
    background-color: rgb(235, 233, 233);
    /* text-align: center; */
}
#login{
    width: 30%;
    border: 0px solid black;
    margin: auto;
    margin-top:1px ;
    /* text-align: center; */
}
#signin>h1{
    text-align: center;
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.inputs{
    width:87%;
    margin-left: 5px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    border: 0.5px solid rgb(48, 48, 48);
}
#checkbox{
    display: flex;
    border: 0px solid black;
}
.check{
    width: 20px;
    margin: 10px;
}
#para{
    color: rgb(45, 45, 45);
    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: rgb(53, 51, 51);
    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: #3f6593;
    border: none;
    color: white;

}
#submit:hover{
    cursor: pointer;
   background-color: #0a438b;
   color: white;
}
.bottom{
    text-align: center;
    font-size: 14px;
    color: rgb(59, 56, 56);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#create_one{
    color: #0c4387;
    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: #074999;
   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: 15px 0px 1px 0px;
    height: 48px;
    width: 95%;
    border-radius: 5px;
    border: none;
    background-color: #0b37b0;
    color: white;
    font-family: "Centra No2", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
   
}

button:hover{
    cursor: pointer;
    background-color: #0c34a1;
}
#googleicon{
    background-color: white;
    padding: 1px;
}

#btnlogo{
    display: flex;
    align-items: center;
    gap: 40px;
}
button img{
    height: 100%;
    width: 10%;
    border-radius: 3px;
}