.MyCardElement {
	height: 40px;
	padding: 10px 12px;
	width: 100%;
	color: #32325d;
	background-color: white;
	border: 1px solid transparent;
	border-radius: 4px;

	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
  }

  .MyCardElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
  }

  .MyCardElement--invalid {
	border-color: #fa755a;
  }

  .MyCardElement--webkit-autofill {
	background-color: #fefde5 !important;
  }

  #stripe_logo{
    width: 90px;
    margin-top: 15px;
  }
  #stripe_logo_container{
    width: 90px;
    margin-left: auto;
  }
  #stripe_logo_Lcontainer{
    width: 100%;
  }

  #card_logo_container{
    width: 250px;
    margin-left: auto;
    margin-top: 6px;
  }

  .subscription_container{
    /* background-image:  url('../img/background.jpg');
    background-repeat: repeat; */
    min-width: 350px;
    padding: 5px;
    background-color:var(--bs-gray-200);

  }

  .py-3{
    background-color: white;
    border-radius: 4px;
  }

  .control_group{
      padding: 19px 0;
  }

  #bold_label{
      font-size: 1.05rem;
      /* font-weight: bold; */
  }
.control_explain{
    color: rgb(151, 151, 151);
    font-size: 0.75rem;
}

.flex{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.image_container{
    margin: 35px 0 25px 0;
display: flex;
justify-content: center;
/* align-items: center; */
padding-top: 60px;
height: 260px;
background-color: var(--green);
margin: 0 -12px;
}


.box1{
    /* background-color: slateblue; */
    /* flex: 2; */
    width: 30%;
}
/* .box2{ */
    /* background-color: rgb(171, 205, 90); */
    /* width: 50%; */
/* } */
.box3{
    /* background-color: rgb(90, 205, 100); */
    /* flex: 1; */
    width: 30%;
}


.box2 img{
    /* width: 200px;
  height: 150px; */
  /* width: 100%; */
  height: 170px;
  max-width: 500px;
  object-fit: cover;
  /* border: 1px solid #ccc; */
    border-radius: 8px;

}

.control_group_premium{
    background-color: var(--green);
    margin: 0 -12px;
    padding-bottom: 40px;
}

.control_premium{
    padding-left: 12px;
}
#bold_label_premium{
    padding-left: 12px;
    font-size: 1.05rem;
}

#card-button{
    font-size: 1.1rem;
}

.subscription_container .mb-3{
    font-size: 1.1rem;
}
