/* main#gpe_main_registration {
  padding: 40px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.gpe_login-form-container {
  opacity: 1;
  transform: translateY(0%) scale(1);
  width: 310px;
  opacity: 1;
  transition-timing-function: cubic-bezier(0.3, 0, 0, 1.4);
  margin: auto;
  border-radius: 0;
  max-width: inherit;
  top: inherit;
  left: inherit;
  position: inherit;
  border: none;
}

.gpe_login-form-container h2 {
  font-size: 24px;
  text-align: center;
}

.gpe_login-form-container label {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.gpe_login-form-container input[type="text"],
.gpe_login-form-container input[type="email"],
.gpe_login-form-container select,
.gpe_login-form-container input[type="password"] {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-top: 0;
  border-radius: 0 3px 3px 0;
  border: 1px solid #f1f1f1;
  position: relative;
  transition: border-color 0.8s;
  height: 40px;
  flex: 0 0 85%;
}

.gpe_login-form-container input:focus {
  outline: none;
}

.gpe_login-form-container input[type="submit"] {
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #0073e6;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.gpe_login-form-container input[type="submit"]:hover {
  background: #0056b3;
}

.gpe_login-form-container a {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.gpe_comp_logo {
  text-align: center;
}

a.gpe_forgetPassword {
  font-size: 14px;
  color: #000;
  margin-bottom: 15px;
}

.gep_registration_div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  gap: 0;
}

.gpe_div_username,
.gpe_div_password,
.gpe_div_name,
.gpe_div_gender,
.gpe_div_who_are_you,
.gpe_div_mobile {
  width: 100%;
}

select#gender,
select#registration_who_are_you {
  height: 47px;
}

.gpe_div_privacy_checkbox {
  margin-top: 17px;
  font-size: 12px;
}

.gpe_registration .gpe_comp_logo img {
  width: 80% !important;
}

input::placeholder,
select::placeholder {
  font-size: 13px;
}

.privacy_content p {
  font-size: 15px;
  margin-top: 20px;
}

span.error,
p.error {
  color: red;
  font-size: 13px;
}

#submitGpeRegistrationForm .error-border {
  border: 1px solid red;
}

#submitGpeRegistrationForm {
  margin: 0;
  padding-top: 20px;
}

p.error {
  flex: 1 1 100%;
}

.tab-buttons {
  background-color: #f7f7f7;
  display: flex;
}

.tab-button {
  width: 50%;
  font-size: 14px;
  color: #5c666f;
  font-weight: 500;
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  background-color: transparent;
  margin-right: 0;
  position: relative;
  text-align: center;
}

.tab-button {
  border-bottom: 2px solid #d3d3d3;
}

.tab-button.active {
  border-bottom: 2px solid #5c666f;
}

.tab-content {
  display: none;
  width: 310px;
  padding: 0;
  border: none;
}

form#submitGpeRegistrationForm .gep_registration_div {
  padding: 0px 20px 0px 20px;
}

div#LogIn form .gpe_login_username,
div#LogIn form .gpe_login_password {
  padding: 0px 15px 0px 15px;
}

.tab-content.active {
  display: block;
}

body {
  background-color: #000 !important;
}

.registration_div {
  padding: 11px;
  background: #f7f7f7;
}

.gpe_icon {
  border-radius: 3px 0 0 3px;
  border: 1px solid #f1f1f1;
  position: relative;
  background: #f1f1f1;
  transition: border-color 0.8s;
  padding: 0;
  min-height: 40px;
  min-width: 40px;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gpe_icon img {
  width: 20px;
  margin: 0 auto;
  padding: 0;
  top: 10px;
  left: 10px;
}

.gpe_input_container,
.gpe_select_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 15px;
}

.gpe_input_container input,
.gpe_select_container select {
  border: 0;
  padding: 0 14px;
  right: 0;
  height: 40px !important;
  font-size: 13px;
  width: 100%;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  position: relative;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  border: 1px solid #f1f1f1;
}

.gpe_login_username .gpe_input_container input,
.gpe_login_password .gpe_input_container input {
  flex: 0 0 83%;
}

.gpe_icon {
  flex: 0 0 10%;
}

div#LogIn form {
  margin: 0;
  padding-top: 20px;
}

div#LogIn form input[type="submit"],
button#submitRegistrationSignUp {
  cursor: pointer;
  border: 0;
  padding: 14px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  transition: 0.2s ease-in-out;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgb(26, 56, 77);
  display: block;
  margin: 0;
  height: 66px;
}

.privacy_content p {
  padding: 10px;
  font-size: 12px;
  margin-bottom: 0px;
}

.privacy_content {
  background: #eee;
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

@media (max-width: 575px) {
  main#gpe_main_registration{
    padding: 0 !important;
  }
 } */


