.bgcolor
{
background-color: #3f0096;
color: white;
width: 100%;
text-align: center;
height: 8rem;
margin-bottom: 0;


}
h2
{
    margin-top: 0px;
    margin-left: 12.5rem;
    font-size: 35px;
    margin-bottom: 0;
}
h1,h3
{
    text-align: center;
}
body
{
    overflow-x: hidden;
    margin-top: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: Arial, Helvetica, sans-serif;   
}

.logo
{
    position: absolute;
    right: 80%;
    top: 3.3%;
}
.text
{
    
    margin-left: 3rem;
    font-family: "Roboto", Sans-serif;
    margin-right: 90PX;
    padding-top: 2rem;
    font-weight: bold;
}
p
{
    margin-top: 0;
    margin-right: 5.5rem;
    margin-bottom: 0;
    
   
}
.center
{
    font-family: "Roboto", Sans-serif;
    font-weight: bold;
background: #3f0096;
color: white;
width: 100%;

text-align: center;

}

table
{
    height: 150px;
    width: 300px;
    border-collapse: collapse;
    border: 2px solid black;
    margin: 0 auto;
    
}
td
{
    /* font-weight: bold; */
    width: 4rem;
    text-align: left;
    border: 2px solid black;
}
.efont
{
    
    /* padding-left: 21rem; */
    font-weight: bold;
}
.gfont
{
   
    margin-top: 2rem; 
    font-weight: bold;
}
.line
{
    font-size: medium;
    text-align: center;
    

}
/* Mobile devices */
@media only screen and (max-width: 767px) {
    /* CSS rules for mobile devices go here */
  }
  
  /* Tablet devices */
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    /* CSS rules for tablet devices go here */
  }
  
  /* Desktop devices */
  @media only screen and (min-width: 1024px) {
    /* CSS rules for desktop devices go here */
  }

  /* addmission form css*/
  /* Add padding to containers */
.container {
    padding: 16px;
    background-color: white;
  }
  
  /* Full-width input fields */
  input[type=text], input[type=password], select {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
  }
  
  input[type=text]:focus, input[type=password]:focus , {
    background-color: #ddd;
    outline: none;
  }
  
  /* Overwrite default styles of hr */
  hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
  }
  
  /* Set a style for the submit button */
  .registerbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  
  .registerbtn:hover {
    opacity: 1;
  }
  
  /* Add a blue text color to links */
  a {
    color: dodgerblue;
  }
  
  /* Set a grey background color and center the text of the "sign in" section */
  .signin {
    background-color: #f1f1f1;
    text-align: center;
  }
  