
button:hover, a.button:hover, input.button:hover {
    background-color: white;
    box-shadow: 0 0 5px 5px #cee3a1;
    color: #4a6b03;
}
h2,h3 {
	color: #40B6AC;
}
a {
    color: #0E75B0;
}
.error {
    color: #F00;
    background-color: #F2DEDE;
    padding: 10px;
    border: 1px solid #F00;
    border-radius: 4px;
    margin: 20px 0;
}
input {
	font-size: 1.2em;
}

#login-center {
	margin-left:auto;
	margin-right:auto;
	width:1118px;
}

#error {
	color:red;
	text-align:center;
	font-size: 12px;
	white-space: nowrap;
    font-size: 18px;
    font-weight: bold;
    font-family: "Raleway","Lato",Arial,sans-serif;
}
.external-login #error {
	top: 180px;
}
#mascot-container {
	position:absolute;
	left:205px;
	top:160px;
	width:350px;
	height:405px;
	line-height: 305px;
	text-align:center;
}
#login-bulletin-msg {
    font-size: 1.2em;
    height: 50px;
    left: 85px;
    position: absolute;
    top: 130px;
    width: 205px;
}
#login-box-container {
	position:absolute;
	left:590px;
	top:230px;
	width:315px;
	height:300px;
}
.external-login #login-box-container {
	top:210px;
}
 
.link-left {
    color: #0E75B0;
    font-size: 12px;
	display:block;
	text-decoration: none;
	margin-left:12px;
	margin-bottom:6px;
}
.link-right {
    color: #0E75B0;
    font-size: 12px;
	text-decoration: none;
	display:block;
	margin-top:4px;
	margin-left:12px;
}
#login-info {
    font-size: 11px;
    height: 130px;
    width: 310px;
    margin-top:4px;
}
#login-info-text {
    font-size: 11px;
    margin-left: 12px;
    margin-top: 14px;
}
#login-info em {
 	color: #0E75B0;
}

#lang-select-container {
    height: 250px;
    left: 1008px;
    position: absolute;
    top: 10px;
    width: 50px;
}
#band-text {
    color: white;
    font-size: 36px;
    font-weight: bold;
    height: 70px;
    left: 70px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 620px;
    width: 985px;
    text-shadow:0px 2px 4px #1E6458;
}
#footer {
    height: 55px;
    left: 70px;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    top: 700px;
    width: 985px;
}
#footer-text {
 	border-left: 1px solid #6CAF44;
    border-right: 1px solid #6CAF44;
    display: inline-block;
    zoom: 1;
    *display: inline;   
    font-size: 12px;
    height: 36px;
    margin: 0 16px;
    padding: 4px 20px;
    text-align: left;
    width: 600px;
}
#footer-text a {
	color:#0e74af;
}
#footer-icons {
    display: inline-block;
    zoom: 1;
    *display: inline;   
	width: 80px;
}

#footer-icons img {
	margin-right:2px;
}


/* New styles for the login page */
html { 
  background: url(images/kansikuva.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
background-color: rgba(0, 0, 0, 0);
}

.promentor-title {
	color: #ffffff;
	font-size: 3.2em;
	-webkit-font-smoothing: antialiased;
	  padding: 0.2em 2em;
  margin-top: 10px;
}

.jumbotron {
    padding: 15px;
	margin-top: 2em;
    background: rgba(255, 250, 246, 0.9);
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),       
        0 1px 5px rgba(0,0,0,0.2),       
        0 0 0 12px rgba(255,255,255,0.4); 
}

.jumbotron p {font-size: 1.1em;}

.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
}
 
.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}
 
.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}
 
.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .submit{
    width: 100%;
    padding: 8px 5px;
    background: linear-gradient(#35b59b, #22a88e) repeat scroll 0% 0% transparent;
    border-radius: 5px;
    border: 1px solid #22a88e;
    box-shadow: 0px 1px rgba(255, 255, 255, 0.4) inset, 0px 2px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-out 0s;
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    font-weight: bold;
    font-family: "Raleway","Lato",Arial,sans-serif;
	letter-spacing: 1px;
}
.btn {
    word-wrap:break-word;
    white-space: normal!important; /** Teksti skaalautuminen pienemmillä näytöillä **/
}

p.language-selection a {
    margin-right: 15px;
    white-space: nowrap;
}