img{
	max-width: 100%;
}

#gpe_main_registration{
	position: relative;
	width: 100%;
	min-height: 100vh;
	background-color: #12111a;
	background-image: url('https://gpe.firecrackerbaseball.com/wp-content/uploads/bg-lines.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 20px;
	display: flex;
	overflow: hidden;
}
#gpe_main_registration:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 215px;
    height: 50%;
    max-height: 99px;
    background-image: url('https://gpe.firecrackerbaseball.com/wp-content/uploads/banner-before.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
.gpe_login-form-container {
	position: relative;
    width: 96%;
    max-width: 500px;
    display: table;
    margin: auto;
	z-index: 1;
}
.gpe_login-form-container:before {
    content: '';
    position: absolute;
    top: 193px;
    right: 50%;
    width: 421px;
    height: 447px;
    background-image: url(https://gpe.firecrackerbaseball.com/wp-content/uploads/testimonial-avatar-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
	z-index: -1;
}
.gpe_login-form-container .registration_div {
    width: 100%;
}
.gpe_login-form-container .gpe_comp_logo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.gpe_login-form-container .gpe_comp_logo img {
    width: 367px;
	max-width: 100%;
}
.gpe_login-form-container .registration_div h2 {
    font-family: 'Exo';
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0;
}
.gpe_login-form-container .tabs_wrapper{
	padding: 27px 20px 15px;
	width: 100%;
	background-color: #FFFFFF;
}
.gpe_login-form-container .tab-buttons {
    display: flex;
	position: relative;
	z-index: 1;
}
.gpe_login-form-container .tab-buttons .tab-button {
	position: relative;
	z-index: 1;
    flex: 1 0 50%;
	max-width: 50%;
    text-align: center;
    font-family: 'Exo';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #13121A;
    cursor: pointer;
	padding: 14px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #99999999;
	text-transform: uppercase;
}
.gpe_login-form-container .tab-buttons .tab-button:first-child{
	border-left-width: 1px;
}
.gpe_login-form-container .tab-buttons .tab-button:last-child{
	border-right-width: 1px;
}
.gpe_login-form-container .tab-buttons .tab-button.active{
	color: #FFFFFF;
}
.gpe_login-form-container .tab-buttons .tab-buttons_indicator{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	width: 50%;
	height: 100%;
	background-color: #13121A;
	transition: all 0.4s ease;
}
.gpe_login-form-container .tab-buttons .tab-button.active ~.tab-buttons_indicator{
    left: 0;
}
.gpe_login-form-container .tab-content{
	max-height: 0;
    border: none;
    padding: 25px 0 0;
    overflow: hidden;
	transition: all 0.5s ease-out 0.4s;
}
.gpe_login-form-container .tab-content.active{
	max-height: 800px;
}
.gpe_login-form-container .gpe_input_group {
    position: relative;
    margin-bottom: 15px;
}
.gpe_login-form-container .gpe_input_group_container{
	position: relative;
}
.gpe_login-form-container .gpe_input_group_container.gpe_select_container:before {
	pointer-events: none;
    content: '\f107';
    margin: auto;
    position: absolute;
    top: 17px;
    right: 19px;
    color: #000000;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: table;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    opacity: 0.2;
}
.gpe_login-form-container .form_control {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #99999999;
    border-radius: 0;
    color: #000000;
    font-family: 'Exo';
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    padding: 15px;
    -webkit-appearance: none;
    appearance: none;
	outline: 0;
}
.gpe_login-form-container select.form_control{
	cursor: pointer;
}
.gpe_login-form-container .form_control:hover,
.gpe_login-form-container .form_control:focus {
	border-color: #E83434;
}
.gpe_login-form-container .form_control.has_icon {
	padding-left: 40px;
}
.gpe_login-form-container .form_control.has_icon_end{
  padding-right: 40px;
}

#resend-otp-btn {
  opacity: 0.5;
  cursor: not-allowed;
  transition: opacity 0.3s ease;
}
#resend-otp-btn.enabled {
  opacity: 1;
  cursor: pointer;
}

