﻿body {
	/*-webkit-background-size: cover;*/
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	padding-top: 50px;
	background-color: #443E36;
}

body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	overflow: auto;
	background-image: url('../img/bg22.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

body::before {
	content: '';
	position: fixed;
	background-color: rgba(33, 37, 41, 0.2);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

body > * {
	position: relative;
	z-index: 2;
}

.grad {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.form-signin {
	width: 100%;
	max-width: 430px;
	padding: 15px;
	margin: auto;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px;
	z-index: 2 !important;
}

	.form-signin .form-control {
		position: relative;
		box-sizing: border-box;
		height: auto;
		padding: 10px;
		font-size: 16px;
		border: 1px solid #ced4da;
	}

		.form-signin .form-control:focus {
			z-index: 2;
			border-color: #86b7fe;
			box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
		}

	.form-signin .input-group {
		border-radius: 0.375rem;
		overflow: hidden;
	}

	.form-signin .input-group-text {
		border: 1px solid #ced4da;
	}

	.form-signin .input-group:focus-within .input-group-text {
		border-color: #86b7fe;
	}

	.form-signin .input-group:focus-within .form-control {
		border-color: #86b7fe;
		box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
	}

	.form-signin input[type="email"] {
		margin-bottom: -1px;
		border-bottom-right-radius: 0;
		border-top-right-radius: 0;
	}

	

	.form-signin .btn-link {
		border: none;
		background: none;
		cursor: pointer;
		color: #6c757d;
	}

	.form-signin .btn-link:hover {
		color: #495057;
	}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #343a40;
	color: white;
	padding: 6px;
	text-align: center;
	font-family: helvetica;
	margin-top: 0px;
	z-index: 2;
}
