﻿::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d6d7d8;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #f7f7f4;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.background {
   
    background-image: url('../Images/ERP.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.box {
	position: relative;
	margin: 15% 0;
	width: 100%;
	padding: 30px;
	background: rgba(255,255,255,.7);
	box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
	border-radius: 10px;
}

	.box h1 {
		margin: 0 0 5px;
		padding: 0;
		color: #e83c3c;
		text-align: center;
	}

	.box h2 {
		margin: 0 0 5px;
		padding: 0;
		color: #073a7a;
		text-align: center;
	}

	.box .inputBox {
		position: relative;
	}

		.box .inputBox input {
			width: 100%;
			padding: 10px 0;
			font-size: 16px;
			letter-spacing: 1px;
			margin-bottom: 30px;
			border: none;
			border-bottom: 1px solid cornflowerblue;
			outline: none;
			background: transparent;
		}