.form-input input {
    display: none;
}

.form-input label {
    display: block;
    width: 45%;
    height: 45px;
    margin-left: 25%;
    line-height: 50px;
    text-align: center;
    background: #1172c2;
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

.form-input img {
    width:100%;
    display:none;
    margin-bottom:30px;
}

.sticky {
    position: sticky;
    top: 100px;
    z-index: 190;
}

.sticky-box {
    /* background: rgba(0, 0, 0, 0.5); */
    padding-top: 20px;
    position: relative;
}
