.login-layout {
	background:#fff;
}
.login-layout .loginBox {
	margin-top: 150px;
}
.login-layout .widget-box {
	border:none;
	box-shadow:0px 2px 2px rgba(0, 0, 0, 0.3);
	background: none;
	padding: 0;
}
.login-layout .avatar {
	padding:20px 0;

}.login-layout .logo {
	text-align:center;
}

.login-layout .avatar img {
	max-width: 100px;
	max-height: 100px;
	border-radius: 100%;
}
.input-icon > input {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
.input-icon.primero > input {
	border-bottom: none;
}
.input-icon > [class*="icon-"] {
	padding-top: 6px;
}
.input-icon input[type="text"]:focus,
.input-icon input[type="password"]:focus {
	border-color: #CCC;
}
