
/* DONT COPY THAT CSS */
body {
	margin: 0;
}
.cola-inner.recaptcha {
	display: flex;
	align-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
}




/* COPY THAT CSS */
#wrap-all {
	background-image: url('/images/contests/colourday/colorday.jpeg');
	min-width: 100vw;
	min-height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
h1 {
    margin-top: 0;
}
.colorday-logo {
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
	padding-top: 6rem;
}
.form-outer {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 3rem;
	background: #000000c2;
    color: #fff;
}
#input1,
#input2,
#input3,
#input4 {
	background: none;
	border: none;
	width: 80%;
	border-bottom: 1px solid #fff;
}
input[type="text"]::placeholder {
    color: white;
    opacity: 1;
}
.form-group input {
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}
.form-row {
	display: flex;
}
.form-group.end-al {
	text-align: end;
}
.form-group {
	width: 50%;
	padding-bottom: 2rem;
}
.color-title {
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
}
.centerized {
    text-align: center;
}
.light-wei {
    font-weight: 400;
}
/* Checkboxes */
.checkbox-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.custom-checkbox {
    align-items: center;
    cursor: pointer;
    font-size: 1.2em;
}

.custom-checkbox input {
    display: none;
}
.checking {
	padding-bottom: 10px;
}
.checkmark {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: white;
    border: 2px solid black;
    border-radius: 50%;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox input:checked + .checkmark {
    background-color: black;
    border-color: black;
}

.custom-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}
.cola-inner img {
	width: 200px;
}
/* Button */
.gradient-button {
    padding: 10px 40px;
    font-size: 1em;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(to right, rgb(0, 191, 255), rgb(3, 255, 3), rgb(255, 255, 0), rgb(255, 166, 0), red);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Adding text shadow */

}
.gradient-button:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
.captsa-cola {
	display: flex;
	margin-bottom: 5rem;
	margin-top: 5rem;
}
.cola-inner {
	width: 50%;
	overflow: hidden;
}
.cola-inner.img {
	margin-left: 20%;
    margin-top: -40px;
}
.terms {
    display: inline-block;
    height: 250px;
    overflow: auto;
}