body{
    background-color: whitesmoke;
}
.nav{
    background-color: whitesmoke;
    background-color: transparent;
}
#WebsiteName{
    padding: 0%;
    margin-right: 33%;
    font-size: x-large;
    font-family: 'Times New Roman', Times, serif;
}
li {
    display: inline;
    margin: 10px;
    font-size: large;
  }

ul {
    border: 1px solid #e7e7e7;
    padding: 8px;
    padding: 8px;
    border-radius: 10px;
  }
  
li a {
    color: #666;
  }
.SocialImage{
    height: 1.5%;
    width: 1.5%;
    margin-left: 5px;
    float: right;
  }
.heading{
   text-transform: uppercase;
color:rgb(57,117, 260);    
text-align: center;
    font-size: 60px;
    font-family: 'Times New Roman', Times, serif;
    font-weight:bolder !important;
}
.body{ 
    border-radius: 7px;
    position: center;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 20%;
    background-color: white;
    box-shadow:10px 10px 19px -6px black;
}
.welcome{
    font-weight: bold;
    font-size: xx-large;
    padding-left: 16px;
    padding-top: 7px;
    padding-bottom: 7px;
    
}
.easy{
    padding-left: 16px;
    font-size: medium;
    color: rgb(97, 103, 111);
   
}
.vamshi{
    padding-left: 15px;
    font-size: 17px;

}
.number{
    padding-left: 15px;
    font-size: 17px;
}
.password{
    padding-left: 15px;
    font-size: 17px;
}
.email{
    padding-left: 15px;
    font-size: 17px;
}
.dob{
    padding-left: 15px;
    font-size: 17px;
    
}
.dob1{
    margin-bottom: 10px;
    margin-left: 18px;
    color: rgb(97, 103, 111);
}
.gender{
    margin-top: 100%;
    margin-left: 18px;
    color: rgb(97, 103, 111);
}
.male{
    margin-top: 7px;
    margin-left: 18px;
    margin-bottom: 7px;
}
.by{
    margin-top: 10px;
    margin-left: 18px;
    font-size: 14px;
    color: rgb(97, 103, 111);
}
.by1{
   
    margin-left: 18px;
    font-size: 14px;
    color: rgb(97, 103, 111);
}
.button{
    
}

input[type="text"]{
    border: 1px solid rgb(205, 208, 213);
    background-color: rgb(245, 246, 247);
    border-radius: 5px;
    height: 29px;
    width: 240px;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}
input[type="password"]{
    border: 1px solid rgb(205, 208, 213);
    background-color: rgb(245, 246, 247);
    border-radius: 5px;
    height: 29px;
    width: 240px;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-top: 5px;
}
input[type="number"]{
    border: 1px solid rgb(205, 208, 213);
    background-color: rgb(245, 246, 247);
    border-radius: 5px;
    height: 29px;
    width: 91%;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
}
input[type="email"]{
    border: 1px solid rgb(205, 208, 213);
    background-color: rgb(245, 246, 247);
    border-radius: 5px;
    height: 29px;
    width: 91%;
    margin-left: 16px;
    margin-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 15px;

}

a:link{
    color:rgb(74, 96, 200);
    text-decoration: none;
}

a:hover{
    color:rgb(74, 96, 200);
    text-decoration: underline;
}

a:visited{
    color: blue;
    text-decoration: none;
}

input[type="submit"]{border-radius: 5px;
    border: rgb(67, 187, 44);
    font-size: medium;
    font-weight: 800;
    padding: 12px 20px;
    color: white;
    box-shadow: none;
    background-color: rgb(67, 187, 44);
   margin-bottom: 20px;
   margin-top: 25px;
    align-content: center;
    width: 40%;
    cursor: pointer;
   
}

input[type="submit"]:hover{
    background-color: rgb(82, 167, 4);
    color:rgba(255, 255, 255, 0.747);
}

.end{
    background-color: wheat;
}

.about{
    margin-left: 13%;
    width: 33%;
    float: left;
    display: inline;
}

.SocialImage2{
    height: 15%;
    width: 15%;  
}



    


    
    

