
.login-page .login-box .inner-box {
    background-color: #f9f9f9;
    border-top: 1px solid #c0c0c0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.login-page .login-box .inner-box .content {
    text-align: center;
    min-height: auto;
}



html .login-logo, .register-logo {
    margin-bottom: 0;
}

.login-box .input-icon {
    position: relative;
}

#forgot-password {
	margin-top: 20px;
}

div.login-box-body, div.register-box-body {
    padding: 15px;
}

/*****************************
 ******** Login page *********
******************************/

html body div.login-box, html body div.register-box {
	width: 500px;
}

p.login-box-msg, p.register-box-msg {
    padding: 0 0px 20px 0px;
    font-weight: bold;
}

/**
 * Input with Icon
 */


/*.input-icon > span {
    color: #d1d1d1;
    display: block !important;
    font-size: 16px;
    height: 16px;
    margin: 8px 2px 4px 10px;
    position: absolute !important;
    text-align: center;
    width: 16px;
    z-index: 1;
    top: 0;
}

.input-icon > input {
	padding-left: 30px;
}*/

i.close {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}