.secret-deal-form-modal .panel-group {
    margin-bottom: 0
}

.container-form {
    text-align: center;
    border-radius: 5px;
    padding: 2em;
    width: 100%;
    position: relative
}

 .modal-backdrop.in
  {
   opacity:0; 
  }
  .container-form h2 {
    font-family: 'Playfair Display',serif;
    background-repeat: no-repeat;
    letter-spacing: 2px;
    font-size: 3.5em;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    color: #000000;
  }
  #tearms_box{
    -webkit-appearance: checkbox !important;
  }

.container-form p {
    font-family: Farsan, cursive;
    font-size: 1em;
    color: #7d7d7d
}

.container-form #first-name,
.container-form #form_email {
    background: rgba(255, 13, 254, .9);
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    background: #eee;
    padding: 1em 2em;
    outline: 0;
    border: none;
    color: #222;
    transition: .3s linear
}

::placeholder {
    color: #999
}

.container-form #form_email input:focus {
    background: rgba(0, 0, 333, .1)
}

.container-form button {
    background-image: linear-gradient(to left, #ff92cabf 0, #9195fbdb 100%);
    font-family: Farsan, cursive;
    padding: .6em 1.6em;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    outline: 0;
    border: none;
    transition: .3s linear
}

.container-form button:hover {
    transform: translatey(2px)
}

.container-form button:active {
    transform: translatey(5px)
}

form#postForm_bgcolor input,
form#postForm_btnbgcolor input,
form#postForm_txtcolor input {
    font-size: 20px;
    padding: 0;
    height: 35px;
    margin: 0 10px;
    border: none
}

form#postForm_bgcolor input,
form#postForm_txtcolor input {
    margin: 0 0
}

p.agree {
    display: block;
    font-size: 12px
}

label#form_tearm {
    font-family: Farsan, cursive
}

.container-form p.creadit-text {
    color: #fff;
    margin-top: 20px;
    font-family: Farsan, cursive
}

.secret-deal-form-modal .close {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    z-index: 9;
    right: 6px;
    top: 6px;
    opacity: 1
}

.secret-deal-form-modal .close:focus,
.secret-deal-form-modal .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .6
}

#vipLogoBtn:hover {
    animation: pulse;
    animation-duration: 2s
}

@media (min-width:768px) {
    .vipmodal-sm {
        width: 400px
    }
}

.loadingoverlay {
    z-index: 99 !important;
}