.img-step {
    width: 90%;
}

.footer {
    margin-bottom: 15px;
    margin-top: 20px;
}

.btn-next {
    width: 165px;
}

.background-dark {
    /* background-color: #191e40; */
    border-radius: 10px;
    opacity: 0.8;
}

.w-40 {
    width: 40%;
}

.text-left {
    text-align: left;
}

.font-summary {
    font-size: 17px;
}

.sub-background {
    width: 90%;
    background-color: #c3d5e5;
    margin: auto;
    text-align: left;
    padding-left: 15px;
    border-radius: 25px;
    height: 38px;
    display: flex;
    align-items: center;
}

#success_bank_icon{
    border-radius: 10px;
}   

.sub-title-register-summary {
    color: #333;
}

.x-bank-choices-type.-has-selected .-outer-wrapper .-change-back-text {
    display: block
}

.x-bank-choices-type.-has-selected .-outer-wrapper .-input-radio:not(:checked)+.-label {
    display: none
}

.x-bank-choices-type .-outer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    margin: auto;
}

.x-bank-choices-type .-outer-wrapper .-change-back-text {
    display: none;
    width: 100%;
    margin-bottom: .5em;
    font-size: .9rem;
    text-align: center;
    color: #9be1ff
}

.x-bank-choices-type .-outer-wrapper .-input-radio {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px 10px;
    position: relative;
    border-radius: 50%;
    /* opacity: .75; */
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label {
    width: 54px;
    height: 54px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 44px;
    height: 44px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    width: 20px!important;
    height: 20px!important;
    font-size: 11px!important
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 50px;
    height: 50px
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label:focus {
    outline: none
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .-logo {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .1s
}

.x-bank-choices-type .-outer-wrapper .-input-radio+.-label .fas.fa-check {
    display: none;
    position: absolute;
    bottom: -2px;
    right: -1px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    background-color: #71dd8a
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label {
    opacity: 1
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .-logo {
    width: 48px;
    height: 48px
}

.x-bank-choices-type .-outer-wrapper .-input-radio:checked+.-label .fas.fa-check {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 768px) {
    .btn-next {
        width: 120px;
    }
}