/* common */
.btn-cursor {
	cursor: pointer;
}

/* input box */
.form-control {
	border: 1px solid #dddddd;
	border-radius: 0;
	height: 45px;
}
input[type="text"]::-webkit-input-placeholder { color: #bcbec0; }
input[type="text"]::-moz-placeholder { color: #bcbec0; }
input[type="text"]:-ms-input-placeholder { color: #bcbec0; }
input[type="text"]:-moz-placeholder { color: #bcbec0; }