@charset "utf-8";
/* CSS Document */

.logo{
	background:url(../images/cbitss-logo.png) no-repeat;
	width:180px;
	height:95px;
	margin:auto;
	text-indent:-10000px;
	}
.login_content{
	border:1px solid #d8d8d8;
	padding:0 20px;
	background:rgba(255,255,255,1);
	margin-top:20px;}
.login_content .form-control, .password .form-control, .bottom-border .form-control{
	border-width: 0 0 1px 0 !important;
	box-shadow:none !important;
	border-radius:0px !important;}
.form-control:focus{
	border-width:0 0 3px 0 !important; border-color:#5a6;}
.profile-pic-up{
	overflow:hidden;
width:80px;}
.hand:hover{
	cursor:pointer;}
.no-p{
	padding:0px;}
	.no-m{
		margin:0px;}