﻿body {
	background-color: #3E4143;
}

.bg-grey {
	background-color: #3E4143;
}

html {
	position: relative;
	min-height: 100%;
}

.btn-primary {
	color: #fff;
	background-color: #0095DA;
	border-color: #0095DA;
}

.input-validation-error {
	background-color: #ce7171 !important;
}

#LoginPage {
	position: absolute;
	display: flex;
	min-height: 100%;
	width: 100%;
	background-image: url("../img/landing-page.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}

	#LoginPage .LoginLogo {
		background-image: url("../img/logo-light-messenger.svg");
		padding-top: 9.600000000000001rem;
		background-size: contain;
		background-position: center center;
		background-repeat: no-repeat;
	}



	#LoginPage input[type=text],
	#LoginPage input[type=password] {
		outline: 0;
		margin: 0 0 0.8rem 0;
		background: #fff;
		border: 0;
		line-height: 2.4rem;
		padding: 0.4rem 0.8rem;
		font-size: 1.6rem;
		-webkit-border-radius: 0.2rem;
		-moz-border-radius: 0.2rem;
		border-radius: 0.2rem;
		display: block;
		text-align: center;
		width: 100%;
	}

#panelLogin {
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	position: relative;
	padding: 0px;
	margin-top: 150px;
}

#bg {
	background-image: url('../img/header_bg.png'), url('../img/ouchlogo_h.png'), url('../img/fingerprint.png');
	background-position: right top, left, right;
	background-repeat: no-repeat, no-repeat;
	background-size: auto auto, auto auto, auto auto;
	padding: 0px;
	height: 400px;
}