@CHARSET "UTF-8";

body {
	background: url("../images/2026_background.jpg") no-repeat fixed center center #0b1e3d;
}

h1 {
	color: white;
}

h3 {
	color: white;
	font-size: 11pt;
}

input {
	background: rgb(224,247,250);
	background: linear-gradient(90deg, rgba(224,247,250,1) 0%, rgba(160,210,220,1) 18%);
	border:     1px inset #CCCCCC;
	color:      #000;
}

#login input {
	width: 40%;
}

button {
	background:    linear-gradient(to bottom, #2ecad0 0%, #0b1e3d 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:        1px groove #1a8a8f;
	border-radius: 8px;
	color:         #FFFFFF;
}

.input_forms {
	background-color:	rgba(11, 30, 61, 0.9);
	color:				#FFF;
	border:				2px groove #2ecad0;
}

.dates {
  color: #fff;
}

.date_label {
  color: #000;
	background: rgb(224,247,250);
	background: linear-gradient(90deg, rgba(224,247,250,1) 0%, rgba(46,202,208,1) 18%);
}

.rules {
	background-color:	rgba(11, 30, 61, 0.85);
	border:				1px inset #2ecad0;
	color:				#FFF;
	text-shadow:		0 0 2px #FFF;
}

.match {
	background: rgb(30,80,120);
	background: linear-gradient(90deg, rgba(30,80,120,1) 0%, rgba(14,48,82,1) 100%);
	border:		1px solid #2ecad0;
}

.team > span:nth-child(3) {
	background: #0e3052;
}

#my_quinielas, #others_quinielas {
	color: #2ecad0 !important;
}

#username {
	color: #FFF;
}

button[name="logoff"] {
	color: #e63462 !important;
}
