* {box-sizing: border-box}
  input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background:#f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

button:hover {
  opacity:1;
}
.cancelbtn {
  padding: 14px 20px;
  background-color: #f44336;
}
.cancelbtn, .signupbtn {
  float: left;
  width: 50%;
}
.container {
  padding: 16px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
    width: 100%;
  }
}

nav{
  text-align: right;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  background-color: black;
  
}
.sign{
  background-color: mediumseagreen;
  color: white;
} 
.sign a{
  color: white;
} 

footer {padding-bottom:0%;
  left: 0; 
  bottom: 10px;
  width: 100%;
  height: 20%;
  background-color:black;
  color: white;
  text-align: center;
  

}
.fa-facebook{
  color: blue;
  text-align: end;
  justify-content: end;
}