/* Global Prefix
'sbp' - Subscription Billing Page
*/

.sbp-section__info, .sbp-section__form, .sbp-section__userdata {
    margin: 0 auto;
    max-width: 767px;
    padding: 15px;
}

.sbp-userdata__avatar {
    float: left;
    width: 60px;
    height: 60px;
    margin: 0 15px 0 0;
    background-image: url(../img/subscription/avatar.png);
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 50%;
}

.sbp-userdata__name {
    color: #2F3B43;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 10px 15px 0 15px;
}

.sbp-userdata__username {
    color: #059AFF;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.sbp-userdata__title {
    color: #1B1B1B;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 30px 0 12px 0;
    text-align: center;
}

.sbp-userdata__description {
    color: #121212;
    font-size: 16px;
    line-height: 19px;
}

.sbp-form__title {
    float: left;
    color: #1B1B1B;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin: 0 15px 10px 0;
}

.sbp-form__img {
    display: block;
    float: right;
    height: 20px;
    width: auto;
}

.sbp-form__img:nth-child(4) {
    margin: 0 12px;
}

.sbp-form__img:nth-child(3), .sbp-form__img:nth-child(2) {
    margin: 0 1px;
}

.sbp-form {
    color: #024C82;
    position: relative;
}

.sbp-form__divider {
    line-height: 39px;
    padding: 0;
    margin: 0 15px 10px 15px;
    float: left;
}

.sbp-form__input, .sbp-form__cvv, .sbp-form>select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid lightgrey;
    color: #024C82;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 15px;
    margin: 0 0 10px 0;
}

.sbp-form__input--half {
    width: 48%;
}

.sbp-form__cvv {
    width: 35%;
    float: right;
}

.sbp-form>select, .sbp-form>div>select {
    height: 39px;
    padding: 6px 7px;
    color: #024C82;
}

.sbp-form__wrapper {
    float: left;
    padding: 0;
    max-width: 70px;
}

.sbp-form__submit {
    display: block;
    border: none;
    border-radius: 3px;
    background-color: #2BB549;
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    text-align: center;
    padding: 17px;
    width: 100%;
}

.sbp-form__submit[disabled] {
    background-color: #aaa;
}

.sbp-form__card {
    padding-right: 75px;
}

.visa:after {
    display: block;
    content:'';
    background-image: url(../img/subscription/visa-transparent.png);
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat: no-repeat;
    height: 14px;
    width: 43px;
    position: absolute;
    right: 12px;
    top: 12px;
}

.mastercard:after {
    display: block;
    content: '';
    background-image: url(../img/subscription/mc-transparent.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    height: 30px;
    width: 40px;
    position: absolute;
    right: 10px;
    top: 5px;
}

.sbp-info__text, .sbp-info__footer {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 15px;
}

@media all and (min-width: 450px) {
    .sbp-form__cvv {
        width: 45%;
    }
}
