.bg-fon1{
    background: url(img/fon.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
}
.bg-fon2{
     background: url(img/LP-TradingBook_08_00.png);
    background-repeat: no-repeat;
    background-size: cover;
}
div {border: 0px red solid;
color: #323241;}
.v-4 {
    background: url("img/tick.svg");
    background-repeat: no-repeat;
    padding-left:20px;
    background-size: 20px;
    background-position: left;
    padding-left: 30px;
    list-style: none;
    line-height: 35px;
    font-weight: 700;
}

input, .img-1, .img-2 {
    height: 40px;
    width: 190px;
    border-radius: 30px;
    box-shadow: 0px 7px 10px grey;
    border: 3px;
}

.img-1 {text-align: center;}
.img-2 {
    background: #ebc854;
}
.s-1 {
 padding-top: 30px;   
}
.v-1 {
    font-weight: 600;
    border-left: 4px solid #ebc854;
    height: 50px;
}
i {line-height: 6;} 

.social-icons {
  text-align: center;
  color: #323241;
  }  
.social-icons li {
  display:inline-block;
  list-style:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.social-icons li a {
  border-bottom: none;
  }
.social-icons li img {
  width:50px;
  height:70px;
  margin-right: 20px;
  margin-bottom: 20px;
}