.form-control {
   -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
   border-radius: 0px;
   padding: 5px 7px;
   height: auto;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   font-size: 12px;
   color:#000;
   background:#fff;
   border:1px solid #000;
   line-height:15px;
   letter-spacing:0.7px;
}

.form-control.red {
	border:1px solid #ff0000;	
}

.form-control:focus {
   border-color: #999;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
   -moz-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   -webkit-box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
   box-shadow: 3px 3px 0 rgba(12,12,12,0.05);
}

.btn {
   -moz-border-radius: 5px;
   -webkit-border-radius: 53px;
   border-radius: 5px;
   font-size:11px;
   font-weight:normal;
   -moz-transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
    padding: 6px 46px;
	border:none;
	

}

.btn:focus {
	outline: none;
}

.btn-login {
   background-color: #000;
}

.btn-success {
   background-color: #8dc63f;
}

.btn-login:hover,
.btn-login:active,
.btn-login.active{
   background-color: #2b2c30;
   border-color: #2b2c30;
   color:#8dc63f;
}

h2{
	font-size:28px;
	font-weight:normal;
	margin-bottom:7px;
	letter-spacing:0.5px;
	line-height:1;
}

.col-md-8{
	width:66.66666666666666% !important;
}

.col-md-5{
	width:41.66666666666667% !important;	
}

.nopadding{
	padding:0 !important;
}

.bootstrap-timepicker-widget.dropdown-menu.open{
	    margin-left: 147px;
    margin-top: 26px;
}

.bootstrap-timepicker-widget table td input{
	background:#fff;
	color:#000;
	width:67px !important;
	font-size:15px;
}
