* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h5 {
    margin: 0;
    padding: 0;
}
body {
	color: #fff;
	font-family: "Basic", sans-serif;
  	font-weight: 400;
	letter-spacing: 1px;
}
.content {
	margin: 0 auto;
	padding: 0;
}
.content .top {
    background: #f3f4ff;
    border-radius: 15px;
    margin: 0px auto;
    padding: 20px; /* Add padding here instead */
    display: grid;
	align-content: center;
    position: relative;
    top: 2rem;
    z-index: 2;
    filter: drop-shadow(0px 0px 3px #ccc);
    width: 50%;
}

.content .top h5 {
    margin: 0;
    background: linear-gradient(to bottom, #4435D6 15%, #E551F9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    text-align: center;
}
.content .form-sm {
	background: url(https://img.koggames.com/ES/microsite/2026/0708/stellar-jump/form/bg-form-2.png);
	background-size: 100% 100%;
	max-width: 932px;
	height: 336px;
	width: 100%;
	margin: 0rem auto;
	padding: 0;
	text-align: center;
	display: grid;
	align-content: center;
	filter: drop-shadow(0px 1px 3px #ccc);
	position: relative;
	z-index: 1;
}

.content .form-xl{
	background: url(https://img.koggames.com/ES/microsite/2026/0708/stellar-jump/form/bg-form.png);
	background-size: 100% 100%;
	max-width: 932px;
	/*height: 646px;*/
	width: 100%;
	margin: 0rem auto;
	padding: 30px 0 20px;
	text-align: center;
	display: grid;
	align-content: center;
	filter: drop-shadow(0px 1px 3px #ccc);
	position: relative;
	z-index: 1;
}

.content .chibileft {
	position:absolute;
	top:0rem;
	left:-4rem;
}

.content .chibiright {
	position:absolute;
	top:-2rem;
	right:-3rem;
}


.content h1 {
	margin: 0 auto;
	font-family: "Anton", sans-serif;
	font-size: 36px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.2;
	color: #ffffff;
	position: relative;
	z-index:2;
}
.content h2 {
	margin: 20px auto;
}
/*
.content .message p {
	padding: 1rem;
	font-size: 1rem;
}
*/

.content .form-xl .message {
		position: relative;
		top: 0em;
}

.content .form-xl .message p {
		padding:0rem;
		font-size: 1rem;
}



.content .message .left {
	position: relative;
	z-index: 1;
	top: 0rem;
	left:3rem;
}

.content .message .right {
	position: relative;
	z-index: 1;
	top: 0rem;
	right:3rem;
}
.content .bottom {
	background: url(https://img.koggames.com/ES/microsite/2025/1213/newyear-pvp/form/bg-bottom.png)
no-repeat center bottom;
	background-size: 100% 100%;
	height: 50px;
}
.content a,button.btn {
	outline: none !important;
}
.content button.btn {
    background-color: #ffd23c;
    padding: 0.5rem 3rem;
    border-radius: 35px;
    cursor: pointer;
    text-transform: uppercase;
    width: 300px;
    color: #c84809;
    font-weight: 400;
    font-size: 36px;
    transition: all 0.4s ease-in-out;
    margin: 20px auto;
    border: none;
}
button.btn:hover {
	background-color: #f2bb04;
	transform: scale(105%);
}
.white {
	color: #ffffff;
}
.yellow {
	color: #f1f675;
}

.content p {
	margin: 0 auto;
	line-height: 1.5;
}
.content .message .form-inline .inline {
    width: 100%;
    text-align: center;
    line-height: 5px;
	font-size: 1.2rem;
}
.content .message .form-inline .inline label {
    margin: 5px auto;
    width: 70%;
    position: relative;
    top: 30px;
    font-weight: bold;
    display: inline-block;
    align-items: center;
    left: 0rem;
    text-align: left;
}
.content .message .form-inline .inline input,
.content .message .form-inline .inline select {
    vertical-align: middle;
    margin: 5px auto;
    padding: 8px;
    background-color: #fff;
    border: 2px solid #5b5b5b;
    width: 50%;
    border-radius: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: 3rem;
	text-align: center;
}
.content .message .form-inline .inline input[type="file"] {
    background-color: #f7f7f7;
    border: 0px solid #e1e1e1;
    position: relative;
    left: 0rem;
	border-radius: 0px;
    padding: 10px;
	content: 'Select some files';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 500;
}

select::placeholder {
    text-align: center;
}
textarea {
    margin: 10px auto 20px !important;
	background-color: #f7f7f7;
    border: 1px solid #e1e1e1;
    position: relative;
    left: 0rem;
	border-radius: 15px;
    padding: 5px 10px;
	outline-color: #e1e1e1;
	color: #666;
}

input[type="text"] ,
select[type="text"]  {
outline-color: lightgray;
width: 50%;
height: 40px;
font-weight: 400;
font-size: 1rem;
padding: 0.5rem 1rem;
margin: 5px auto;
border-radius: 0px;
background: #ebebf1;
border: none;
color: #192139;
}


.content img,
input[type="image"] {
display: inline-block;
margin: 0rem auto 0rem;
transition: all 0.3s;
background: transparent;
border: none;
box-shadow: none;
height: auto;
}
.content img:hover,
input[type="image"]:hover {
transform: scale(1.05);
}
.content label {
padding: 0;
cursor: pointer;
font-size: 1.5rem;
color:#fff;
}
.content .group {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
flex-direction: row;
text-align: left;
margin: 10px auto;
}
.content .spacer {
height: 20px;
}
@media (max-width: 420px) {
.content h1 {
font-size: 2.2rem !important;
}
}