.asi{
  background-color: #D3D3D3
}

/*navbar section index.html*/

.navbar-brand{
  background-color:yellow;
}

/*pagination section index.html*/
.center {
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 6px;
  text-decoration: none;
}


/*Login section Login.html*/

*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;


}

.form{
  height: 420px;
  margin: 120px auto;
  max-width: 400px;
  padding: 25px;
  background-color: white;
}

.content header{
  color: black;
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 35px 0;
  font-family: 'Montserrat',sans-serif;
}

.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: translate(-50%, -50%);
  text-align: center;
  z-index: 999;
  width: 370px;
  padding: 25px;
  background: rgba(255,255,255,0.04);
  box-shadow: -1px 4px 28px 0px rgba(0,0,0,0.75);
}


.field{
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.94);
  background: #f5f4f4;
  border: 1px solid #A9A9A9;
  margin-bottom: 10px;
}


.field input{
  height: 100%;
  width: 100%;
  background: #f5f4f4;
  border: 10px;
  outline: 10px;
  color: #222;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.field .icon{
  left:15px;
  color: black;
}

.msg .error{
  font-size: 15px;
  margin-bottom: 5px;
  color: #f74040;
  display: none;
  padding: 1px;
}

.eye{
  position: absolute;
  right: 15px;
  transform: translate(0,-50%);
  top: 50%;
  cursor: pointer;
}

#hide{
  display: none;
}

.password:valid ¬ .show{
  display: block;
}

.space{
  margin-top: 16px;
}

.pass{
  text-align: center;
  margin: 20px 0;
}

.pass a{
  color: black;
  font-family: 'Poppins',sans-serif;
  text-decoration: none;
}

.signup{
  color: gray;
  font-size: 15px;
  font-family: 'Poppins',sans-serif;
}

.signup a{
  color: black;
  text-decoration: none;
}

.signup a:hover{
  text-decoration: underline;
}

input[type="submit"]{
  background: #3CB371;
  color: white;
  font-size: 18px;
  cursor: pointer;
  font-family: arial;
}

input[type="submit"]:hover{
  background: #98FB98;
}

.or:before{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
  position: absolute;
  line-height: 0;
  margin: 10px;

}

.or:after{
  content: "";
  display: right;
  width: 100px;
  height: 1px;
  background: #000;
  position: absolute;
  line-height: 0;
  margin: 10px

}


.or {
  left: 2px;
  background: #fff;
  margin: -19px auto 10px;
}

.sign{
  margin-bottom: 5px;
  width: 100%;
  height: 45px;
  border-radius: 0;
  font-size: 15px;
  transform: 0.1s;
  color: #fff;
}

.facebook{
  background: #32508e;
}

.google{
  background: #dd4b39;
}
