#pre-approved .row {
    margin: 0;
}

.alert{
    width: 100%;
}

.code {
    max-width: 350px;

}

.code input[type="text"] {
    text-transform: uppercase;
    height: 54px;
    line-height: initial;
    float: left;
    outline: none;
    -webkit-appearance: none;
    color: #045741;
    border-radius: .25rem;
    border: 2px solid #045741;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    padding: 0 .5rem;
}

.code input[type="text"]:focus {
    border: 2px solid #045741;
}

@media (min-width: 768px) {
    #content-right {
        background: transparent;
        width: 50%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        padding-right: 13.5%;
    }
}

.show-now {
    background-color: #EF672C;
    border: 1px solid #EF672C;
    border-radius: 5rem;
    box-shadow: none !important;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    height: calc(1.5rem + 1.75rem + 2px);
    line-height: 1.5rem;
    margin-bottom: 1rem;
    outline: 0;
    padding: .875rem 1.75rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    white-space: nowrap;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(35, 31, 32, 0);
    -webkit-user-select: none;
    max-width: 350px;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .show-now {
        min-width: 300px;
    }
}

@media (min-width: 992px) {
    .show-now {
        min-width: 350px;
    }
}


.show-now:hover {
    color: #fff;
    background-color: #e35111;
    border: 1px solid #d84d10;
}

@media (max-width: 767px) {
    #content-right {
        padding: 1rem;
        padding-top: 0;
        position: relative;
        border-radius: 1rem;
        margin: 0;
        max-width: 100%;
    }

    .show-now {
        margin-left: auto;
        margin-right: auto;
    }
}

#pre-approved .ibg-img,
#pre-approved .card-body.flor-bge {
    border: 1px solid #F2F2F2 !important;
}

#pre-approved .code .button {
    float: left;
}




@media screen and (max-width: 767px) {

    #pre-approved .desktop {
        display: none;
    }




    #pre-approved #first-star {
        padding-bottom: .6666rem;
    }

    #pre-approved #second-star {
        padding-top: .3333rem;
        padding-bottom: .3333rem;
    }

    #pre-approved #third-star {
        padding-top: .6666rem;
    }
}

@media screen and (min-width: 768px) {
    #pre-approved #first-star {
        padding-right: .6666rem;
    }

    #pre-approved #second-star {
        padding-left: .3333rem;
        padding-right: .3333rem;
    }

    #pre-approved #third-star {
        padding-left: .6666rem;
    }


}



#pre-approved #stars {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

#pre-approved.container {
    max-width: 1500px !important;
    padding: 0;
}

#pre-approved img {
    border-radius: .6rem;
}

input[type="text"] {
    text-align: center;
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }

    small#terms {
        color: white;
    }

    small#terms a {
        color: #045741;
    }
}

#congratulations {
    font-family: Montserrat, sans-serif;
    margin: 0;
    letter-spacing: .5rem;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

#good-news {
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    margin: 0;
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

#instructions {
    font-family: Montserrat, sans-serif;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

@media (max-width: 499px) {
    #instructions {
        color: #4d4d4f;
        font-family: Montserrat, sans-serif;
        margin-bottom: 1rem;
        font-size: 1.25rem;
    }

}

@media (max-width: 767px) {

    #congratulations,
    #good-news {
        display: none;
    }

    #content-right {
        text-align: center;
    }

    .code {
        max-width: 350px;
        margin: 0 auto;
    }

}

@media (min-width: 500px) and (max-width: 991px) {
    #congratulations {
        font-family: Montserrat, sans-serif;
        margin: 0;
        letter-spacing: .5rem;
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    #good-news {
        font-family: Montserrat, sans-serif;
        margin: 0;
        font-size: 1rem;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    #congratulations {
        font-family: Montserrat, sans-serif;
        margin: 0;
        letter-spacing: .5rem;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    #good-news {
        font-family: Montserrat, sans-serif;
        margin: 0;
        font-size: 3rem;
        margin-bottom: 1.5rem;
        font-weight: bold;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #good-news {
        font-family: Montserrat, sans-serif;
        margin: 0;
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    button.show-now {
        min-width: 300px;
    }

    #instructions {
        font-size: 1.25rem;
    }

}

@media (min-width: 992px) {
    button.show-now {
        min-width: 400px;
    }
}

@media (min-width: 768px) {

    #congratulations,
    #instructions,
    #good-news {
        color: white;
    }
}

#pre-approved-ads {
    padding: 0;
}
#pre-approved img,
#pre-approved-ads img {
    border-radius: 0 !important;
}

#pre-approved-ads>img.pre-approved-ad {
    height: auto;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #pre-approved-ads>img.pre-approved-ad.pre-approved-ad-pc {
        display: none !important;
    }
    .text-big-white {
        color: #007bff;
    }
    .text-big-white:active,
    .text-big-white:focus,
    .text-big-white:hover {
        color: #0056b3 !important;
        text-decoration: underline;
    }
}

@media screen and (min-width: 768px) {
    #pre-approved-ads>img.pre-approved-ad.pre-approved-ad-mob {
        display: none !important;
    }
    .text-big-white,
    .text-big-white:active,
    .text-big-white:focus,
    .text-big-white:hover {
        color: #87c1ff !important;
        text-decoration: underline;
    }
    .mx-md-400 {
        max-width: 400px;
    }
}

.text-blue {
    color: #007bff;
}

.text-blue:active,
.text-blue:focus,
.text-blue:hover {
    color: #0056b3 !important;
    text-decoration: underline;
}
