textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
	outline:0px !important;
	-webkit-appearance:none;
	box-shadow: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.input-group {
	margin-bottom: 20px;
	width: 100%;
}

body {
	background: #f0f0f0;
}

a {
	text-decoration: none !important;
	color: #222;
}

a:focus {
	text-decoration: none !important;
	color: #222;
}

.row {
	margin : 0;
}

.col-xs-4 {
	padding: 0;
}

.labels {
	position: absolute;
	color: #444;
	z-index: 100;
	top: 25%;
	left: 2%;
	font-weight: normal;
}

.error {
	color: red;
	font-weight: normal;
	position: absolute;
	top: 100%;
	left: 0;
}

.input-group {
	position: relative;
}

.container::-webkit-scrollbar {
	display: none;
}

.container {
	width: 400px;
	border:5px solid;
	border-radius: 20px;
	margin-top: 2%;	
	height: 90vh;
	overflow: scroll;
	padding: 0;	
	background: #fcfdfc;	
}


@media only screen and (max-width: 768px) {
	.container {
		width: 100%;
		border: none;
		border-radius: 0px;
		height: 100vh;
		margin-top: 0%;	
	}

}