body{
  padding: 0px;
  margin: 0px;
  background: #fff;
  font-size: 1em;
  background: url('../images/big-banner.jpg');
  background-attachment: fixed;
  background-color: #621b4b;
  background-size: cover;
  background-repeat: no-repeat;
}

p{
  font-size: 13px;
  color: #9b989a;
}

.my-link a{
  color: #263b8c;
  font-size: 14px;
  text-decoration: none;
}

.my-links a{
  text-decoration: none;
  color: #263b8c;
  font-size: 15px;
  border-bottom: 1px solid #263b8c;
}

.my-links a:hover{
  border:none;
}

.my-links span{
  border-right: 1px solid #263b8c;
  height: 2px;
  margin:0px 5px;
}

form{
  border: 1px solid #ccc;
  background: #fff;
  padding:35px;
}
.left-data{
  background: #fff;
}

.form-div{
  background: url('../images/line.gif');
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.btn,
input.form-control{
  border-radius:0px;
}

input.form-control:focus{
  box-shadow: none;
  outline: none;
  border-color: #ced4da;
}

h2{
  color: #263b8c;
}

.btn:focus{
  box-shadow: none;
  outline:none;
}
.btn{
  color: #fff;
    font-family: InterstateLight,Arial;
    font-size: 1.5em;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #263b8c;
    border-color: #263b8c;
}

.btn:hover{
  background: #8c2e6d;
  color: #fff;
}

.btn i{
  font-size: 20px;
  margin-top: -5px;
}