*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Roboto,sans-serif;
    outline: none;
}
body
{
    background: url("../images/bg.jpg") no-repeat top center;
    background-size: cover;
    height: 210vh;
}
.wrapper
{
    position: absolute;
    top: 55%;
    left: 8%;
    height: 75%;
    width: 85%;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
}
.student-fields-left
{
    padding-top: 8%;
    padding-left: 4%;
    width: 60%;
}
.student-fields-right
{
    position: absolute;
    padding-top: 8%;
    padding-left: 2%;
    top: 0;
    left: 44%;
}
.inputs
{
    font-size: 20px;
    color:#39b7dd;
}
.colon
{
    padding-left: 40px;
    padding-right: 40px;
    color: rgba(18,225,255,0.99);
}
h4
{
    color: aqua;
}
body {
    font-family: "Lato", sans-serif;
}

.sidenav {
    height: 100%;
    width: 25%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background:rgba(0,0,0,1);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    color: #39b7dd;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #39b7dd;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: aqua;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
}
.openbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    color: dimgrey;

}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
span
{
    font-size:30px;
    cursor:pointer;
}
.title
{
    text-align: center;
    position: absolute;
    top: 42%;
    left: 38%;
    height: 46px;
    width: 320px;
    background: rgba(0,0,0,0.8);
    color: aqua;
    border-radius: 10px;
}
.institute-name
{
    position: absolute;
    top: 10%;
    left: 23%;
    height: 12%;
    width: 52%;
    background: rgba(0,0,0,0.8);
    color: aqua;
    text-align: center;
    border-radius: 50px;
}
.btn
{
    background-color: rgba(0,0,0,0.8);
}
.present-address
{
    border-radius: 50px;
    position: absolute;
    top: 155%;
    left: 8%;
    height: 45%;
    width: 35%;
    background-color: rgba(0,0,0,0.7);
    color: aqua;
}
.new-input
{
    position: absolute;
    width: 50%;
}
.present-address-table
{
    font-size: 17px;
    padding-top: 85px;
    padding-left: 50px;
}
.new-colon
{
    padding-left: 20px;
    padding-right: 20px;
}
.address-heading
{
    text-align: center;
    position: absolute;
    top: 8%;
    left: 28%;
    height: 31px;
    width: 190px;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
}
.new-input
{
    font-size: 18px;
    color:#39b7dd;
}
.permanent-address
{
    border-radius: 50px;
    position: absolute;
    top: 155%;
    left: 58%;
    height: 45%;
    width: 35%;
    background-color: rgba(0,0,0,0.7);
    color: aqua;
}
.permanent-address-table
{
    font-size: 17px;
    padding-top: 85px;
    padding-left: 50px;
}
.address-heading-2
{
    text-align: center;
    position: absolute;
    top: 8%;
    left: 28%;
    height: 31px;
    width: 230px;
    background: rgba(0,0,0,0.8);
    border-radius: 50px;
}
.new-pic
{
    border-radius: 50%;
}