﻿/* Register button */
.LostPasswordFooter {
    padding: 15px 20px 20px 30px;
    overflow: auto;
    
    background: #d4dedf;
    border-top: 1px solid #fff;
    
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}