.gpe_login-form-container .form_control::placeholder {
    color: #000000;
    opacity: 0.3;
}
.gpe_login-form-container .gpe_input_group_container .gpe_icon{
	position: absolute;
  top: 14px;
  left: 10px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 16px;
  color: #000000;
	opacity: 0.3;
}
.gpe_login-form-container .gpe_input_group_container .gpe_icon.end{
  left: auto;
  right: 10px;
}
.gpe_login-form-container .gpe_input_group_container .form_control:hover ~ .gpe_icon,
.gpe_login-form-container .gpe_input_group_container .form_control:focus ~ .gpe_icon{
	color: #E83434;
	opacity: 1;
}
.gpe_login-form-container p{
	color: #000000;
	font-family: 'Exo';
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
}
.gpe_login-form-container p.error{
	font-size: 12px;
	color: red;
}
.gpe_login-form-container p a{
	text-decoration: underline;
	color: #E83434;
}
.gpe_login-form-container p a:hover{
	color: #000000;
}
.gpe_div_privacy_checkbox{
	margin-top: 26px;
}
.gpe_div_privacy_checkbox .d-flex {
    column-gap: 10px;
    align-items: start;
	justify-content: space-between;
}
.gpe_div_privacy_checkbox input {
	margin: 0;
    width: 24px;
    height: 24px;
	accent-color: #E83434;
}
.gpe_div_privacy_checkbox input:focus {
	border-color: #E83434;
}
.gpe_div_privacy_checkbox p{
	width: calc(100% - 46px);
}
.gpe_login-form-container .privacy_content p{
	color: rgba(0,0,0,0.5);
}
.gpe_login-form-container .submit_bttn{
	background-color: #E12027;
	color: #FFFFFF;
    font-family: Exo;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    padding: 10px 30px;
    display: block;
	width: 100%;
	height: 50px;
	margin: 28px 0 0;
	transition: all 0.3s ease;
}
.gpe_login-form-container .submit_bttn:hover,
.gpe_login-form-container .submit_bttn:focus{
	background-image: linear-gradient(90.19deg, #E01F26 2.7%, #7A1115 99.87%);
}
#resend-otp-btn-email.enabled {
  opacity: 1;
  cursor: pointer;
}
#resend-otp-btn-email {
  opacity: 0.5;
  cursor: not-allowed;
  transition: opacity 0.3s ease;
}

@media(max-width:767px){
	.gpe_login-form-container .tab-buttons .tab-button{
		font-size: 14px;
	}
	.gpe_login-form-container .form_control{
		font-size: 14px;
	}
	.gpe_div_privacy_checkbox .d-flex{
		column-gap: 5px;
	}
	.gpe_div_privacy_checkbox input{
		width: 20px;
		height: 20px;
	}
	.gpe_div_privacy_checkbox p {
		width: calc(100% - 30px);
	}
	.gpe_login-form-container .submit_bttn{
		margin: 10px 0 0;
	}
}