#logo{
    display: block;
    /* border: 1px solid red; */
    height: 10%;
    width: 10%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}
div{
    display: flex;
    flex-direction: column;
    width: 20%;
    margin: auto;
    /* border: 1px solid red; */
}
div>h1{
    font-size: 27px;
    font-family: sans-serif;
}
input{
   
    padding: 6px 6px;
    margin-bottom: 10px;
    /* border: 1px solid rgb(238,75,26); */
}
label{
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
}
a{
    color:rgb(238,75,26);
    margin: auto;
    margin-right: -2px;
    margin-top: -16px;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
   
}
button{
    padding: 7px 7px;
   background-color: rgb(238,75,26);
   color: white;
   border: 0px;
}
#check{
 height: 1px;
 width: 1px;
 border: 1px solid gray;
 border-radius: 3px;
 margin-top: 15px;
 
}
p{
    margin: auto;
    margin-top: -25px;
    margin-left: 19px;
    font-family: sans-serif;
    font-size: 14px;
}
#more{
    text-align: center;
    margin: auto;
    font-size: 12px;
    margin-top: 30px;
}
img{
    display: block;
    margin: auto;
    margin-top: 10px;
}
#new{
    text-align: center;
    margin: auto;
    font-size: 12px;
    margin-top: 30px;

}
#btn{
    padding: 7px 7px;
    background-color: rgb(0,0,0);
    color: white;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}
body{
    background-color: rgb(247,245,245);
}
#bottm
{     
   background-color: rgb(241,238,241);
    width: 100%;
    margin-top: 30px;
}
#bottm>p{
  
    margin: auto;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 11px;
    line-height: 2px;
}
#bottm>p:nth-child(1){
    color: rgb(238,75,26);
}
#bottm>p:nth-child(2){
    margin-bottom: 40px;
}
i{
    font-size: 12px;
    margin-left: 20px;
    margin-top: -6px;
}
#agree{
    margin-top: 20px;
    font-size: 12px;
    text-align: left;
    margin-left: -1px;
}