

#custom-user-pass{
    padding: 50px 30px;
    max-width: 480px;
    margin: 0 auto;
}
#custom-user-pass .header{

}
#custom-user-pass .header h2{
    font-size: 28px;
    /*text-transform: uppercase;*/
    line-height: 1.5;
}
#custom-user-pass .description{
    font-size: 13px;
    color: #444;
    /*text-align: center;*/
    line-height: 1.7;
    margin-bottom: 30px;
}
#custom-user-pass form{
    
}
#custom-user-pass form .form-item{
    
}
#custom-user-pass form .form-item label{
    display: none;
}
#custom-user-pass form .form-item-name input{
    border: 0;
    border-bottom: 1px solid #444;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
}
#custom-user-pass form .form-actions{
    
}
#custom-user-pass form .form-actions input{
    width: 100%;
    border-radius: 50px;
    background: #333;
    border-color: #333;
    height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}















