@CHARSET "ISO-8859-1";
/**
 * Login
 */
body
{ 
/* Winter 
background-image:url('../../img/xmas/happy_holidays_greeting_card.jpg');
background-color:#789CB5 !important;
*/

/* Summer
background-image:url('../../img/summer/summer.jpg');
background-repeat:no-repeat;
background-color:#95ABB6 !important;	
background-attachment:fixed;
background-position:center;
*/
/* World Cup */

background: #181015 url('../../img/robot/robot.jpg') no-repeat;
background-size: cover;
min-height: 520px;
text-align: center;
color: white;
font-family: "Open sans", Helvetica, Arial;
font-weight: 300;

}
p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
form {
display: block;
margin-top: 0em;
}
.placeholder { color: #aaa; }
.wrapper {
position: relative;
min-height: 100%;
}
user agent stylesheetdiv {
display: block;
}
Inherited from body
html, body {
font-family: Arial, sans-serif;
font-size: 13px;
color: #404040;
direction: ltr;
}
.banner h1 {
font-size: 38px;
margin-bottom: 15px;
}
.banner h1 {
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 42px;
font-weight: 300;
margin-top: 0;
margin-bottom: 20px;
}
h1 {
display: block;
font-size: 2em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.banner h2 {
margin-bottom: 15px;
}
.banner h2 {
font-family: 'Open Sans', arial;
-webkit-font-smoothing: antialiased;
color: #555;
font-size: 18px;
font-weight: 400;
margin-bottom: 20px;
}
h2 {
display: block;
font-size: 1.5em;
-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.telium-header-bar.centered {
height: 83px;
}
.telium-header-bar.centered {
border: 0;
height: 108px;
}
.telium-header-bar {
height: 71px;
border-bottom: 1px solid #e5e5e5;
overflow: hidden;
}
.clearfix {
zoom: 1;
}
.main {
padding-bottom: 100px;
}
.content {
padding: 0 44px;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.header .logo {
margin: 17px 0 0;
float: left;
max-height: 98px;
/*width: 280px;height: 68px;*/
}
.telium-footer-bar {
background:#FFFFFF;
opacity:0.6;
filter:alpha(opacity=6);
}
.banner {
text-align: center;
}
.signin-card {
width: 274px;
padding: 40px 40px;
}
.card {
margin-bottom: 20px;
background-color: #f7f7f7;
opacity:0.98;
filter:alpha(opacity=98);
padding: 20px 25px 30px;
margin: 0 auto 25px;
width: 304px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.signin-card .profile-img {
width: 96px;
height: 96px;
margin: 0 auto 10px;
display: block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.signin-card .profile-name {
font-size: 16px;
font-weight: bold;
text-align: center;
margin: 10px 0 0;
height: 1em;
}
.telium-header-bar.centered .header .logo {
margin: 25px auto 10px;
}
.telium-header-bar.centered .header .logo {
float: none;
margin: 10px auto 30px;
display: block;
}
.rc-button:hover {
border: 1px solid #2f5bb7;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #357ae8;
background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
background-image: linear-gradient(top,#4d90fe,#357ae8);
}
.card .rc-button {
width: 100%;
padding: 0;
}
button, input[type=button], input[type=submit] {
font-family: Arial, sans-serif;
}
.rc-button {
display: inline-block;
min-width: 46px;
text-align: center;
color: #444;
font-size: 14px;
font-weight: 700;
height: 36px;
padding: 0 8px;
line-height: 36px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
-o-transition: all 0.218s;
-moz-transition: all 0.218s;
-webkit-transition: all 0.218s;
transition: all 0.218s;
border: 1px solid #dcdcdc;
background-color: #f5f5f5;
background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
-o-transition: none;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
cursor: default;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: push-button;
white-space: pre;
}
.card *:first-child {
margin-top: 0;
}
.signin-card input[type=email], .signin-card input[type=password]{
width: 100%;
height:30px;
display: block;
margin-bottom: 10px;
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.footer {
padding-top: 7px;
font-size: .85em;
white-space: nowrap;
line-height: 0;
}
.footer ul {
float: left;
max-width: 80%;
padding: 0;
}
ul, menu, dir {
display: block;
list-style-type: disc;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 40px;
}
.footer ul li {
color: #737373;
display: inline;
padding: 0;
padding-right: 1.5em;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul, menu, dir {
list-style-type: disc;
}

/*SNOW*/
canvas {
	margin-top:-700px;
}
