	.dnnSendPasswordContent input[type=text]{
		width:35%;
		color: #2E303C;
    font-weight: 500;
    border-style: none none solid none;
    border-color: #2E303C;
    padding-bottom: 12px;
    border-width: 2px;
    /* width: 97%; */
    /* width: calc(100% - 43px); */
    margin-top: 8px;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 1em;
		
		}
	.dnnSendPasswordContent ul.dnnActions{margin:0;border:none;padding:0;}
	.dnnSendPasswordContent{width:550px;}
    
    .dnnPasswordResetContent input[type=text]{width:45%;}
	.dnnPasswordResetContent ul.dnnActions{margin:0;border:none;padding:0;}
	.dnnPasswordResetContent{width:550px;padding:17px 18px 0px 18px;}
	.dnnPasswordResetContent .confirm-password-tooltip{ left: 3% !important; }
	
	
	
	.dnnForm.dnnSendPassword.dnnClear {background-color: #f4eeea;}
	.dnnForm.dnnPasswordReset.dnnClear {background-color: #f4eeea;}

	
	input[type=text] {
		    
	}
	
	
	
	.body > #footer {
    background: #161616 !important;
    border-top-color: #161616 !important;