
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}


.form {

      border: 1px solid;
    padding: 10px;
  /*background: #ffffff;
  padding: 20px;
  max-width: 600px;
  margin: 10px auto;*/
  /*border-radius: 4px;*/
  /*box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);*/
}

.kuduspic{
  padding: 40px;
  max-width: 600px;
  margin: 40px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);


}
.top-area {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.top-area:after {
  content: "";
  display: table;
  clear: both;
}
.top-area li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: rgba(160, 179, 176, 0.25);
  color: #a0b3b0;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  transition: .5s ease;
}
.top-area li a:hover {
  background: #0fa206;
  color: #ffffff;
}
.top-area .active a {
  background: #0fa206;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  margin: 10 0 40px;
}
/*Admition and loging and registation section*/
.admition_result_section{
  width: 500px;
  margin:auto;
  max-width: 100%;
}




.as_admion_button a {
  display: block;
    border: 1px solid green;
    height: 131px;
    text-align: center;
    font-size: 27px;
    margin-top: 20px;
    padding-top: 52px;
    color: #fff;
    text-decoration: none!important;
}

/*End admition and login and registation section*/
