html,
body {
	height: 100%;
}

body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#logo-login {
	width: 100%;
}

.bg-login {
	
}

.left-inner-addon {
	position: relative;
}

.left-inner-addon i {
	position: absolute;
	padding: 8px 15px;
	pointer-events: none;
	font-size: 1.3em;
}

.left-inner-addon input.inputs {
	padding-left: 50px;
}

.btn-login {
	width: 100%;
	height: 60px;
	border-radius: 4px;
	color: #9b9b9b;
	border: none;
	font-size: 1.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	background: linear-gradient(65deg, #c7c7c7, #e4e4e4);
    box-shadow: 2px 3px 6px rgba(63, 63, 63, 0.2), -2px -2px 8px rgba(255, 255, 255, 0.8);
	border: 1px solid #f2f2f2;
}

.btn-login:hover {
	background: linear-gradient(65deg, #c7c7c7, #e4e4e4);
    box-shadow: 0px 0px 1px rgba(63, 63, 63, 0.2), -0px -0px 1px rgba(255, 255, 255, 0.4);
}

.btn-login:active {
	box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.2), inset -3px -3px 5px rgba(255, 255, 255, 0.7);
}


.btn-login i {
	font-size: 1.3em;
	color: #58a581;
	margin-right: 5px;
}

.btn-login:active {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), -1px -1px 1px rgba(120, 120, 120, 0.1);
}