#creditCardForm, #userDetailsForm {
    padding: 1rem 2rem 0.5rem;
}
.bg-white{
    padding: 0;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 0.5rem;
    box-shadow: #32325d40 0px 13px 27px -5px, #0000004d 0px 8px 16px -8px;
    margin: -6.5rem auto 0;
}
.header {
    background-image: url('../img/background-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #f9f9f9;
    padding-bottom: 8rem;
    max-height: 221px;
}

.header .header-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 20px;
}
.header .header-box span {
    color: rgb(75, 75, 75);
    font-weight: 500;
}
.cvv-card {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translatey(-50%);
    width: 40px;
}
.secure {
    background-color: #f8fafb;
    padding: 1.5rem 3rem;
    gap: 0.3rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom: 1px solid #e5e5e5;
}
.secure .img {
    width: 1.9rem;
    height: auto;
}
.secure p {
    margin-bottom: 0;
    font-weight: 500;
}
.activation {
    margin: 2rem;
    margin-bottom: 55px;
    padding: 20px;
    border: 1px solid #0bc86d;
    border-radius: 0.5rem;
}
.pricetag {
    color: #0bc86d;
}
.activation-text {
    font-size: 0.8rem;
    line-height: 1.1;
    color: #2a2a2a;
}
.activation .box-icons  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.2rem;
    margin-right: 5px;
}
.activation .box-icons .green-icons img {
    object-fit: cover;
    border-radius: 0.2rem;
    background-color: #0bc86d;
    padding: 0.2rem;
    box-sizing: border-box;
    max-width: 16px;
}
.icon-text{
    font-size: 0.8rem;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
    margin-bottom: 0 !important;
}
hr{
    margin: 0 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .4);
}
.ui-input, .custom-field{
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0.5rem !important;
    width: 100%;
    height: 50px;
    padding: 1px 10px 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: rgb(117, 117, 117);
    background-color: rgb(246, 248, 250);
    box-sizing: border-box;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
}
.ui-input--custom{
    background: transparent;
    outline: none;
    border: none;
}
.custom-left{
    border-right: 1px solid rgb(204, 204, 204);
    padding-right: 15px;
}
.custom-right{
    padding-left: 15px;
}
.ui-input::placeholder{
    color: rgba(0, 0, 0, .5);
}
label{
    font-weight: 500;
    color: #000;
    margin-bottom: 0.5rem;
}
.input-flex{
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
}
.ui-form__submit-button{
    height: 75px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 96% center;
    background-size: 34px;
    background-repeat: no-repeat;
    box-shadow: #0bc86d59 0px 10px 30px 0px;
    border-radius: 0.5rem;
    letter-spacing: 0px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.ui-form__submit {
    margin: 25px 0 5px;
}
.form-cards{
    height: 30px;
    width: auto;
    margin-bottom: 1rem;
}
.terms{
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(147, 147, 147);
    text-align: justify;
    padding: 0 2rem;
}
@media (max-width: 768px) {
    .header {
        padding: 0;
        box-shadow: #0000003d 0px 3px 8px;
    }
    .header .header-box {
        padding: 1rem 0;
        text-align: center;
    }
    .bg-white{
        margin: 1rem auto 0;
    }
    .payment2-content {
        margin: 0 10px;
    }
    .price-container h4{
        font-size: 1rem;
    }
    .activation{
        margin: 0.5rem !important;
    }
    .secure{
        padding: 1rem 3rem;
    }
}