body{
  margin: 0px;
  padding: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background: url(files/nsbg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
}

.sebox{
  color: rgb(7, 7, 7);
  background-color: rgb(255, 255, 255);
  padding-left: 20px;
  margin-bottom: 20px;
  width: 40%;
  box-shadow: black 0.2px 0.4px 8px;
  height: 55px;
  border-radius: 30px;
  border-style: none;
}

.sebtn{
  text-align: center;
  height: 57px;
  width: 10%;
  border-radius: 30px;
  background-color: rgb(4, 209, 124);
  border-style: none;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  box-shadow: black 0.2px 0.4px 8px;
}


.title{
  text-align: center;
  color: rgb(255, 255, 255);
}

.search-container{
  text-align: center;
}

img{
  margin: 40px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
}

form{
  vertical-align: center;
}

.logo{
  text-align: center;
  margin-top: 60px;
  width: 20%;
}

.ccd{
  text-align: center;
  padding: 20px;
}

.inst{
  text-align: center;
  padding-bottom: 20px;
}

.notered{
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: red;
  width: 40%;
}

.brand{
  padding-top: 100px;
  text-align: center;
}

.brand2{
  text-align: center;
  padding-bottom: 50px;
}

a{
    margin-left: 70%;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}

.loginlink{
    background: #000;
    background-color: rgb(4, 209, 124);
    padding: 10px;
    list-style: none;
}


/* On mobile devices */
@media screen and (max-width: 992px) {
  .sebox{
      width: 80%;
  }
  
  .sebtn{
      width: 40%;
  }

  .notered{
      width: 80%;
  }

  img{
      margin: 40px;
  }

  .center {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
    }
}