*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: Roboto,sans-serif;
}
body
{
    background :url("../images/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 200vh;
}
.institute-name
{
    position: absolute;
    top: 10%;
    left: 26%;
    height: 12%;
    width: 50%;
    background: rgba(0,0,0,0.8);
    color: aqua;
    text-align: center;
    border-radius: 50px;
}
.heading
{
    text-align: center;
    position: absolute;
    height: 6%;
    width: 35%;
    top: 36%;
    left: 35%;
    background: rgba(0,0,0,0.8);
    color: aqua;
    border-radius: 20px;
}
.wrapper
{
    position: absolute;
    top: 52%;
    left: 5%;
    height: 120%;
    width: 90%;
    background: rgba(0,0,0,0.4);
    border-radius: 50px;
}
.heading-1
{
    text-align: center;
    position: absolute;
    top: 5%;
    left: 25%;
    height: 31px;
    width: 200px;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
    color: aqua;
}
.birth-details
{
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    width: 38%;
    height: 38%;
    border-radius: 50px;
}
.birth-fields
{
    position: absolute;
    padding-top: 20%;
    padding-left: 10%;
    color: aqua;
}
.heading-2
{
    text-align: center;
    position: relative;
    top: 5%;
    left: 28%;
    height: 31px;
    width: 200px;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
    color: aqua;
}
.joining-details
{
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    top: 0;
    right: 0;
    width: 38%;
    height: 38%;
    border-radius: 50px;
}
.joining-fields
{
    position:absolute;
    padding-top: 13%;
    padding-left: 10%;
    color: aqua;
}
.heading-3
{
    text-align: center;
    position: relative;
    top: 5%;
    left: 35%;
    height: 31px;
    width: 200px;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
    color: aqua;
}
.family-details
{
    position: absolute;
    bottom: 0;
    left: 10%;
    background-color: rgba(0,0,0,0.8);
    width: 80%;
    height: 35%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.family-fields-left
{
    position:absolute;
    padding-top: 5%;
    padding-left: 5%;
    color: aqua;
    padding-bottom: 4%;
}
.family-fields-right
{
    position:absolute;
    padding-top: 7%;
    padding-left: 50%;
    color: aqua;
    padding-bottom: 4%;
}
/*.Educational-qualification*/
/*{*/
/*    position: absolute;*/
/*    background-color: rgba(0,0,0,0.8);*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 35%;*/
/*    height: 35%;*/
/*    border-radius: 50px;*/
/*}*/
/*.joining-details*/
/*{*/
/*    position: absolute;*/
/*    background-color: rgba(0,0,0,0.8);*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 35%;*/
/*    height: 35%;*/
/*    border-radius: 50px;*/
/*}*/
/*.nit-logo*/
/*{*/
/*    position: absolute;*/
/*    top: 35%;*/
/*    left: 40%;*/
/*    width: 20%;*/
/*    height: 30%;*/
/*    background: transparent;*/
/*    text-align: center;*/
/*}*/
/*img*/
/*{*/
/*    border-radius: 50%;*/
/*}*/
.colon
{
    padding-left: 25px;
    padding-right: 25px;
}
.new-input
{
    font-size: 18px;
    color:#39b7dd;
}
/*.permanent-address-table*/
/*{*/
/*    font-size: 17px;*/
/*    padding-top: 85px;*/
/*    padding-left: 50px;*/
/*}*/