/*----comeback---*/
.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
   
}

.comeback_container {
   background: rgb(0,0,0);
background: linear-gradient(0deg, rgb(225, 218, 218) 0%, rgb(132, 6, 210) 100%);
    padding: 25px;
    margin-top: 2%;
    text-align: center;
    border: 3px solid #5b049d;
    border-radius: 30px;
} 

.comeback_container h1 {
    font-size: 23px
}

.comeback_container .form-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left
}
.pulse-button {
    font-family: arial;
    padding: .75rem 1.5rem;
    border-radius: 9999px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    color: #f5f6fd;
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 #7f02a2;
    background-color: #7b069e;
    cursor: pointer;
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    

  }
  @keyframes pulse {to {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}}
  .pulse-button:hover{
    color: rgb(220, 255, 217);
  }

.comeback_img {
    width: 80%;
    margin: 10px auto;
    max-width: 250px;
filter: drop-shadow(2px 2px 4px #fff);
}

.form-horizontal span {
    display: block;
    margin: 20px 0
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 18px
}

@media (max-width:700px) {
    
    .comeback_container {
        padding: 5px
    }
}