
body {
	color: #f1f675;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	margin: 0 auto;
}
.content {
	margin: 0 auto;
	padding: 0;
}

.content .form-sm {
	background: url(https://img.koggames.com/ES/microsite/2026/0417/find-number-15/form/bg_form_sm.png);
	background-size: 100% 100%;
	max-width: 710px;
	height: 305px;
	width: 100%;
	margin: 2rem auto;
	text-align: center;
	display: grid;
	align-content: center;
	filter: drop-shadow(0px 5px 6px #4e4e4e);
}
.content .form-xl{
	max-width: 821px;
	height: 462px;
	background: url(https://img.koggames.com/ES/microsite/2026/0417/find-number-15/form/bg-main-form.png);
	background-size: 100% 100%;
	width: 100%;
	margin: 2rem auto;
	padding: 2rem 0;
	text-align: center;
	display: flex;
    align-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
	filter: drop-shadow(0px 5px 6px #4e4e4e);
}
h1 {
	margin: 0 auto;
	font-family: "Roboto", sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5;
	color: #ffffff;
	position: relative;
	z-index:2;
}
h2 {
	margin: 0 auto;
	font-weight: 400;
}
.content .message {
	position: relative;
	z-index: 1;
	top: 0rem;
}

.content .message p {
	font-family: "Roboto", sans-serif;
	color: #a0c3d1;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
}

.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;
	font-family: "Roboto", sans-serif;
    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-family: "Roboto", sans-serif;
	font-size: 1.4rem;
}
.content .message .form-inline .inline label {
    margin: 20px auto;
    width: 70%;
    position: relative;
    top: 0rem;
    font-weight: bold;
    display: inline-block;
    align-items: center;
    text-align: center;
}
.content .message .form-inline .inline input,
.content .message .form-inline .inline select {
    vertical-align: middle;
    margin: 20px auto;
    padding: 10px 15px;
    background-color: #70a3b7;
    border: 2px solid #3e7083;
    width: 70%;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
	height:60px;
}
.content .message .form-inline .inline input[type="file"] {
    background-color: #70a3b7;
    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: 0rem;
	
cursor: pointer;
font-size: 1.6rem;
font-weight:500;
color:#ffffff;
}
.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;
}
}