*{
    margin: 0px;
    padding:0px;
}
body {
    background-image: url(img/back3.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif

}
h1 {
    font-size: 40px;
    color:white;
    margin-top: 100px;
}
p {
    font: size 17px;
    color:white;
}
h3 {
    font-size: 25px;
    color:white;
    margin-top: 50px;
}
h4 {
    font-size: 17px;
    color:white;
    margin-top: 40px;
    color:yellowgreen;
}
h2 {
    font-size: 18px;
    color:yellowgreen;
    margin-top: 100px;
}
.glyphicon-pencil {
    font-size: 25px;
    color: white;
    float: right;
    margin-top: 80px;
}
hr.new5 {
    border: 3px solid green;
    border-radius: 3px;
  }
  .col-md-5 {
      margin-top: 80px;
      box-shadow: -1px 1px 60px black;
      background-image: rgba(0,0,0,0,4);
  }
  .label {
      font-weight: normal;
      margin-top: 18px;
      color: white;
      font-size: 15px;
  }
  .form-control{
      background: transparent;
      border-radius: 0px;
      border:0px;
      border-bottom: 1px solid white;
      font-size: 15px;
      margin-top: 15px;
      height: 40px;
      color: white;
  }
  .blink_me {
    animation: blinker 1s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }
.btn-info {
    margin-top: 20px;
    font-size: 18px;
    width: 120px;
    margin-left: 80px;
    margin-bottom: 20px;
}
.btn-warning {
    margin-top: 20px;
    font-size: 18px;
    width: 120px;
    margin-bottom: 20px;
}