.alert{
	border-radius:0px;
}

#wrapper #main .account-wall{
	width: 350px;
	margin: 0 auto;
	padding:20px 0;
	background:rgba(255,255,255, 0.7);
	margin-top:30px;
	margin-bottom:30px;
	border-radius:10px;
}

body.full-lg #wrapper #main{
	background:#e5e9ec url("../img/bg-img.jpg") no-repeat center;
}

body#page-register #wrapper #main{
	background:#e5e9ec url("../img/bg-img2.jpg") no-repeat center;
}

body#page-forgot-password #wrapper #main{
	background:#e5e9ec url("../img/bg-img5.jpg") no-repeat center;
}

body.full-lg #wrapper #main .bg-patt{
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALklEQVQIW2NkYGDwYcAEmxmxSGxmYGDwRZcAC4IMQJaACyJLoAjCJP7DtCO7AQAkkweCL63YWgAAAABJRU5ErkJggg==) repeat;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
}

.account-wall .login-title {
	color:#333;
}

.account-wall .login-title small{
	color:#444;
}

body{
	color:#444;
}

.account-wall .form-signin .input-group {
    margin-bottom: 5px;
}

.account-wall .form-register .input-group {
    margin-bottom: 5px;
}

.account-wall .form-forgot-password .input-group {
    margin-bottom: 5px;
}

.account-wall span.or:after {
	background:#333;
	color:#FFF;
}