﻿body {
	font-family: 'Lato', sans-serif;
	display: -ms-flexbox;
	-ms-flex-align: center;
	display: flex;
	align-items: center;

	background-color: #ececec;
	/* background-image: url('../kuvat/bg-spring.jpg');	*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
::-webkit-input-placeholder {
	color: #999999;
	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #999999;
	font-style:italic;
}
::-moz-placeholder {  /* Firefox 19+ */
	color: #999999;
	font-style:italic;
}
:-ms-input-placeholder {
	color: #999999;
	font-style:italic;
}
.card, .btn, .form-control, .input-group-text {
	border-radius: 0;
}
.btn-primary {
	background-color: #00abc0;
	border-color: #00abc0;

	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	transition:         all 0.3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #009bb0;
	border-color: #009bb0;

	-webkit-transition: all 0.3s ease;
	-o-transition:      all 0.3s ease;
	-moz-transition:    all 0.3s ease;
	transition:         all 0.3s ease;
}
.container {
	width: 100%;
	max-width: 800px;
}
.login {
	max-width: 450px !important;
}
.info {
	margin: 5px 0px;
	background-color: #33b5e5;
	font-size: 15px;
	line-height: 1.3;
	padding: 10px 20px 10px 10px;
	border-left: 4px solid #1395c5;
	font-style:normal;
	color: white;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.alert {
	-webkit-border-radius: 0px !important;
	-moz-border-radius:    0px !important;
	border-radius:         0px !important;
}

@media print {
	.no-print, .no-print * {
		display: none !important;
	}
}
