.top {
  background-image: url("../img/background.jpg");
  background-size: 100% auto;
  padding-bottom: 150px;
  
}

.header-logo a {
  color: #ff0000;
  font-family: Verdana;
  font-size: 43px;
  font-weight: bold;
}
.header-logo img {
  width: 65px;
}

.login-form {
  margin-left: 240px;
}
.login-form-wrapper input {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ff0000;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 15px;
  width: 220px;
  display: inline-block;
  font-family:Verdana;
  padding-left:5px;
}
.abc{
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ff0000;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 15px;
  width: 220px;
  display: inline-block;
  font-family:Verdana;
}

.login-form-wrapper .button-set,
.login-form-wrapper .input-box{
  text-align: right;
}
.login-form-wrapper button {
  background: #ff0000 none repeat scroll 0 0;
  border: 1px solid #ff0000;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
}


.featuers {
  padding-bottom: 50px;
  text-align: center;
}
.app-section-title {
  color: #ff0000;
  font-family: cursive;
  margin-bottom: 40px;
  text-align: center;
}
.img-thumbs {
  display: inline-block;
  border:1px solid blue;
  border-radius: 20px;
  width: 10%;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
}
.img-thumbs2:hover{
  transform: scale(1.2);
  border:1px solid red;
  border-radius: 20px;
}
.img-thumbs img {
  width: 100%;
  border-radius: 20px;
   -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(250, 250, 250, 0.2)));
}

.img-thumbs1 {
  display: inline-block;
  border:1px solid blue;
  border-radius: 20px;
  width: 15%;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-transition: 0.1s all;
  -o-transition: 0.1s all;
  -moz-transition: 0.1s all;
  -ms-transition: 0.1s all;
}
.img-thumbs1:hover{
  transform: scale(1.2);
  border:1px solid red;
  border-radius: 20px;
  z-index:1;
}
.img-thumbs1 img {
  width: 100%;
  border-radius: 20px;
}

.img-thumbs2 {
  display: inline-block;
  width: 15%;
  cursor: pointer;
  margin-top:15px;
  
}

.img-thumbs2 span {
  
  font-family:Verdana;
  font-size:16px;
  font-weight:bold;
  
}