@CHARSET "ISO-8859-1";
@import "../bootstrap-3.1.0-dist/dist/css/bootstrap.css";
@import "titania_base.css";

body {
	background-image: url('../images/hrm_taustakuvan_verkko.png');
	background-color: RGB(208,223,229);
	background-repeat: repeat;
	font-family: 'Open Sans', Verdana, san-serif;
	font-size: 14px;
	color: #2b3841;
	margin: 0;
}

a {
	text-decoration: none;
	color: #1f6689;
}

/* kielen valinta */
.login_language_selection {
	width: 624px;
  	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* login laatikko */
.login_box,
.changepw_box { 
	width: 512px;
	background-color: white;
	border: 1px solid #cdcdcd;
	border-bottom: 10px solid #aec6d2;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto; 
}

.login_box { 
	height: 272px;
}

.changepw_box { 
	height: 400px;
}

/* otsikko */
.login_box_title {
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	background-color: RGB(91,116,133);
	color: white;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}

/* tekstikentat */
.login_box_label {
	float: left;
	padding-left: 43px;
	padding-top: 16px;
	width: 190px;
}
.login_box_labelnew {
	float: left;
	padding-left: 10px;
	padding-top: 16px;
}

/* syotekentat */
.login_box_input {
	width: 200px;
}

input {
	height: 26px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	padding-left: 5px;
	padding-right: 5px;
	color: #2B3841;
	border: 1px solid #a7b8c3;
	margin-right: 8px;
	border-radius: 3px;
	margin-top: 16px;
}

/* painike */
a.change_pw_link {
	width: 120px;
	float: left;
	height: 26px;
	font-size: 14px;
	background-color: white;
	padding-top: 4px;
	border-radius: 3px;
	margin-bottom: 18px;
	color: #1f6689;
	font-family: Open Sans;
}

a.login_box_button {
	width: 80px;
	float: left;
	height: 26px;
	font-size: 14px;
	background-color: white;
	border: 1px solid #a7b8c3;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	border-radius: 3px;
	margin-right: 15px;
	margin-left: 12px;
	margin-top: 12px;
}

a.login_box_button:hover,
a.change_pw_link:hover {
	text-decoration: none;
}

.leftmargin {
	margin-left: 10px;
}

/* rivinvaihtoja */
.space_vertical {
	float: left;
	width: 100%;
	height: 40px;
}

.double_space_vertical {
	float: left;
	width: 100%;
	height: 32px;
}

.title_space_vertical {
	float: left;
	width: 100%;
	height: 20px;
}

.warning,
.info,
.error,
.hintinfo {
	float: left;
	margin-top: 10px;
	margin-left: 2%;
	width: 96%;
	padding: 9px;
	margin-bottom: 10px;
	border: 1px solid transparent;
	border-radius: 3px;
	font-size: 14px;
	font-family: Open Sans;
}

.info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
	stroke: #bce8f1;
}

.warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #fbeed5;
	stroke: #faebcc;
}

.error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #eed3d7;
	stroke: #ebccd1;
}

.hintinfo {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #bce8f1;
	stroke: #d6e9c6;
}

/*
a.change_pw_link {
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #4969FF;
	text-decoration: none;
}
*/
div.change_pw_title {
	float: left;
	height: 1.8em;
	border-left: 18px solid #FFFFFF;
	border-right: 18px solid #FFFFFF;
	background-image: url('../images/arrow_up.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #000000;
}

div.change_pw_form_background {
	float: left;
	width: 100%;
	height: 210px;
	margin-right: 5px;
	border-top: 1px solid #B2B2B2;	
}
