img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

body {
    background-color: transparent;
}

.webpop .modal-dialog {
    max-width: 780px;
}

.webpop .modal-content {
    border: none;
    border-radius: 15px;
}

.webpop .modal-body {
    padding: 0;
}

.webpop .part-1 {
    background: url(https://easysignin.com/images/new-img.jpg) no-repeat center center / cover;
    position: relative;
    padding: 0 70px 30px 70px;
    text-align: center;
    border-radius: 15px 0 0 15px;
}

.disc-tag {
    font-family: poppins;
    font-size: 26px;
    font-weight: 600;
    background: url(https://easysignin.com/images/disc-bg.png) no-repeat center center /contain;
    display: inline-block;
    vertical-align: top;
    padding: 40px 18px 80px 30px;
    margin: -60px 0 -31px;
    position: relative;
    z-index: 0;
    line-height: 1.2;
}

.webpop .part-1 img {
    z-index: 1;
    position: relative;
}

.webpop .part-2 {
    padding: 20px 40px 20px 20px;
}

.part-2 h2 {
    font-size: 36px;
    font-family: poppins;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}

.part-2 p {
    font-size: 20px;
    font-family: poppins;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 40px;
}

.part-2 input {
    width:100%; border:none; 
    font-size:14px; font-weight:500;
    letter-spacing:1.1px;
}

.part-2 .disc-button {
    font-size: 20px;
    font-family: poppins;
    font-weight: 500;
    color: #fff;
    background-color: #4143a7;
    padding: 13px 22px;
    border-radius: 45px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s;
}

.part-2 .disc-button:hover {
    background-color: #000;
    text-decoration: none;
}

.webpop .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    color: #000;
    line-height: 34px;
    text-shadow: none;
    opacity: 1;
    font-size: 25px;
    z-index: 2;
    text-align: center;
    transition: all 0.5s;
}

.webpop .close:hover {
    opacity: 0.5;
}


/***********  Responsive  ***********/

@media only screen and (max-width: 1199px) {
    .disc-tag {
        font-size: 26px;
    }
    .webpop .modal-dialog {
        max-width: 720px;
    }
    .part-2 h2 {
        font-size: 32px;
        margin: 0 0 18px;
    }
    .part-2 p {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .part-2 .disc-button {
        font-size: 18px;
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    .webpop .modal-dialog {
        max-width: 90%;
        margin: 0 auto;
    }
    .webpop .part-1 {
        padding: 0 40px 40px 40px;
    }
    .disc-tag {
        font-size: 22px;
        padding: 30px 12px 55px 15px;
        margin: -50px 0 -21px;
    }
    .webpop .part-2 {
        padding: 15px;
    }
    .part-2 h2 {
        font-size: 28px;
        margin: 0 0 10px;
    }
    .part-2 p {
        font-size: 16px;
        margin: 0 0 12px;
    }
    .part-2 .disc-button {
        font-size: 15px;
        padding: 8px 12px;
    }
    .webpop .close {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .webpop .part-1 {
        padding: 0 20px 40px 20px;
    }
    .disc-tag {
        font-size: 18px;
    }
    .part-2 h2 {
        font-size: 24px;
    }
    .part-2 p {
        font-size: 14px;
    }
    .part-2 .disc-button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 450px) {
    .webpop .part-1 {
        padding: 0 10px 30px 10px;
    }
    .disc-tag {
        font-size: 14px;
        padding: 22px 18px 35px 21px;
        margin: -40px 0 -20px;
    }
    .webpop .part-2 {
        padding: 15px 10px;
    }
    .part-2 h2 {
        font-size: 18px;
        margin-bottom: 7px;
    }
    .part-2 p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .part-2 input {
        width:100%; border:none; font-size:10px;
    }
    .part-2 .disc-button {
        font-size: 12px;
        margin-left: -5px;
    }
    .webpop .close {
        right: 5px;
        top: 5px;
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 15px;
    }
}

/***********  Responsive  ***********/

.modal.bottommodal .modal-dialog {
     -webkit-transform: translate(0,0); 
     transform: translate(0,0); 
    top: auto;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.modal-dialog{ margin: 2rem auto auto auto; }


/***********  Offer Popup  ***********/

#versus{ border-radius:15px; font-family:poppins; }
#versus .row:nth-child(1){ min-height:120px; padding:70px 0 0 0; border-radius:15px 15px 0 0; background-color:#f0c331; }
#versus .row:nth-child(2){ min-height:120px; padding:0 0 10px 0; border-radius:0 0 15px 15px; background-color:#f0c331; }
#versus .row .col-6:nth-child(1){ padding-right:40px; }
#versus .row .col-6:nth-child(2){ padding-left:40px; }
#versus .card{ border:none; width:180px; }
#versus .row .col-6:nth-child(1) .card{ float:right; }
#versus .quote{ padding-left:10px; padding-right:10px; font-size:15px; font-family:poppins; font-weight:400; color:rgba(0, 0, 0, 0.7); }
#versus .quote:before { content: open-quote; font-size:24px; font-weight:500; } 
#versus .quote:after { content: close-quote; font-size:24px; font-weight:500; }
#versus .row:nth-child(1) .card{ border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0; clear:both; height:100%; }
#versus .row:nth-child(2) .card{ border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px); }
#versus .card .card-body { background-color:rgba(0, 0, 0, 0.1); padding-left:5px; padding-right:5px; }
#versus .card .card-text { 
    font-size:12px; font-family:poppins; font-weight:400; color:rgba(0, 0, 0, 0.7); 
    text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-bottom:10px;
}
#versus .disc-button { 
    display: inline-block; padding: 8px 12px; border-radius: 20px; 
    white-space:nowrap; text-align:center; vertical-align:middle;
    font-size: 14px; font-family: poppins; font-weight: 500; color: #fff; 
    background-color: #4143a7; cursor: pointer; transition: all 0.5s;
}
#versus .disc-button:hover { background-color:#000; text-decoration:none; }
#versus .or{ 
    position:absolute; left:48%; margin-top:-24px; width:36px; height:36px; 
    border-radius:50%; border:solid 4px #f0c331;
    background-color:#323232; color:#fff; text-align:center;
    line-height:28px; font-family:poppins; font-size:14px; font-weight:500;
}
#versus .first-time{ width:100%; text-align:center; padding:20px 20px 0 20px; line-height:20px; font-family:poppins; font-size:13px; }
#versus .header{ 
    background:url(https://easysignin.com/images/disc-bg.png) no-repeat center center /contain;
    position:absolute; display:inline-block; min-width:150px; top:-90px; left:8%; padding:60px 18px 80px 30px; 
    vertical-align:top; text-align:center; line-height:1.2; font-family:poppins; font-size:26px; font-weight:600;
}
#versus.signup .card{ margin:auto; }
#versus.signup .form{ font-size:14px; font-family:poppins; font-weight:500; color:rgba(0, 0, 0, 0.7); }
#versus.signup .form input:invalid { border-color:#4143a7; }
#versus.signup .escheck{ margin-top:-2px; padding-bottom:15px; line-height:18px; font-size:10px; }
#versus.signup .fineprint{ display:inline-block; position:absolute; bottom:0px; line-height:12px; font-size:8px; color:#fff; }


@media only screen and (max-width: 575px) {
    #versus .disc-button { width:100%; padding:6px 6px; border-radius:20px; font-size:10px; }
    #versus .row .col-6:nth-child(1){ padding-right:5px; }
    #versus .row .col-6:nth-child(2){ padding-left:5px; }
    #versus .card{ border:none; width:100%; }
    #versus .or{ display:none; }
    #versus.signup .selected{ height:auto !important; }
    #versus.signup .row:nth-child(2) .selected{ display:none; }
    #versus.signup .fineprint{ position:relative; padding-top:30px; }
}