*
{
    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-1
{
    text-align: center;
    position: absolute;
    height: 6%;
    width: 15%;
    top: 33%;
    left: 45%;
    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;
}
.semester-selection
{
    position: absolute;
    top: 8%;
    left: 18%;
    color: aqua;
    font-size: 18px;
}
.colon
{
    padding-top: 2px;
    padding-left: 25px;
    padding-right: 25px;
}
h3
{
    padding-top: 6px;
}
#semester
{
    color: #c5ecfd;
    font-size: 18px;
    height: 36px;
    width: 200px;
    border: none;
    background: transparent;
    border-bottom: 2px solid #39b7dd;
}
option
{
    color: #39b7dd;
    background-color: rgba(0,0,0,0.8);
}
.go
{
    cursor: pointer;
    position: absolute;
    top: 8%;
    right: 30%;
}
.btn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #010b12);
    background-image: -moz-linear-gradient(top, #3498db, #010b12);
    background-image: -ms-linear-gradient(top, #3498db, #010b12);
    background-image: -o-linear-gradient(top, #3498db, #010b12);
    background-image: linear-gradient(to bottom, #3498db, #010b12);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 18px;
    padding: 5px 40px 5px 40px;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #88a6ba);
    background-image: -moz-linear-gradient(top, #3cb0fd, #88a6ba);
    background-image: -ms-linear-gradient(top, #3cb0fd, #88a6ba);
    background-image: -o-linear-gradient(top, #3cb0fd, #88a6ba);
    background-image: linear-gradient(to bottom, #3cb0fd, #88a6ba);
    text-decoration: none;
    cursor: pointer;
}
.current
{
    font-size: 18px;
    position: absolute;
    top: 27%;
    left: 10%;
    width: 80%;
    height: 60%;
    color: aqua;
    background-color: #111111;
    border-radius: 50px;
}