html,
body {
    color: aliceblue;
    background: #25252A url("../images/shop.jpg") no-repeat center;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgb(0, 0, 0);
}

.main__container {
    width: 30%;
    min-width: 350px;
    position: absolute;
    left: 50%;
    margin-top: 320px;
    transform: translate(-50%, 0);
    background-color: #090808;
    border-radius: 25px;
    overflow-wrap: normal;
}

.terms__container {
    width: 90%;
    position: absolute;
    left: 50%;
    margin-top: 320px;
    transform: translate(-50%, 0);
    background-color: #090808;
    border-radius: 25px;
    overflow-wrap: normal;
}

.payment__container {
    overflow: hidden;
    width: 60%;
    min-width: 350px;
    position: absolute;
    left: 50%;
    margin-top: 310px;
    transform: translate(-50%, 0);
    background-color: #090808;
    border-radius: 14px;
}

.min_height_371 {
    min-height: 371px;
}

.payment__option {
    position: relative;
}
.payment__option.selected{
    --bs-border-opacity: 0.2;
    --bs-border-width: 3px;
    background-color: #00ff1a14;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity)) !important;
}

.payment__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(39.5, 100%, 22.9%, 0.98);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .2s ease;
    border-radius: 10px;
}

.form-signin {
	max-width: 330px;
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
	text-align: center;
	font-size: 16px;
	height: auto;
	margin-bottom: 15px;
	padding: 7px 9px;
	border-radius: 10px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
	margin-bottom: 10px;
}

.method__image{
    width: 200px;
    height: 70px;
}

@media (hover: hover) {
    .payment__option:hover {
        cursor: pointer;
    }
    .payment__option:hover .payment__overlay {
        width: 100%;
    }
}

.amount__selection {
    cursor: pointer;
}

.payment__overlay .overlay__text {
    color: black;
    font-size: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: bold;
}

.ssl__protection {
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-right: 7px;
    border: 3px double #555555;
    background-color: #006600;
    font-weight: bold
}
@media screen and (max-width: 991px) {
    .ssl__protection {
        visibility: hidden;
    }
}


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

    html,
    body {
        background-size: 1200px;
    }

    .main__container {
        margin-top: 205px;
    }

    .payment__container {
        margin-top: 205px;
    }
    .terms__container {
        margin-top: 205px;
    }
}

.tab {
    display: none;
}

.tab.active {
    display: block;
}