*
{
   
    margin: 0;
    padding: 0;
}
body
{
    background-color:rgb(226, 230, 232);
}
.topbg{
    background-color:cadetblue;
    max-width: 100%;
}
.navbar{
    display: flex;
    align-items: center;
}
nav{
    flex: 1;
    text-align: right;
}
.mark a:hover{
    color:black;
    transition: 0.5;
}
.logo{
    padding-right: 10px;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    position: relative;
    right: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px ;
}
a{
   text-decoration:wavy;
   color: white;
}
header
{
    position: relative;
    top: 5rem;
    left: 5rem;
    background: white;
    width: 30rem;
    height: 30rem;
    border-radius: 5px;
}
header h1
{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    top: 30px;
    left: 30px;
}
input
{
    width: 400px;
    height: 40px;
}
input::placeholder
{
    font-size: 15px;
}
.heading
{
    position: relative;
    top: 50px;
    left: 30px;
}
.username
{
    position: relative;
    top: 4rem;
    left: 20px;
    font-size: 20px;
    border-radius: none;
    border-top:none;
    border-left: none;
    border-right: none;
    background: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
}
.password
{
    position: relative;
    top: 6rem;
    left: 20px;
    font-size: 20px;
    border-radius: none;
    border-top:none;
    border-left: none;
    border-right: none;
    background: none;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 300;
}
.checkbox-main
{
    position: relative;
    width: 1rem;
    top: 12rem;
    right: 22rem;
}
.checkbox
{
    position: relative;
    top: 9rem;
    left: 5rem;
}
.login 
{
    position: relative;
    width: 200px;
    height: 40px;
    top: 13rem;
    left: 15rem;
    background: black;
    font-size: 20px;
    color: white;
}
.login:hover
{
    border-radius: 40px;
    background: crimson;
}
.forgot a 
{
    position: relative;
    top: 13.5rem;
    left: 19.8rem;
    color:black ;
    
}
section
{
    position: relative;
    float: right;
    bottom: 25rem;
    right: 5rem;
    background: black;
    width: 30rem;
    height: 30rem;
    border-radius: 5px;
}
.creat h1
{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    top: 30px;
    left: 30px;
    color: white;   
}
.creat p
{
    color: white;
    position: relative;
    top: 3rem;
    left: 2rem;
}
.font-icon a i
{
    position: relative;
    top: 3.5rem;
    left: 1rem;
    display: flex;
    padding: 0.5rem;
}
.creat button 
{
    position: relative;
    width: 200px;
    height: 40px;
    top: 5rem;
    left: 15rem;
    background: white;
    font-size: 20px;
    color: black;
}
.end-para a
{
    font-size: 12px;
    position: relative;
    top: 2.3rem;
    left: 7rem;
    border-bottom: 30px;
    border-color: aliceblue;
}
.font-icon p
{
   position: relative;
   top: 5.2rem;
   left: 3.5rem;
}