﻿html {
  overflow-x: hidden;
  overflow-y: scroll;
}
legend{
  font-size: 200%;
}

fieldset{
  border-width: 5px;
}

button:hover{
  cursor: pointer;
}

.stafflogin{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight:bolder;
}

form input{
  border-radius: 5px;
  border-style: revert;
}

body {
  margin: 0%;
}

#back {
  padding: 5px;
  color: white;
  margin-top: 10px;
  border-radius: 6px;
  background-color: black;
}

#back:active {
  color: red;
}

#back:hover {
  background-color: black;
  font-weight: bolder;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.logo {
  text-align: center;
  background-color: gray;
  border-radius: 10px;
  border-width: 10px;
  border-style: double;
  margin: 1px;
  height: 20%;
}

#clg-img {
  margin-left: 2px;
  margin-right: 2px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
  margin-bottom: 0%;
}

.container {
  margin-top: 0%;
  position: initial;
  display: inline-block;
  flex-direction: column;
  /*left: 65%;
  width: 30%;*/
  background-color: gray;
  width: 99%;
  padding: 10px;
  height: 100%;
  opacity: 0.75;
}

.form-title {
  position: absolute;
  top: 0%;
  left: 0%;
  color: black;
  text-align: center;
  padding: 10px;
  font-weight: bolder;
  font-size: x-large;
}

/*input {
  
}
*/

button {
  border-style: outset;
  border-width: 3px;
  text-decoration-color: wheat;

}


select {

  border: 1px solid #ccc;
  border-width: 5px;
  border-style: outset;
  width: -webkit-fill-available;
  font-weight: bold;
  border-color: black;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

button:hover {
  cursor: pointer;
}


marquee {
  background-color: red;
  font-style: oblique;
  color: black;
  font-weight: bolder;
  margin-top: 0px;
  height: 80%;
  justify-items: center;
  width: 100%;
}

footer {
  text-align: center;
  border-radius: 0px;
  padding: 10px;
  background-color: black;
  color: whitesmoke;
}


.container h2 {
  text-align: center;
}

.form-group label {
  display: block;
  font-weight: bolder;
  font-size: x-large
}

.form-group input,
.form-group select {
  border: 1px solid #ccc;
  border-width: 1px;
  border-style: outset;
  font-weight: bold;
  border-color: black;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  margin-bottom: 1px;
  width: -webkit-fill-available;
  padding: 8px 25px;
}

.form-group input[type="submit"],
button {


  /*display:flex;
  flex-direction: row;
  border: none;
  border-radius: 5px;
  */
  border: 1px solid #ccc;
  border-width: 5px;
  border-style: outset;
  font-weight: bold;
  border-color: black;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  width: -webkit-fill-available;
  padding: 10px 25px;
  cursor: pointer;
  margin-top: 5px;
  background-color: #007bff;
  color: #fff;
}

.form-group input[type="submit"]:hover {
  background-color: #0056b3;
}


@media screen and (max-width:580px) {

  html,
  body {
    margin: 0;
    padding: 0%;
    overflow-x: hidden;
  }

  .logo {
    width: 95%;
    margin: 0%;
    padding: 0%;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 14px;
  }

  #clg-img {
    width: 100%;
    padding: 0%;
    margin: 0%;
    display: block;
  }

  .container {
    opacity: 1;
    padding: 0%;
    width: 98%;
    padding-right: 0%;
    padding-left: 8px;
  }

  #admission {}

  .form-group label {
    font-size: 13px;
    padding-top: 1%;
  }

  .form-group input,
  .form-group select {
    padding: 2px 10px;

  }

  .form-group input[type="submit"] {
    margin: 8px 2px;
    margin-bottom: 4px;
    padding: 7px 1px;
    margin-right: 3%;

  }

  footer {
    font-size: 10px;
  }

}