* {
    box-sizing: border-box;
  }
  
  input[type=text],input[type=password],input[type=email],select{
    width: 100%;
    padding: 10px;
    border: 2px solid #0d3a7e;
    border-radius: 4px;
    resize: vertical;
  }
  
  input[type=date],input[type=email],input[type=integer]{
    width: 100%;
    padding: 10px;
    border: 2px solid #0d3a7e;
    border-radius: 4px;
    resize: vertical;
  }
  
  
  input[type=number]{
    width: 100%;
    padding: 10px;
    border: 2px solid #0d3a7e;
    border-radius: 4px;
    resize: vertical;
  }
  
  label {
    padding: 12px 5px 12px 0;
  
    color:#FF0066;
  }
  
  input[type=submit],button
  {
    background-color: #00b7ff;
    color: white;
    
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
  }

  
  /* Style the body */
body {
    font-family: Arial;
    margin: 0;
  }
  
  /* Header/Logo Title */
  .header {
    padding: 10px;
    text-align: center;
    background: #3498DB;
    color: white;
    font-size: 50px;
  }
  
  /* Page Content */
  .content {padding:20px;}
  
  .header1
  {
       padding: 10px;
    text-align: center;
    background: #3498DB;
    color: white;
    font-size: 50px;
      border-radius: 22px;
      border-style: solid;
    border-color: #c2e30e;
  }
  
  .header2
  {
       padding: 3px;
  
    background: #210a58;
    color: white;
    font-size: 10px;
  
  }
  
  .red-star {
      color: red;
  }

  input:disabled {
    background-color:#808080f0;
 }
 select:disabled {
    background-color: #808080f0;
 }
 
 
 .label{
 color:#210a58;
 text-align:left;
 font-weight:bold;
 font-size:16px;
 }
 
 .button 
 {
  border-radius: 4px;
   background-color: #337ab7;
   border: none;
   color: #FFFFFF;
   text-align: center;
   font-size: 20px;
     width: 80%;
   padding: 10px;
 
   cursor: pointer;
 
   
 }


 .d1{
    width: 320px;
    padding: 10px;
    border: 5px solid gray;
    margin: 0;
  }

  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color:rgb(140, 209, 241);
  }

  p{
    font-size: 40px;
    color:#4CAF50;
  }

h3{
  color: #205a90;
}
h5{
  text-align: center;
}


footer {
  position: absolute;
  bottom: -1000;
  /* height: 50px; */
  width:100%;
}

.container1 {
  background-color:rgb(140, 209, 241);
  width: 100%;
  height: 60px;
  text-align: center;
  /* padding-right: 15px;
  padding-left: 15px; */
  /* margin-right: auto;
  margin-left: auto; */
  font-size: 25px;
}