.signup-page input {
    background: url("../images/input.png") no-repeat scroll left bottom;
 
    clear: both;
    color: #A3A3A3;
    font-family: 'open_sansregular';
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 25px;
    padding: 0 10px;
    width: 217px;
    margin-right: 40px;
    box-shadow: 2px 2px 2px #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    border-right: 1px solid #A3A3A3;
    
}
