
html {
	font-size:62.5%;
}
* {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
input {
	border: none;
}

.theme1_page {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-image: url('../images/login-bg.png'); */
}

.page-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50%;
}
.page-header .container {
  z-index: 1;
}
/*.theme1_page .login_frame {
  margin-bottom: 0.0195rem;
  width: 40.2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-right: 3rem !important;
}*/
.theme1_page .theme1_login_logo {
  display: block !important;
  margin-bottom: 3.6rem;
  width: 30.5rem;
  height: 8.5rem;
  object-fit: cover;
  vertical-align: top;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form {
  width: 100%;
  height: 60rem;
  position: relative;
  flex-shrink: 0;
  background: none;
  border: none;
}
.theme1_page .login_frame .group_form .login_form{
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error_page .login_frame .group_form .login_form{
  align-items: center;
}
.theme1_page .login_frame .group_form .login_form .back_drop_img {
  display: flex !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
 /* top: -4.3rem;
  left: -10.5rem;*/
}
.theme1_page .login_frame .group_form .login_form .back_drop_img.error-backdrop {
  transform: translate(-50%, 8px);
  bottom: 50%;
}


.theme1_page .login_frame .group_form .login_header_group {
  /*margin: 0 0 1.7rem 0.038rem;*/
  bottom: 7%;
  height: 10.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border: none;
}
.theme1_page .login_frame .group_form .login_header_group.checkout-process{
  bottom: 10%;
}
.theme1_page .login_frame .group_form .login_header_group .left_img {
  display: block !important;
  margin: 0.096rem 0.025rem 0rem 0rem;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_header_group .login_header_content {
  box-sizing: border-box;
  padding: 1.259rem 2.3rem !important;
  width: 35.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url('../images/theme1-header-img.png');
  background-repeat: no-repeat;
  border-radius: 0 0 1.5rem 1.5rem;
  flex-shrink: 0;
  margin-bottom: 5px;
}
.theme1_page .login_frame .group_form  .login_header_group .header_background_img{
  display: block !important;
  position: absolute;
  opacity: 49%;
}
.theme1_page .login_frame .group_form  .login_header_group .login_header_content .login_header{
  margin-bottom: 0.3rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_header_group .login_header_content .login_para_content{
  max-width: 23.8rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_header_group .right_img {
  display: block !important;
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  vertical-align: top;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_form_content {
  /*margin-left: 1rem;*/
  /* width: 95% !important; */
  display: flex;
  flex-direction: column;
  width: 360px;
}
.theme1_page .login_frame .group_form .login_form_content .validate_form{
  width: 100%;
}
.theme1_page .login_frame .group_form .login_form_content .email_container {
  margin-bottom: 1.9rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_form_content .email_container .email_input {
  background: none;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 1.5rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  white-space: nowrap;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 0.1rem solid #ffffff;
  border-radius: 0;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_form_content .email_container .email_input:focus{
  border-bottom-color: #d6ad00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.theme1_page .login_frame .group_form .login_form_content .email_container .email_input::placeholder {
  /*color: #d9d7d7;*/
  color: rgba(255, 255, 255, 0.5);
}
.theme1_page .login_frame .group_form .login_form_content .password_container {
  margin-bottom: 1.9rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_form_content .password_input {
  background: none;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 1.5rem;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 0.1rem solid #ffffff;
  border-radius: 0;
  white-space: nowrap;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .login_form_content .password_input:focus {
  border-bottom-color: #d6ad00;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.theme1_page .login_frame .group_form .login_form_content .password_input::placeholder {
  /*color: #ffffff;*/
  color: rgba(255, 255, 255, 0.5);
}
.theme1_page .login_frame .group_form .login_form_content .remember_me_container .remember_me_text {
  text-align: right;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
  position: absolute;
  padding-left: 36px;
}
.theme1_page .proceed_button {
  width: 90% !important;
  height: 5.8rem;
  font-size: 2rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif !important;
  display: block !important;
  box-shadow: 0 0.6rem 0.6rem rgba(10, 22, 38, 0.200000003);
  background: linear-gradient(180deg, #d6ad00 -0%, #a38400 100%);
  border-radius: 1.4rem !important;
  position: absolute;
  border: none;
}
.theme1_page .login_frame .group_form .footer_content {
  display: flex;
  justify-content: center;
}
.theme1_page .login_frame .group_form .forgot-password {
  /*margin-left: -7rem;*/
  /*margin-top: 9rem;*/
  text-align: right;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2775;
  color: #D6AD00;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
  position: absolute;
  text-decoration: none !important;
}
.theme_login_image_div .old_theme_image{
  display: none !important;
}
/*.theme1_page .theme_login_image_div{
  display: flex !important;
  width: 66.66666667% !important;
  align-items: center;
  !* display: block !important; *!
}*/
label.error {
  font-family: Space Grotesk;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 17.86px;
  color: rgba(var(--bs-danger-rgb))!important;
  --bs-text-opacity: 1;
}
.theme1_page label.error{
  position: absolute;
  bottom: -1.3rem;
  left: 0.5rem;
}
.form-switch .form-check-input {
  position: relative;
  background-color: #ced4da;
  height: 1.5rem;
  width: 3rem !important;
}
.form-check-input:checked {
  background-color: rgba(213, 172, 0, 0.5) !important;
  border: solid 0.3rem #d5ac00 !important;
}
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-checkbox {
  display: none;
}

.remember_me_container{
  height: 40px !important;
}

.toggle-label {
  position: relative;
  cursor: pointer;
  height: 12px;
  width: 35px;
  border-radius: 17px;
  transition: background-color 0.4s;
}
.toggle-thumb {
  position: absolute;
  top: -4px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.4s;
}
.toggle-checkbox:checked + .toggle-label {
  background-color: rgba(213, 172, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-label .toggle-thumb {
  transform: translateX(20px) !important;
  border: solid 0.4rem #d5ac00;
}

/*Forgot password page styles*/

.theme1_page .login_frame .group_form .reset_back_drop_img {
  display: block !important;
  position: absolute;
  margin-top: -4rem;
  margin-left: -10.5rem;
}
.theme1_page .login_frame .group_form .login_header_group .login_header_content .reset_para_content{
  max-width: 23.8rem;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  flex-shrink: 0;
}
.theme1_page .login_frame .group_form .default_return_login{
  margin-top: -2rem !important;
}


/*mail sent page styles*/

.theme1_page .mail_send_page{
  display: flex;
  flex-direction: column;
  padding-top:30px;
}
.theme1_page .mail_send_page .theme1_login_logo {
  width: 30.5rem;
  margin-left: 3rem;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_back_drop {
  display: block !important;
  position: absolute;
  margin-top: -4rem;
  margin-left: -10.5rem;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_img {
  display: block !important;
  position: absolute;
  width: 70%;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_logo{
  display: none !important;
}
.theme1_page .mail_send_page .mail_send_frame {
  border: none;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_body {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 3rem;
  margin-top: -4rem;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_body .mail_send_content {
  margin-top: 35rem;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_body .mail_send_content .theme1_mail_send_info::before {
  content: "\A";
  white-space: pre;
}

.theme1_page .mail_send_page .mail_send_frame .mail_send_body .mail_send_content .mail_send {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  white-space: nowrap;
  flex-shrink: 0;
}
.theme1_page .mail_send_page .mail_send_frame .mail_send_body .mail_send_content .mail_send_info {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  flex-shrink: 0;
}

/*password reset page styles*/
.theme_input_label{
  display: none;
}
.input-group .eye_button{
  width: fit-content;
  border: none;
  color: #d6ad00;
  position: absolute !important;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme1_page .login_frame .group_form .login_form_content .reset_password_container {
  border-bottom: 0.1rem solid #ffffff;
}
.theme1_page .login_frame .group_form .login_form_content .reset_password_container:focus-within{
  border-bottom-color: #d6ad00 !important;
}
.reset_password_container .password_input{
  border: none !important;
}
.reset_password_footer .forgot-password{
  margin-top: -7rem !important;
}
.theme1_reset_page label.error{
  position: relative ;
}

/*password reset successfully page styles*/
.reset-img i {
  display: none;
}
.reset-img::before{
  position: absolute;
  content: '';
  background-image: url(../images/reset_successful.png);
  background-repeat: no-repeat;
  top: 26px;
  left: 0;
  width: 100%;
  height: 250px;
  background-position-x: center;
}
.reset_success_div{
  display: flex;
  justify-content: center;
}
.reset_success_txt{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2775;
  color: #ffffff;
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  flex-shrink: 0;
  width: 75%;
}

.theme-error-page .maintenance_img:before{
  background-image: url('../images/theme1_404_bg.png') !important;
}
.theme1_error_page .proceed_button{
  width: 98% !important;
  padding-top: 11px;
  font-family: Space Grotesk !important;
  position: relative;
  z-index: 1;
  line-height: 41px;
}
.theme1_error_page .maintenance_info{
  max-width: 438px !important;
  height: 245px;
}
.theme_index_page .login_header_content,
.theme_step_1 .login_header_content,
.theme_step_2 .login_header_content 
{
  height: 110% !important;
  background-repeat: no-repeat;
}
.theme_index_page .login_form_content,
.theme_step_2 .login_form_content,
.theme_step_1 .login_form_content{
  z-index: 2 !important;
}
.theme_index_page .forgot-password,
.theme_step_2 .forgot-password,
.theme_step_1 .forgot-password{
  /*margin-top: 1rem !important;*/
}
/* .theme_index_page .login_form_content .common_imgs{
    display: none;
} */
/* .theme_index_page .theme-process-img::before{
  position: absolute;
  content: '';
  background-image: url(../images/process-img.png);
  background-repeat: no-repeat;
  top: 86px;
  background-size: cover;
  width: 284px;
  height: 274px;
  background-position-x: center;
} */
.theme_index_page .proceed_button,
.theme_step_2 .proceed_button,
.theme_step_1 .proceed_button{
  height: 5.1rem;
  font-size: 1.5rem !important;
  line-height: 3;
  border: none;
  display: inline-block !important;
  position: static;
}
.theme_index_page .proceed_button_div,
.theme_step_2 .proceed_button_div,
.theme_step_1 .proceed_button_div {
  width: 100%;
}
.theme_step_2 .proceed_button_div{
  margin-top: 0.5rem;
}
.theme_index_page .proceed_button_div {
  margin-top: 265px;
}
.theme_index_page form{
  width: 100%;
  display: contents;
} 
/*.error_page .theme_login_image{
  background-image: url('../images/error-bg.png') !important;
}*/
.error_page .login_form_content strong{
  font-size: 16px;
  top: -17px;
  position: relative;
}
.error_page .forgot-password, .error_page .cross-icon, .old_theme_text{
  display: none;
}
.theme1_page .new_theme_text{
  display: block !important;
  border-radius: 50%;
  padding: 6px 13px;
  border: 2px solid white;
  color: white;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
}
.new_theme_text.selected{
  color: black !important;
  background-color: white !important;
}
.theme_step_text_div::before{
  position: absolute;
  content: '';
  border: 1px solid white;
  width: 43px;
  /*height: 0;*/
  top: 50%;
  left: 37px;
  /*transform: translate(82%, -50%);*/
}
/*.theme_step_2 .theme_step_text_div::before{
  top: 139px;
}*/
.theme_step_2 .gu-hide{
  display: none;
}
.theme_step_2 .d-contents img{
  border-radius: 7px;
  border: 2px solid transparent;
}
.theme_step_2 .form-check input[type="radio"]:checked+label>img, .theme_step_2 .form-check input[type="radio"]:hover+label>img{
   border-radius: 7px;
   border: 2px solid #D6AD00 !important;
 }
.theme_step_2 .term_box {
  margin-left: -7px !important;
}
.theme_step_2 .term_box:checked {
  background-color: #D6AD00 !important;
  border: solid 0.3rem #D6AD00 !important;
}
.theme_step_2 #input_sec label {
  margin-left: 12px !important;
  text-align: justify;
}
.theme_step_2 #input_sec{
  background: transparent;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.42px;
  text-align: left;
  position: relative;
}
.theme_step_text_div{
  display: flex;
  gap: 42px;
  margin: 18px 0px;
}
.theme_step_2 .theme_step_text_div{
  margin: 5px 0px;
}
.theme_step_1 .form-label{
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.31px;
  text-align: left;
  color: #D6AD00;
  top: 27px;
  position: relative;
  left: 10px;
}
.theme_step_1 .email_input_label{
  top: 9px  !important;
  left: 0 !important;
}
.theme_step_1 form{
  margin-top: 0px !important;
}
.theme_step_1 .login_para_content{
  font-size: 1.5rem !important;
}
.theme_step_1 .email_input{
  padding-top: 24px !important;
  padding-bottom: 10px !important;
}
.theme_step_1 .payment_input_div{
  margin-bottom: 0.5rem !important;
}
.payment_input_div .form-control{
  background: #00000033 !important;
  border-radius: 13px !important;
  border: 1px solid #696969 !important;
}
.payment_input_div .currency_code{
  width: fit-content;
  position: absolute;
  right: 15px;
  top: 50px;
  color: white;
  font-family: Space Grotesk;
  font-size: 17px;
  font-weight: 400;
  line-height: 21.69px;
  text-align: right;
}
.terms_modal_btn, .terms_modal_btn u{
  pointer-events: none;
  cursor: default;
  color: white;
  text-decoration: none;
}
.remember_me_text:hover{
  cursor: pointer;
}
.input-group .btn{
  z-index: 6 !important;
}
.status_info{
  font-family: 'Space Grotesk', 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  line-height: 20.42px;
  margin-top: 30px;
  margin-bottom: 9px;
}
.theme_step_2  .form-check-label>a>u {
  color: white !important;
}
.theme_step_2 .form-check-label{
  margin-bottom: 0.5rem;
}


div.payment_method_div{
    width: 20%;
    padding: 0;
}

.theme1_page .theme_login_image .theme_1_side_image{
  display: flex !important;
}
.error_page .back_drop_img{
  top: -7rem;
}
.theme1_page .login_logo {
  margin-bottom: 4.6rem;
  width: 35.5rem;
  height: 8.5rem;
  object-fit: cover;
  vertical-align: top;
  flex-shrink: 0;
}
.theme1_page .login_logo.checkout-process{
  width: 45rem;
}
.main_card_div {
  background: no-repeat !important;
}
.theme_step_2 .main_card_div.checkout-process{
  background-size: 100% 100% !important;
}
.theme1_page .login_frame .group_form .login_form_content.checkout-process{
  width: 90%;
}
.method-title{
  color: white;
}
.form-check.d-contents.checkout-process{
    text-align: center;
    padding: 0px 0px 10px 0px;
}
.payment_input_label.checkout-process{
  font-size: 1.6rem;
  color: white;
}
.theme1_page .login_frame .group_form .login_header_group .login_header_content.checkout-process{
  background-size: cover;
  width: 50rem;
}
.payment_method_div img {
    max-width: 100px;
    height: 50px;
}
.error_page .main_card_div {
  background-image: url('../images/error-backdrop.png') !important;
  background-position: center -105% !important;
  background-size: 89% 83% !important;
}
.theme1_reset .main_card_div {
  background-image: url('../images/new_password_backdrop.png') !important;
  background-position: center 34% !important;
}
.login_page .main_card_div,
.theme_step_1 .main_card_div,
.theme_step_2 .main_card_div,
.theme_index_page .main_card_div {
  background-image: url('../images/login_backdrop_img.png') !important;
  background-size: 61% 100% !important;
  background-position: center !important;
}
.forgot_password_page .main_card_div{
  background-image: url('../images/forget_password_backdrop.png') !important;
  background-size: 88% 100% !important;
  background-position: center -39px !important;
}
.theme_index_page .login_form{
  margin-top: 4px;
}
.theme_index_page .login_frame .group_form{
  height: 56.6805rem;
}
.forgot_password_div{
  margin-top: 72px;
}
.mail_send_page .main_card_div {
  background-image: url('../images/new_password_backdrop.png') !important;
  background-size: 134% 141% !important;
  background-position: center 35% !important;
  height: fit-content !important;
  width: fit-content !important;
}

.mail_send_page .main_card_div {
  background-position-y: 0;
}
/*loader style*/
#cover-spin {
  position:fixed;
  width:100%;
  left:0;right:0;top:0;bottom:0;
  background-color: rgb(66 66 66 / 70%);
  backdrop-filter: blur(7px);
  z-index:99999999;
  display:none;
}

@-webkit-keyframes spin {
  from {-webkit-transform:rotate(0deg);}
  to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}

#cover-spin::after {
  content:'';
  display:block;
  position:absolute;
  left:48%;top:40%;
  width:40px;height:40px;
  border-style:solid;
  border-color:#D6AD00;
  border-top-color:transparent;
  border-width: 4px;
  border-radius:50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}
.mail_send_page .login_frame {
  width: 100%;
}

.theme1_page.mail_send_page .login_frame .group_form .login_header_group .login_header_content {
  background: none;
}

.login-image {
  width: 100%;
  height: auto;
}

.payment_method_container{
  max-height: 200px !important;
  overflow-y: auto;
  scrollbar-width: thin;
}

label[for="term_box_id"]{
  font-size: 12px !important;
}
payment_input_label checkout-process{
  font-size: 2.8rem;
}
@media (max-width: 1280px) {
  .theme1_page .login_frame .group_form .login_header_group .login_header_content.checkout-process{
    width: 39rem;
  }
  .theme1_page .login_frame .group_form .login_header_group.checkout-process{
    bottom: 8%;
  }
}
@media (max-width: 768px) {
  .theme1_page .login_logo{
    width: 25rem;
    height: 7.5rem;
  }
  .theme1_page .login_frame .group_form .login_form_content.checkout-process{
    width: 80%;
  }
  .theme_step_2 .main_card_div.checkout-process{
    background-size: 90% 100% !important;
  }
  .theme1_page .login_frame .group_form .login_header_group.checkout-process{
    bottom: 6%;
  }
  .theme1_page .login_frame .group_form .login_header_group .login_header_content.checkout-process{
    width: 30rem;
    background-size: 100% 100% !important;
  }
}

@media (max-width:991px)  {
  /*.theme1_page .login_frame {
    margin-right: auto !important;
  }*/
  .error_page .theme_login_image_div {
    margin-top: -33rem;
  }

    div.payment_method_div {
        width: 33%;
    }
}

@media (max-width: 508px) {
  .theme1_page .login_frame .group_form .login_header_group {
    bottom: 6%;
  }
  .theme1_page .login_frame .group_form .login_header_group.checkout-process {
    bottom: 5%;
  }
  .theme1_page .login_frame .group_form .login_header_group .login_header_content {
    background-size: 75% 100% !important;
    background-position: center;
  }
  .theme1_page .login_frame .group_form .login_header_group .login_header_content .login_header{
    font-size: 2.1rem;
  }
  .theme1_page .login_frame .group_form .login_header_group .login_header_content .login_para_content {
    font-size: 1.2rem;
  }
  .theme1_page .login_frame .group_form .login_form_content.checkout-process{
    width: 300px;
  }
  .theme1_page .login_frame .group_form .login_form_content .email_container .email_input{
    padding: 1.2rem;
    font-size: 1.2rem;
  }
  .payment_input_label.checkout-process{
    font-size: 1.3rem;
  }
  .payment_input_div .currency_code {
    font-size: 12px;
    top: 40px;
  }
  .theme1_page .login_frame .group_form .login_form_content {
    width: 300px;
  }
    .error_page .login_form_content strong{
      font-size: 12px;
    }
    .payment_method_div .checkout-process .method_icon img{
        height: 35px;
        max-width: 60px;
    }
}

@media (max-width:375px)  {
  .theme1_page .login_frame .group_form .login_header_group .login_header_content {
    background-size: 60% 100% !important;
  }
  .theme1_page .login_frame .group_form .login_form_content.checkout-process{
    width: 250px;
  }
  .theme_step_2 .proceed_button{
    height: 4.1rem;
    line-height: unset;
  }
  .theme1_page .proceed_button{
    width: 80%;
  }
    .theme1_page .login_frame .group_form .login_header_group .login_header_content .login_header {
    margin: 0;
    font-size: 2.2rem;
  }
  .theme1_page .login_frame .group_form .login_header_group {
    bottom: 7%;
  }
  .theme1_page .login_frame .group_form .login_header_group.checkout-process {
    bottom: 6%;
  }
  .theme1_page .login_frame .group_form .login_form_content {
    width: 320px;
  }
  /*.theme1_page .login_frame .group_form .login_form .back_drop_img{
    width: 453px;
    left: -11.7rem;
    top: -4.8rem;
  }*/
  .theme1_page .login_frame .group_form .login_header_group .login_header_content{
    width: 28.5rem;
    background-size: contain;
    padding: 0rem 2.3rem 1.041rem 3.4rem;
  }
}
@media (max-width: 360px) {
    .theme_step_2 .main_card_div.checkout-process{
        background-size: 100% 100% !important;
    }
    .theme1_page .login_frame .group_form .login_form_content.checkout-process{
        width: 100%;
    }
    .theme1_page .login_logo{
        width: 22rem;
    }
}